📄 configpeap.ui
字号:
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>configPeap</class>
<widget class="QDialog">
<property name="name">
<cstring>configPeap</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>474</width>
<height>283</height>
</rect>
</property>
<property name="caption">
<string>Configure EAP-PEAP</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QGroupBox">
<property name="name">
<cstring>groupBox8</cstring>
</property>
<property name="title">
<string>Certificate Configuration</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLayoutWidget">
<property name="name">
<cstring>layout20</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLabel">
<property name="name">
<cstring>textLabel8</cstring>
</property>
<property name="text">
<string>Certificate File :</string>
</property>
</widget>
<widget class="QLineEdit">
<property name="name">
<cstring>certFilename</cstring>
</property>
</widget>
<widget class="QPushButton">
<property name="name">
<cstring>selectCert</cstring>
</property>
<property name="text">
<string>Select</string>
</property>
</widget>
</hbox>
</widget>
<widget class="QCheckBox">
<property name="name">
<cstring>certCNCheck</cstring>
</property>
<property name="text">
<string>Check Certificate Common Name</string>
</property>
</widget>
<widget class="QCheckBox">
<property name="name">
<cstring>cnExactMatch</cstring>
</property>
<property name="text">
<string>Use Exact Match</string>
</property>
</widget>
<widget class="QLayoutWidget">
<property name="name">
<cstring>layout21</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLabel">
<property name="name">
<cstring>textLabel9</cstring>
</property>
<property name="text">
<string>Match String :</string>
</property>
</widget>
<widget class="QLineEdit">
<property name="name">
<cstring>cn_atchStr</cstring>
</property>
</widget>
</hbox>
</widget>
</vbox>
</widget>
<widget class="QGroupBox">
<property name="name">
<cstring>groupBox9</cstring>
</property>
<property name="title">
<string>Inner Authentication</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QPushButton" row="1" column="0">
<property name="name">
<cstring>configInnerEap</cstring>
</property>
<property name="text">
<string>Configure Inner EAP Method</string>
</property>
</widget>
<widget class="QLayoutWidget" row="0" column="0">
<property name="name">
<cstring>layout22</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLabel">
<property name="name">
<cstring>textLabel10</cstring>
</property>
<property name="text">
<string>Authentication Method :</string>
</property>
</widget>
<widget class="QComboBox">
<item>
<property name="text">
<string>EAP-MS-CHAPv2</string>
</property>
</item>
<property name="name">
<cstring>innerEapMethod</cstring>
</property>
</widget>
</hbox>
</widget>
</grid>
</widget>
<widget class="QLayoutWidget">
<property name="name">
<cstring>layout19</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<spacer>
<property name="name">
<cstring>spacer13</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>251</width>
<height>21</height>
</size>
</property>
</spacer>
<widget class="QPushButton">
<property name="name">
<cstring>okButton</cstring>
</property>
<property name="text">
<string>Ok</string>
</property>
</widget>
<widget class="QPushButton">
<property name="name">
<cstring>cancelBtn</cstring>
</property>
<property name="text">
<string>Cancel</string>
</property>
</widget>
</hbox>
</widget>
</vbox>
</widget>
<connections>
<connection>
<sender>cancelBtn</sender>
<signal>clicked()</signal>
<receiver>configPeap</receiver>
<slot>close()</slot>
</connection>
<connection>
<sender>okButton</sender>
<signal>clicked()</signal>
<receiver>configPeap</receiver>
<slot>okayClicked()</slot>
</connection>
</connections>
<includes>
<include location="local" impldecl="in implementation">configpeap.ui.h</include>
</includes>
<slots>
<slot>okayClicked()</slot>
</slots>
<pixmapinproject/>
<layoutdefaults spacing="6" margin="11"/>
</UI>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -