configadvanced.ui
来自「linux 下通过802.1认证的安装包」· UI 代码 · 共 457 行 · 第 1/2 页
UI
457 行
</property>
<property name="text">
<string>Stale Key Timeout :</string>
</property>
</widget>
<widget class="QLineEdit" row="0" column="1" rowspan="1" colspan="5">
<property name="name">
<cstring>ipcGroupNameEdit</cstring>
</property>
</widget>
<widget class="QSpinBox" row="1" column="2">
<property name="name">
<cstring>authPeriodSpin</cstring>
</property>
<property name="maxValue">
<number>99999</number>
</property>
<property name="value">
<number>30</number>
</property>
<property name="toolTip" stdset="0">
<string>The amount of time that must expire before Xsupplicant sends another start request.</string>
</property>
</widget>
<widget class="QSpinBox" row="1" column="5">
<property name="name">
<cstring>heldPeriodSpin</cstring>
</property>
<property name="maxValue">
<number>99999</number>
</property>
<property name="value">
<number>60</number>
</property>
<property name="toolTip" stdset="0">
<string>The amount of time Xsupplicant should stay in held state following an authentication failure.</string>
</property>
</widget>
<widget class="QSpinBox" row="2" column="2">
<property name="name">
<cstring>maxStarts</cstring>
</property>
<property name="value">
<number>3</number>
</property>
<property name="toolTip" stdset="0">
<string>The maximum number of EAPoL-Start messages to send before we assume we are in authenticated state.</string>
</property>
</widget>
<widget class="QComboBox" row="2" column="5">
<item>
<property name="text">
<string>Yes</string>
</property>
</item>
<item>
<property name="text">
<string>No</string>
</property>
</item>
<property name="name">
<cstring>allmultiEnabled</cstring>
</property>
</widget>
<widget class="QComboBox" row="3" column="2">
<item>
<property name="text">
<string>Yes</string>
</property>
</item>
<item>
<property name="text">
<string>No</string>
</property>
</item>
<property name="name">
<cstring>warningCombo</cstring>
</property>
</widget>
<widget class="QSpinBox" row="3" column="5">
<property name="name">
<cstring>staleKeyTimeout</cstring>
</property>
<property name="maxValue">
<number>99999</number>
</property>
<property name="minValue">
<number>1</number>
</property>
<property name="value">
<number>300</number>
</property>
</widget>
<widget class="QComboBox" row="4" column="2">
<item>
<property name="text">
<string>Yes</string>
</property>
</item>
<item>
<property name="text">
<string>No</string>
</property>
</item>
<property name="name">
<cstring>eapHints</cstring>
</property>
</widget>
<widget class="QComboBox" row="4" column="4" rowspan="1" colspan="2">
<item>
<property name="text">
<string>Xsupplicant</string>
</property>
</item>
<item>
<property name="text">
<string>Firmware</string>
</property>
</item>
<property name="name">
<cstring>roamDecision</cstring>
</property>
<property name="toolTip" stdset="0">
<string>Should Xsupplicant, or the firmware decide when to roam.</string>
</property>
</widget>
</grid>
</widget>
<widget class="QLayoutWidget">
<property name="name">
<cstring>layout16</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<spacer>
<property name="name">
<cstring>spacer12</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>271</width>
<height>21</height>
</size>
</property>
</spacer>
<widget class="QPushButton">
<property name="name">
<cstring>okayBtn</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>
</hbox>
</widget>
<connections>
<connection>
<sender>cancelBtn</sender>
<signal>clicked()</signal>
<receiver>configAdvanced</receiver>
<slot>close()</slot>
</connection>
<connection>
<sender>okayBtn</sender>
<signal>clicked()</signal>
<receiver>configAdvanced</receiver>
<slot>okayAccept()</slot>
</connection>
<connection>
<sender>destMacMethod</sender>
<signal>activated(const QString&)</signal>
<receiver>configAdvanced</receiver>
<slot>updateDestMac()</slot>
</connection>
<connection>
<sender>associationEnabled</sender>
<signal>activated(const QString&)</signal>
<receiver>configAdvanced</receiver>
<slot>updateAssociation()</slot>
</connection>
<connection>
<sender>warningCombo</sender>
<signal>activated(const QString&)</signal>
<receiver>configAdvanced</receiver>
<slot>updateWarnings()</slot>
</connection>
</connections>
<includes>
<include location="local" impldecl="in declaration">xsupincludes.h</include>
<include location="local" impldecl="in implementation">configadvanced.ui.h</include>
</includes>
<variables>
<variable access="private">config_globals *globaldata;</variable>
</variables>
<slots>
<slot access="private">okayAccept()</slot>
<slot access="private">updateDestMac()</slot>
<slot access="private">updateAssociation()</slot>
<slot access="private">updateWarnings()</slot>
<slot>setGlobals( config_globals * globals )</slot>
</slots>
<functions>
<function>init()</function>
</functions>
<pixmapinproject/>
<layoutdefaults spacing="6" margin="11"/>
</UI>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?