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

📄 networkconfig.ui

📁 WPA在Linux下实现的原代码 WPA在Linux下实现的原代码
💻 UI
📖 第 1 页 / 共 2 页
字号:
                <widget class="QLineEdit" row="7" column="1">                    <property name="name">                        <cstring>cacertEdit</cstring>                    </property>                    <property name="enabled">                        <bool>false</bool>                    </property>                </widget>                <widget class="QButtonGroup" row="8" column="0" rowspan="1" colspan="2">                    <property name="name">                        <cstring>buttonGroup1</cstring>                    </property>                    <property name="enabled">                        <bool>true</bool>                    </property>                    <property name="title">                        <string>WEP keys</string>                    </property>                    <grid>                        <property name="name">                            <cstring>unnamed</cstring>                        </property>                        <widget class="QRadioButton" row="0" column="0">                            <property name="name">                                <cstring>wep0Radio</cstring>                            </property>                            <property name="enabled">                                <bool>false</bool>                            </property>                            <property name="text">                                <string>key 0</string>                            </property>                        </widget>                        <widget class="QRadioButton" row="1" column="0">                            <property name="name">                                <cstring>wep1Radio</cstring>                            </property>                            <property name="enabled">                                <bool>false</bool>                            </property>                            <property name="text">                                <string>key 1</string>                            </property>                        </widget>                        <widget class="QRadioButton" row="3" column="0">                            <property name="name">                                <cstring>wep3Radio</cstring>                            </property>                            <property name="enabled">                                <bool>false</bool>                            </property>                            <property name="text">                                <string>key 3</string>                            </property>                        </widget>                        <widget class="QRadioButton" row="2" column="0">                            <property name="name">                                <cstring>wep2Radio</cstring>                            </property>                            <property name="enabled">                                <bool>false</bool>                            </property>                            <property name="text">                                <string>key 2</string>                            </property>                        </widget>                        <widget class="QLineEdit" row="0" column="1">                            <property name="name">                                <cstring>wep0Edit</cstring>                            </property>                            <property name="enabled">                                <bool>false</bool>                            </property>                        </widget>                        <widget class="QLineEdit" row="1" column="1">                            <property name="name">                                <cstring>wep1Edit</cstring>                            </property>                            <property name="enabled">                                <bool>false</bool>                            </property>                        </widget>                        <widget class="QLineEdit" row="2" column="1">                            <property name="name">                                <cstring>wep2Edit</cstring>                            </property>                            <property name="enabled">                                <bool>false</bool>                            </property>                        </widget>                        <widget class="QLineEdit" row="3" column="1">                            <property name="name">                                <cstring>wep3Edit</cstring>                            </property>                            <property name="enabled">                                <bool>false</bool>                            </property>                        </widget>                    </grid>                </widget>            </grid>        </widget>        <spacer row="1" column="0">            <property name="name">                <cstring>spacer5</cstring>            </property>            <property name="orientation">                <enum>Horizontal</enum>            </property>            <property name="sizeType">                <enum>Expanding</enum>            </property>            <property name="sizeHint">                <size>                    <width>130</width>                    <height>20</height>                </size>            </property>        </spacer>        <widget class="QPushButton" row="1" column="1">            <property name="name">                <cstring>addButton</cstring>            </property>            <property name="text">                <string>Add</string>            </property>        </widget>        <widget class="QPushButton" row="1" column="2">            <property name="name">                <cstring>removeButton</cstring>            </property>            <property name="enabled">                <bool>false</bool>            </property>            <property name="text">                <string>Remove</string>            </property>        </widget>    </grid></widget><connections>    <connection>        <sender>authSelect</sender>        <signal>activated(int)</signal>        <receiver>NetworkConfig</receiver>        <slot>authChanged(int)</slot>    </connection>    <connection>        <sender>cancelButton</sender>        <signal>clicked()</signal>        <receiver>NetworkConfig</receiver>        <slot>close()</slot>    </connection>    <connection>        <sender>addButton</sender>        <signal>clicked()</signal>        <receiver>NetworkConfig</receiver>        <slot>addNetwork()</slot>    </connection>    <connection>        <sender>encrSelect</sender>        <signal>activated(const QString&amp;)</signal>        <receiver>NetworkConfig</receiver>        <slot>encrChanged(const QString&amp;)</slot>    </connection>    <connection>        <sender>removeButton</sender>        <signal>clicked()</signal>        <receiver>NetworkConfig</receiver>        <slot>removeNetwork()</slot>    </connection></connections><tabstops>    <tabstop>ssidEdit</tabstop>    <tabstop>authSelect</tabstop>    <tabstop>encrSelect</tabstop>    <tabstop>pskEdit</tabstop>    <tabstop>eapSelect</tabstop>    <tabstop>identityEdit</tabstop>    <tabstop>passwordEdit</tabstop>    <tabstop>cacertEdit</tabstop>    <tabstop>wep0Radio</tabstop>    <tabstop>wep1Radio</tabstop>    <tabstop>wep2Radio</tabstop>    <tabstop>wep3Radio</tabstop>    <tabstop>wep0Edit</tabstop>    <tabstop>wep1Edit</tabstop>    <tabstop>wep2Edit</tabstop>    <tabstop>wep3Edit</tabstop>    <tabstop>addButton</tabstop>    <tabstop>removeButton</tabstop>    <tabstop>cancelButton</tabstop></tabstops><includes>    <include location="global" impldecl="in declaration">qlistview.h</include>    <include location="global" impldecl="in implementation">qmessagebox.h</include>    <include location="local" impldecl="in implementation">wpagui.h</include>    <include location="local" impldecl="in implementation">networkconfig.ui.h</include></includes><forwards>    <forward>class WpaGui;</forward></forwards><variables>    <variable access="private">WpaGui *wpagui;</variable>    <variable access="private">int edit_network_id;</variable>    <variable access="private">bool new_network;</variable></variables><slots>    <slot>authChanged( int sel )</slot>    <slot>addNetwork()</slot>    <slot>encrChanged( const QString &amp; sel )</slot>    <slot>writeWepKey( int network_id, QLineEdit * edit, int id )</slot>    <slot>removeNetwork()</slot></slots><functions>    <function access="private" specifier="non virtual">init()</function>    <function>paramsFromScanResults( QListViewItem * sel )</function>    <function>setWpaGui( WpaGui * _wpagui )</function>    <function returnType="int">setNetworkParam( int id, const char * field, const char * value, bool quote )</function>    <function access="private">wepEnabled( bool enabled )</function>    <function>paramsFromConfig( int network_id )</function>    <function>newNetwork()</function>    <function access="private">getEapCapa()</function></functions><pixmapinproject/><layoutdefaults spacing="6" margin="11"/></UI>

⌨️ 快捷键说明

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