mainwnd.ui
来自「Linux上的802.1x 的supplicant的实现。很多supplican」· UI 代码 · 共 539 行 · 第 1/2 页
UI
539 行
<!DOCTYPE UI><UI version="3.3" stdsetdef="1"><class>mainWnd</class><widget class="QMainWindow"> <property name="name"> <cstring>mainWnd</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>540</width> <height>559</height> </rect> </property> <property name="minimumSize"> <size> <width>346</width> <height>405</height> </size> </property> <property name="caption"> <string>Xsupplicant Monitor/Configuration GUI (Unstable alpha version!!!)</string> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QGroupBox"> <property name="name"> <cstring>groupBox1</cstring> </property> <property name="title"> <string>Interface Information</string> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QComboBox"> <property name="name"> <cstring>intList</cstring> </property> </widget> <widget class="QLabel"> <property name="name"> <cstring>authlabel1</cstring> </property> <property name="text"> <string>Authentication State :</string> </property> </widget> <widget class="QLabel"> <property name="name"> <cstring>authStatelbl</cstring> </property> <property name="text"> <string>UNKNOWN</string> </property> <property name="alignment"> <set>AlignCenter</set> </property> </widget> </hbox> </widget> <widget class="QTabWidget"> <property name="name"> <cstring>infotabs</cstring> </property> <widget class="QWidget"> <property name="name"> <cstring>tab</cstring> </property> <attribute name="title"> <string>Log Information</string> </attribute> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QListBox"> <property name="name"> <cstring>logdata</cstring> </property> </widget> </vbox> </widget> <widget class="QWidget"> <property name="name"> <cstring>tab</cstring> </property> <attribute name="title"> <string>Configuration</string> </attribute> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QGroupBox"> <property name="name"> <cstring>groupBox3</cstring> </property> <property name="title"> <string>Configured Networks</string> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QListBox"> <property name="name"> <cstring>configedNets</cstring> </property> </widget> </vbox> </widget> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout3</cstring> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <spacer> <property name="name"> <cstring>spacer6</cstring> </property> <property name="orientation"> <enum>Vertical</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>20</width> <height>16</height> </size> </property> </spacer> <widget class="QPushButton"> <property name="name"> <cstring>addNewNet</cstring> </property> <property name="text"> <string>New Network</string> </property> </widget> <spacer> <property name="name"> <cstring>spacer1</cstring> </property> <property name="orientation"> <enum>Vertical</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>20</width> <height>16</height> </size> </property> </spacer> <widget class="QPushButton"> <property name="name"> <cstring>editNet</cstring> </property> <property name="text"> <string>Edit Network</string> </property> </widget> <spacer> <property name="name"> <cstring>spacer2</cstring> </property> <property name="orientation"> <enum>Vertical</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>20</width> <height>16</height> </size> </property> </spacer> <widget class="QPushButton"> <property name="name"> <cstring>removeNet</cstring> </property> <property name="text"> <string>Remove Network</string> </property> </widget> <spacer> <property name="name"> <cstring>spacer3</cstring> </property> <property name="orientation"> <enum>Vertical</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>20</width> <height>16</height> </size> </property> </spacer> <widget class="QPushButton"> <property name="name"> <cstring>globalSettings</cstring> </property> <property name="text"> <string>Global Settings</string> </property> </widget> <spacer> <property name="name"> <cstring>spacer4</cstring> </property> <property name="orientation"> <enum>Vertical</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>20</width> <height>16</height> </size> </property> </spacer> <widget class="QPushButton"> <property name="name"> <cstring>validateConfig</cstring> </property> <property name="text"> <string>Check Config.</string> </property> </widget> <spacer> <property name="name"> <cstring>spacer5</cstring> </property> <property name="orientation"> <enum>Vertical</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>20</width> <height>20</height> </size> </property> </spacer> <widget class="QPushButton"> <property name="name"> <cstring>advanced</cstring> </property> <property name="text">
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?