📄 netconfig.ui
字号:
<!DOCTYPE UI><UI version="3.3" stdsetdef="1"><class>netConfig</class><widget class="QDialog"> <property name="name"> <cstring>netConfig</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>455</width> <height>451</height> </rect> </property> <property name="caption"> <string>Network Configuration</string> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout7</cstring> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout6</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLabel"> <property name="name"> <cstring>netName</cstring> </property> <property name="text"> <string>Network Name :</string> </property> </widget> <widget class="QLineEdit"> <property name="name"> <cstring>netNameEdit</cstring> </property> </widget> <widget class="QLabel"> <property name="name"> <cstring>textLabel1</cstring> </property> <property name="text"> <string>Priority :</string> </property> </widget> <widget class="QSpinBox"> <property name="name"> <cstring>priorityBox</cstring> </property> <property name="maxValue"> <number>255</number> </property> <property name="minValue"> <number>1</number> </property> </widget> </hbox> </widget> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout12</cstring> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QButtonGroup"> <property name="name"> <cstring>buttonGroup2</cstring> </property> <property name="title"> <string>Authentication Type</string> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QRadioButton"> <property name="name"> <cstring>dot1xAuth</cstring> </property> <property name="text"> <string>802.1X/WPA or WPA2-Enterprise</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> <widget class="QRadioButton"> <property name="name"> <cstring>wpaPskAuth</cstring> </property> <property name="text"> <string>WPA/WPA2 PSK</string> </property> </widget> </hbox> </widget> <widget class="QGroupBox"> <property name="name"> <cstring>keyAssoc</cstring> </property> <property name="title"> <string>Encryption Settings</string> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QComboBox" row="0" column="1" rowspan="1" colspan="2"> <item> <property name="text"> <string>Auto</string> </property> </item> <item> <property name="text"> <string>WPA/WPA2</string> </property> </item> <property name="name"> <cstring>encrToUse</cstring> </property> </widget> <widget class="QLabel" row="1" column="0"> <property name="name"> <cstring>pairKeyType</cstring> </property> <property name="text"> <string>Pairwise Key Type :</string> </property> </widget> <widget class="QComboBox" row="1" column="1"> <item> <property name="text"> <string>TKIP</string> </property> </item> <item> <property name="text"> <string>CCMP</string> </property> </item> <item> <property name="text"> <string>WEP</string> </property> </item> <property name="name"> <cstring>pairKeySetting</cstring> </property> </widget> <widget class="QLabel" row="1" column="2"> <property name="name"> <cstring>grpKeyType</cstring> </property> <property name="text"> <string>Group Key Type :</string> </property> </widget> <widget class="QComboBox" row="1" column="3"> <item> <property name="text"> <string>TKIP</string> </property> </item> <item> <property name="text"> <string>CCMP</string> </property> </item> <item> <property name="text"> <string>WEP</string> </property> </item> <property name="name"> <cstring>grpKeySetting</cstring> </property> </widget> <widget class="QLabel" row="0" column="0"> <property name="name"> <cstring>textLabel4</cstring> </property> <property name="text"> <string>Encryption Type :</string> </property> </widget> </grid> </widget> <widget class="QGroupBox"> <property name="name"> <cstring>dot1xBox</cstring> </property> <property name="title"> <string>802.1X/WPA-Enterprise/WPA2-Enterprise</string> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLabel"> <property name="name"> <cstring>textLabel3</cstring> </property> <property name="text"> <string>Identity :</string> </property> </widget> <widget class="QLineEdit"> <property name="name"> <cstring>identEdit</cstring> </property> </widget> <widget class="QCheckBox"> <property name="name"> <cstring>tncCheck</cstring> </property> <property name="text"> <string>Enable Trusted Network Connect (TNC)</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout7</cstring> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLabel" row="0" column="0"> <property name="name"> <cstring>textLabel2</cstring> </property> <property name="text"> <string>EAP Authentication Method to Use :</string>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -