⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ttlswnd.ui

📁 Linux dot1x认证的实现
💻 UI
字号:
<!DOCTYPE UI><UI version="3.3" stdsetdef="1"><class>ttlsWnd</class><widget class="QDialog">    <property name="name">        <cstring>ttlsWnd</cstring>    </property>    <property name="geometry">        <rect>            <x>0</x>            <y>0</y>            <width>474</width>            <height>292</height>        </rect>    </property>    <property name="caption">        <string>Configure EAP-TTLS</string>    </property>    <vbox>        <property name="name">            <cstring>unnamed</cstring>        </property>        <widget class="QGroupBox">            <property name="name">                <cstring>certGroup</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>layout3</cstring>                    </property>                    <vbox>                        <property name="name">                            <cstring>unnamed</cstring>                        </property>                        <widget class="QLayoutWidget">                            <property name="name">                                <cstring>layout1</cstring>                            </property>                            <hbox>                                <property name="name">                                    <cstring>unnamed</cstring>                                </property>                                <widget class="QLabel">                                    <property name="name">                                        <cstring>textLabel2</cstring>                                    </property>                                    <property name="text">                                        <string>Certificate File :</string>                                    </property>                                </widget>                                <widget class="QLineEdit">                                    <property name="name">                                        <cstring>lineEdit1</cstring>                                    </property>                                </widget>                                <widget class="QPushButton">                                    <property name="name">                                        <cstring>selectFile</cstring>                                    </property>                                    <property name="text">                                        <string>Select</string>                                    </property>                                </widget>                            </hbox>                        </widget>                        <widget class="QCheckBox">                            <property name="name">                                <cstring>cnChecking</cstring>                            </property>                            <property name="text">                                <string>Check Certificate Common Name</string>                            </property>                        </widget>                        <widget class="QCheckBox">                            <property name="name">                                <cstring>exactMatch</cstring>                            </property>                            <property name="text">                                <string>Use Exact Match</string>                            </property>                        </widget>                        <widget class="QLayoutWidget">                            <property name="name">                                <cstring>layout2</cstring>                            </property>                            <hbox>                                <property name="name">                                    <cstring>unnamed</cstring>                                </property>                                <widget class="QLabel">                                    <property name="name">                                        <cstring>textLabel3</cstring>                                    </property>                                    <property name="text">                                        <string>Match String :</string>                                    </property>                                </widget>                                <widget class="QLineEdit">                                    <property name="name">                                        <cstring>lineEdit2</cstring>                                    </property>                                </widget>                            </hbox>                        </widget>                    </vbox>                </widget>            </vbox>        </widget>        <widget class="QGroupBox">            <property name="name">                <cstring>groupBox2</cstring>            </property>            <property name="title">                <string>Inner Authentication</string>            </property>            <vbox>                <property name="name">                    <cstring>unnamed</cstring>                </property>                <widget class="QLayoutWidget">                    <property name="name">                        <cstring>layout4</cstring>                    </property>                    <hbox>                        <property name="name">                            <cstring>unnamed</cstring>                        </property>                        <widget class="QLabel">                            <property name="name">                                <cstring>textLabel4</cstring>                            </property>                            <property name="text">                                <string>Authentication Method :</string>                            </property>                        </widget>                        <widget class="QComboBox">                            <item>                                <property name="text">                                    <string>PAP</string>                                </property>                            </item>                            <item>                                <property name="text">                                    <string>CHAP</string>                                </property>                            </item>                            <item>                                <property name="text">                                    <string>MS-CHAP</string>                                </property>                            </item>                            <item>                                <property name="text">                                    <string>MS-CHAPv2</string>                                </property>                            </item>                            <item>                                <property name="text">                                    <string>EAP-MD5</string>                                </property>                            </item>                            <property name="name">                                <cstring>comboBox1</cstring>                            </property>                        </widget>                    </hbox>                </widget>                <widget class="QLayoutWidget">                    <property name="name">                        <cstring>layout5</cstring>                    </property>                    <hbox>                        <property name="name">                            <cstring>unnamed</cstring>                        </property>                        <widget class="QLabel">                            <property name="name">                                <cstring>textLabel5</cstring>                            </property>                            <property name="text">                                <string>Password :</string>                            </property>                        </widget>                        <widget class="QLineEdit">                            <property name="name">                                <cstring>lineEdit3</cstring>                            </property>                        </widget>                    </hbox>                </widget>            </vbox>        </widget>        <widget class="QLayoutWidget">            <property name="name">                <cstring>layout6</cstring>            </property>            <hbox>                <property name="name">                    <cstring>unnamed</cstring>                </property>                <spacer>                    <property name="name">                        <cstring>spacer1</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><connections>    <connection>        <sender>cancelBtn</sender>        <signal>clicked()</signal>        <receiver>ttlsWnd</receiver>        <slot>close()</slot>    </connection>    <connection>        <sender>okayBtn</sender>        <signal>clicked()</signal>        <receiver>ttlsWnd</receiver>        <slot>ttlsOkBtnClicked()</slot>    </connection></connections><includes>    <include location="local" impldecl="in implementation">ttlswnd.ui.h</include></includes><slots>    <slot>ttlsOkBtnClicked()</slot></slots><pixmapinproject/><layoutdefaults spacing="6" margin="11"/></UI>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -