⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 scanresults.ui

📁 WLAN无线网络管理的最新程序
💻 UI
字号:
<ui version="4.0" stdsetdef="1" >  <author></author>  <comment></comment>  <exportmacro></exportmacro>  <class>ScanResults</class>  <widget class="QDialog" name="ScanResults" >    <property name="geometry" >      <rect>        <x>0</x>        <y>0</y>        <width>452</width>        <height>225</height>      </rect>    </property>    <property name="windowTitle" >      <string>Scan results</string>    </property>    <layout class="QVBoxLayout" >      <item>        <widget class="Q3ListView" name="scanResultsView" >          <property name="frameShape" >            <enum>QFrame::StyledPanel</enum>          </property>          <property name="frameShadow" >            <enum>QFrame::Sunken</enum>          </property>          <column>            <property name="text" >              <string>SSID</string>            </property>            <property name="clickable" >              <bool>true</bool>            </property>            <property name="resizable" >              <bool>true</bool>            </property>          </column>          <column>            <property name="text" >              <string>BSSID</string>            </property>            <property name="clickable" >              <bool>true</bool>            </property>            <property name="resizable" >              <bool>true</bool>            </property>          </column>          <column>            <property name="text" >              <string>frequency</string>            </property>            <property name="clickable" >              <bool>true</bool>            </property>            <property name="resizable" >              <bool>true</bool>            </property>          </column>          <column>            <property name="text" >              <string>signal</string>            </property>            <property name="clickable" >              <bool>true</bool>            </property>            <property name="resizable" >              <bool>true</bool>            </property>          </column>          <column>            <property name="text" >              <string>flags</string>            </property>            <property name="clickable" >              <bool>true</bool>            </property>            <property name="resizable" >              <bool>true</bool>            </property>          </column>        </widget>      </item>      <item>        <layout class="QHBoxLayout" >          <property name="margin" >            <number>0</number>          </property>          <item>            <spacer name="spacer6" >              <property name="sizeHint" >                <size>                  <width>50</width>                  <height>20</height>                </size>              </property>              <property name="sizeType" >                <enum>Expanding</enum>              </property>              <property name="orientation" >                <enum>Horizontal</enum>              </property>            </spacer>          </item>          <item>            <widget class="QPushButton" name="scanButton" >              <property name="text" >                <string>Scan</string>              </property>            </widget>          </item>          <item>            <widget class="QPushButton" name="closeButton" >              <property name="text" >                <string>Close</string>              </property>            </widget>          </item>        </layout>      </item>    </layout>  </widget>  <layoutdefault spacing="6" margin="11" />  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction></ui>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -