📄 networkconfig.ui
字号:
<!DOCTYPE UI><UI version="3.3" stdsetdef="1"><class>NetworkConfig</class><widget class="QDialog"> <property name="name"> <cstring>NetworkConfig</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>380</width> <height>413</height> </rect> </property> <property name="caption"> <string>NetworkConfig</string> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QPushButton" row="1" column="3"> <property name="name"> <cstring>cancelButton</cstring> </property> <property name="text"> <string>Cancel</string> </property> </widget> <widget class="QFrame" row="0" column="0" rowspan="1" colspan="4"> <property name="name"> <cstring>frame9</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>SSID</string> </property> </widget> <widget class="QLineEdit" row="0" column="1"> <property name="name"> <cstring>ssidEdit</cstring> </property> <property name="text"> <string></string> </property> <property name="toolTip" stdset="0"> <string>Network name (Service Set IDentifier)</string> </property> </widget> <widget class="QLabel" row="1" column="0"> <property name="name"> <cstring>textLabel2</cstring> </property> <property name="text"> <string>Authentication</string> </property> </widget> <widget class="QComboBox" row="1" column="1"> <item> <property name="text"> <string>Plaintext or static WEP</string> </property> </item> <item> <property name="text"> <string>IEEE 802.1X</string> </property> </item> <item> <property name="text"> <string>WPA-Personal (PSK)</string> </property> </item> <item> <property name="text"> <string>WPA-Enterprise (EAP)</string> </property> </item> <item> <property name="text"> <string>WPA2-Personal (PSK)</string> </property> </item> <item> <property name="text"> <string>WPA2-Enterprise (EAP)</string> </property> </item> <property name="name"> <cstring>authSelect</cstring> </property> </widget> <widget class="QLabel" row="2" column="0"> <property name="name"> <cstring>textLabel3</cstring> </property> <property name="text"> <string>Encryption</string> </property> </widget> <widget class="QComboBox" row="2" column="1"> <item> <property name="text"> <string>None</string> </property> </item> <item> <property name="text"> <string>WEP</string> </property> </item> <item> <property name="text"> <string>TKIP</string> </property> </item> <item> <property name="text"> <string>CCMP</string> </property> </item> <property name="name"> <cstring>encrSelect</cstring> </property> </widget> <widget class="QLabel" row="3" column="0"> <property name="name"> <cstring>textLabel4</cstring> </property> <property name="text"> <string>PSK</string> </property> </widget> <widget class="QLineEdit" row="3" column="1"> <property name="name"> <cstring>pskEdit</cstring> </property> <property name="enabled"> <bool>false</bool> </property> <property name="echoMode"> <enum>Password</enum> </property> <property name="toolTip" stdset="0"> <string>WPA/WPA2 pre-shared key or passphrase</string> </property> <property name="whatsThis" stdset="0"> <string></string> </property> </widget> <widget class="QLabel" row="4" column="0"> <property name="name"> <cstring>textLabel5</cstring> </property> <property name="text"> <string>EAP method</string> </property> </widget> <widget class="QComboBox" row="4" column="1"> <property name="name"> <cstring>eapSelect</cstring> </property> <property name="enabled"> <bool>false</bool> </property> </widget> <widget class="QLabel" row="5" column="0"> <property name="name"> <cstring>textLabel6</cstring> </property> <property name="text"> <string>Identity</string> </property> </widget> <widget class="QLineEdit" row="5" column="1"> <property name="name"> <cstring>identityEdit</cstring> </property> <property name="enabled"> <bool>false</bool> </property> <property name="toolTip" stdset="0"> <string>Username/Identity for EAP methods</string> </property> </widget> <widget class="QLabel" row="6" column="0"> <property name="name"> <cstring>textLabel7</cstring> </property> <property name="text"> <string>Password</string> </property> </widget> <widget class="QLineEdit" row="6" column="1"> <property name="name"> <cstring>passwordEdit</cstring> </property> <property name="enabled"> <bool>false</bool> </property> <property name="echoMode"> <enum>Password</enum> </property> <property name="toolTip" stdset="0"> <string>Password for EAP methods</string> </property> </widget> <widget class="QLabel" row="7" column="0"> <property name="name"> <cstring>textLabel1_2</cstring> </property> <property name="text"> <string>CA certificate</string> </property> </widget>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -