📄 wpagui.ui
字号:
<!DOCTYPE UI><UI version="3.3" stdsetdef="1"><class>WpaGui</class><widget class="QMainWindow"> <property name="name"> <cstring>WpaGui</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>279</width> <height>308</height> </rect> </property> <property name="caption"> <string>wpa_gui</string> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLabel" row="0" column="0" rowspan="1" colspan="2"> <property name="name"> <cstring>textLabel16</cstring> </property> <property name="text"> <string>Adapter:</string> </property> </widget> <widget class="QComboBox" row="0" column="2" rowspan="1" colspan="2"> <property name="name"> <cstring>adapterSelect</cstring> </property> </widget> <widget class="QLabel" row="1" column="0" rowspan="1" colspan="2"> <property name="name"> <cstring>textLabel8</cstring> </property> <property name="text"> <string>Network:</string> </property> </widget> <widget class="QComboBox" row="1" column="2" rowspan="1" colspan="2"> <property name="name"> <cstring>networkSelect</cstring> </property> </widget> <widget class="QFrame" row="2" column="0" rowspan="1" colspan="4"> <property name="name"> <cstring>frame3</cstring> </property> <property name="frameShape"> <enum>StyledPanel</enum> </property> <property name="frameShadow"> <enum>Raised</enum> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLabel" row="0" column="0"> <property name="name"> <cstring>textLabel1</cstring> </property> <property name="text"> <string>Status:</string> </property> </widget> <widget class="QLabel" row="1" column="0"> <property name="name"> <cstring>textLabel2</cstring> </property> <property name="text"> <string>Last message:</string> </property> </widget> <widget class="QLabel" row="2" column="0"> <property name="name"> <cstring>textLabel3</cstring> </property> <property name="text"> <string>Authentication:</string> </property> </widget> <widget class="QLabel" row="3" column="0"> <property name="name"> <cstring>textLabel4</cstring> </property> <property name="text"> <string>Encryption:</string> </property> </widget> <widget class="QLabel" row="4" column="0"> <property name="name"> <cstring>textLabel5</cstring> </property> <property name="text"> <string>SSID:</string> </property> </widget> <widget class="QLabel" row="5" column="0"> <property name="name"> <cstring>textLabel6</cstring> </property> <property name="text"> <string>BSSID:</string> </property> </widget> <widget class="QLabel" row="6" column="0"> <property name="name"> <cstring>textLabel7</cstring> </property> <property name="text"> <string>IP address:</string> </property> </widget> <widget class="QLabel" row="0" column="1"> <property name="name"> <cstring>textStatus</cstring> </property> <property name="text"> <string></string> </property> </widget> <widget class="QLabel" row="1" column="1" rowspan="1" colspan="3"> <property name="name"> <cstring>textLastMessage</cstring> </property> <property name="text"> <string></string> </property> </widget> <widget class="QLabel" row="2" column="1"> <property name="name"> <cstring>textAuthentication</cstring> </property> <property name="text"> <string></string> </property> </widget> <widget class="QLabel" row="3" column="1"> <property name="name"> <cstring>textEncryption</cstring> </property> <property name="text"> <string></string> </property> </widget> <widget class="QLabel" row="4" column="1"> <property name="name"> <cstring>textSsid</cstring> </property> <property name="text"> <string></string> </property> </widget> <widget class="QLabel" row="5" column="1"> <property name="name"> <cstring>textBssid</cstring> </property> <property name="text"> <string></string> </property> </widget> <widget class="QLabel" row="6" column="1"> <property name="name"> <cstring>textIpAddress</cstring> </property> <property name="text"> <string></string> </property> </widget> </grid> </widget> <spacer row="3" column="0"> <property name="name"> <cstring>spacer7</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>16</width> <height>16</height> </size> </property> </spacer> <widget class="QPushButton" row="3" column="1"> <property name="name"> <cstring>connectButton</cstring> </property> <property name="text"> <string>Connect</string> </property> </widget> <widget class="QPushButton" row="3" column="2"> <property name="name"> <cstring>disconnectButton</cstring> </property> <property name="text"> <string>Disconnect</string> </property> </widget> <widget class="QPushButton" row="3" column="3"> <property name="name"> <cstring>scanButton</cstring> </property> <property name="text"> <string>Scan</string> </property> </widget> </grid></widget><menubar> <property name="name"> <cstring>MenuBar</cstring> </property> <item text="&File" name="fileMenu"> <separator/> <action name="fileEventHistoryAction"/> <action name="fileAdd_NetworkAction"/> <action name="fileEdit_networkAction"/> <separator/> <action name="fileExitAction"/> </item> <item text="&Help" name="helpMenu"> <action name="helpContentsAction"/> <action name="helpIndexAction"/>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -