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

📄 netconfig.ui

📁 linux 下通过802.1认证的安装包
💻 UI
📖 第 1 页 / 共 2 页
字号:
                                            </property>
                                        </widget>
                                        <widget class="QPushButton" row="1" column="1">
                                            <property name="name">
                                                <cstring>configEapButton</cstring>
                                            </property>
                                            <property name="text">
                                                <string>Configure EAP Method</string>
                                            </property>
                                        </widget>
                                        <widget class="QComboBox" row="0" column="1">
                                            <item>
                                                <property name="text">
                                                    <string>EAP-PEAP</string>
                                                </property>
                                            </item>
                                            <item>
                                                <property name="text">
                                                    <string>EAP-TTLS</string>
                                                </property>
                                            </item>
                                            <item>
                                                <property name="text">
                                                    <string>EAP-TLS</string>
                                                </property>
                                            </item>
                                            <item>
                                                <property name="text">
                                                    <string>EAP-MD5</string>
                                                </property>
                                            </item>
                                            <item>
                                                <property name="text">
                                                    <string>LEAP</string>
                                                </property>
                                            </item>
                                            <item>
                                                <property name="text">
                                                    <string>EAP-MS-CHAPv2</string>
                                                </property>
                                            </item>
                                            <item>
                                                <property name="text">
                                                    <string>EAP-MD5</string>
                                                </property>
                                            </item>
                                            <item>
                                                <property name="text">
                                                    <string>EAP-SIM</string>
                                                </property>
                                            </item>
                                            <item>
                                                <property name="text">
                                                    <string>EAP-AKA</string>
                                                </property>
                                            </item>
                                            <item>
                                                <property name="text">
                                                    <string>EAP-OTP</string>
                                                </property>
                                            </item>
                                            <item>
                                                <property name="text">
                                                    <string>EAP-GTC</string>
                                                </property>
                                            </item>
                                            <property name="name">
                                                <cstring>eapSelection</cstring>
                                            </property>
                                        </widget>
                                    </grid>
                                </widget>
                            </vbox>
                        </widget>
                        <widget class="QGroupBox">
                            <property name="name">
                                <cstring>wpaBox</cstring>
                            </property>
                            <property name="title">
                                <string>WPA/WPA2 PSK</string>
                            </property>
                            <hbox>
                                <property name="name">
                                    <cstring>unnamed</cstring>
                                </property>
                                <widget class="QLabel">
                                    <property name="name">
                                        <cstring>txtKeylbl</cstring>
                                    </property>
                                    <property name="text">
                                        <string>Text Key :</string>
                                    </property>
                                </widget>
                                <widget class="QLineEdit">
                                    <property name="name">
                                        <cstring>txtKeyEdit</cstring>
                                    </property>
                                </widget>
                            </hbox>
                        </widget>
                    </vbox>
                </widget>
                <widget class="QLayoutWidget">
                    <property name="name">
                        <cstring>layout9</cstring>
                    </property>
                    <hbox>
                        <property name="name">
                            <cstring>unnamed</cstring>
                        </property>
                        <spacer>
                            <property name="name">
                                <cstring>spacer9</cstring>
                            </property>
                            <property name="orientation">
                                <enum>Horizontal</enum>
                            </property>
                            <property name="sizeType">
                                <enum>Expanding</enum>
                            </property>
                            <property name="sizeHint">
                                <size>
                                    <width>260</width>
                                    <height>20</height>
                                </size>
                            </property>
                        </spacer>
                        <widget class="QPushButton">
                            <property name="name">
                                <cstring>okayButton</cstring>
                            </property>
                            <property name="text">
                                <string>Okay</string>
                            </property>
                        </widget>
                        <spacer>
                            <property name="name">
                                <cstring>spacer10</cstring>
                            </property>
                            <property name="orientation">
                                <enum>Horizontal</enum>
                            </property>
                            <property name="sizeType">
                                <enum>Expanding</enum>
                            </property>
                            <property name="sizeHint">
                                <size>
                                    <width>31</width>
                                    <height>21</height>
                                </size>
                            </property>
                        </spacer>
                        <widget class="QPushButton">
                            <property name="name">
                                <cstring>cancelButton</cstring>
                            </property>
                            <property name="text">
                                <string>Cancel</string>
                            </property>
                        </widget>
                        <spacer>
                            <property name="name">
                                <cstring>spacer8</cstring>
                            </property>
                            <property name="orientation">
                                <enum>Horizontal</enum>
                            </property>
                            <property name="sizeType">
                                <enum>Expanding</enum>
                            </property>
                            <property name="sizeHint">
                                <size>
                                    <width>16</width>
                                    <height>20</height>
                                </size>
                            </property>
                        </spacer>
                    </hbox>
                </widget>
            </vbox>
        </widget>
    </hbox>
</widget>
<connections>
    <connection>
        <sender>cancelButton</sender>
        <signal>clicked()</signal>
        <receiver>netConfig</receiver>
        <slot>close()</slot>
    </connection>
    <connection>
        <sender>okayButton</sender>
        <signal>clicked()</signal>
        <receiver>netConfig</receiver>
        <slot>okayClicked()</slot>
    </connection>
    <connection>
        <sender>wpaPskAuth</sender>
        <signal>toggled(bool)</signal>
        <receiver>netConfig</receiver>
        <slot>pskSelected()</slot>
    </connection>
    <connection>
        <sender>dot1xAuth</sender>
        <signal>toggled(bool)</signal>
        <receiver>netConfig</receiver>
        <slot>dot1xSelected()</slot>
    </connection>
    <connection>
        <sender>encrToUse</sender>
        <signal>activated(const QString&amp;)</signal>
        <receiver>netConfig</receiver>
        <slot>encrSelected()</slot>
    </connection>
    <connection>
        <sender>configEapButton</sender>
        <signal>clicked()</signal>
        <receiver>netConfig</receiver>
        <slot>eapBtnClicked()</slot>
    </connection>
    <connection>
        <sender>eapSelection</sender>
        <signal>activated(const QString&amp;)</signal>
        <receiver>netConfig</receiver>
        <slot>eapCheckHighlight()</slot>
    </connection>
</connections>
<includes>
    <include location="local" impldecl="in declaration">xsupincludes.h</include>
    <include location="local" impldecl="in declaration">upwddialog.h</include>
    <include location="local" impldecl="in declaration">ttlswnd.h</include>
    <include location="local" impldecl="in implementation">netconfig.ui.h</include>
</includes>
<slots>
    <slot>okayClicked()</slot>
    <slot>populateWpaPsk( config_eap_method * eapMethod )</slot>
    <slot>populateDot1X( config_eap_method * eapMethod )</slot>
    <slot>pskSelected()</slot>
    <slot>dot1xSelected()</slot>
    <slot>encrSelected()</slot>
    <slot>eapBtnClicked()</slot>
    <slot>eapCheckHighlight()</slot>
</slots>
<functions>
    <function returnType="QString *">getEncrType( uint8_t type )</function>
    <function>setNetConfig( config_network * netConf )</function>
</functions>
<pixmapinproject/>
<layoutdefaults spacing="6" margin="11"/>
</UI>

⌨️ 快捷键说明

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