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

📄 wpagui.ui

📁 一个Linux下无线网卡的设置工具
💻 UI
📖 第 1 页 / 共 2 页
字号:
        <separator/>        <action name="helpAboutAction"/>    </item></menubar><toolbars></toolbars><actions>    <action>        <property name="name">            <cstring>fileExitAction</cstring>        </property>        <property name="text">            <string>Exit</string>        </property>        <property name="menuText">            <string>E&amp;xit</string>        </property>        <property name="accel">            <string>Ctrl+Q</string>        </property>    </action>    <action>        <property name="name">            <cstring>helpContentsAction</cstring>        </property>        <property name="enabled">            <bool>false</bool>        </property>        <property name="text">            <string>Contents</string>        </property>        <property name="menuText">            <string>&amp;Contents...</string>        </property>        <property name="accel">            <string></string>        </property>    </action>    <action>        <property name="name">            <cstring>helpIndexAction</cstring>        </property>        <property name="enabled">            <bool>false</bool>        </property>        <property name="text">            <string>Index</string>        </property>        <property name="menuText">            <string>&amp;Index...</string>        </property>        <property name="accel">            <string></string>        </property>    </action>    <action>        <property name="name">            <cstring>helpAboutAction</cstring>        </property>        <property name="text">            <string>About</string>        </property>        <property name="menuText">            <string>&amp;About</string>        </property>        <property name="accel">            <string></string>        </property>    </action>    <action>        <property name="name">            <cstring>fileEventHistoryAction</cstring>        </property>        <property name="text">            <string>Event History</string>        </property>        <property name="menuText">            <string>Event &amp;History</string>        </property>    </action>    <action>        <property name="name">            <cstring>fileAdd_NetworkAction</cstring>        </property>        <property name="text">            <string>Add Network</string>        </property>        <property name="menuText">            <string>&amp;Add Network</string>        </property>    </action>    <action>        <property name="name">            <cstring>fileEdit_networkAction</cstring>        </property>        <property name="text">            <string>Edit Network</string>        </property>        <property name="menuText">            <string>&amp;Edit Network</string>        </property>    </action></actions><connections>    <connection>        <sender>helpIndexAction</sender>        <signal>activated()</signal>        <receiver>WpaGui</receiver>        <slot>helpIndex()</slot>    </connection>    <connection>        <sender>helpContentsAction</sender>        <signal>activated()</signal>        <receiver>WpaGui</receiver>        <slot>helpContents()</slot>    </connection>    <connection>        <sender>helpAboutAction</sender>        <signal>activated()</signal>        <receiver>WpaGui</receiver>        <slot>helpAbout()</slot>    </connection>    <connection>        <sender>fileExitAction</sender>        <signal>activated()</signal>        <receiver>WpaGui</receiver>        <slot>close()</slot>    </connection>    <connection>        <sender>disconnectButton</sender>        <signal>clicked()</signal>        <receiver>WpaGui</receiver>        <slot>disconnect()</slot>    </connection>    <connection>        <sender>scanButton</sender>        <signal>clicked()</signal>        <receiver>WpaGui</receiver>        <slot>scan()</slot>    </connection>    <connection>        <sender>connectButton</sender>        <signal>clicked()</signal>        <receiver>WpaGui</receiver>        <slot>connectB()</slot>    </connection>    <connection>        <sender>fileEventHistoryAction</sender>        <signal>activated()</signal>        <receiver>WpaGui</receiver>        <slot>eventHistory()</slot>    </connection>    <connection>        <sender>networkSelect</sender>        <signal>activated(const QString&amp;)</signal>        <receiver>WpaGui</receiver>        <slot>selectNetwork(const QString&amp;)</slot>    </connection>    <connection>        <sender>fileEdit_networkAction</sender>        <signal>activated()</signal>        <receiver>WpaGui</receiver>        <slot>editNetwork()</slot>    </connection>    <connection>        <sender>fileAdd_NetworkAction</sender>        <signal>activated()</signal>        <receiver>WpaGui</receiver>        <slot>addNetwork()</slot>    </connection></connections><includes>    <include location="global" impldecl="in declaration">qtimer.h</include>    <include location="global" impldecl="in declaration">qsocketnotifier.h</include>    <include location="local" impldecl="in declaration">wpamsg.h</include>    <include location="local" impldecl="in declaration">eventhistory.h</include>    <include location="local" impldecl="in declaration">scanresults.h</include>    <include location="local" impldecl="in implementation">wpa_ctrl.h</include>    <include location="global" impldecl="in implementation">dirent.h</include>    <include location="global" impldecl="in implementation">qmessagebox.h</include>    <include location="global" impldecl="in implementation">qapplication.h</include>    <include location="local" impldecl="in implementation">userdatarequest.h</include>    <include location="local" impldecl="in implementation">networkconfig.h</include>    <include location="local" impldecl="in implementation">wpagui.ui.h</include></includes><forwards>    <forward>class UserDataRequest;</forward></forwards><variables>    <variable access="private">ScanResults *scanres;</variable>    <variable access="private">bool networkMayHaveChanged;</variable>    <variable access="private">char *ctrl_iface;</variable>    <variable access="private">EventHistory *eh;</variable>    <variable access="private">struct wpa_ctrl *ctrl_conn;</variable>    <variable access="private">QSocketNotifier *msgNotifier;</variable>    <variable access="private">QTimer *timer;</variable>    <variable access="private">int pingsToStatusUpdate;</variable>    <variable access="private">WpaMsgList msgs;</variable>    <variable access="private">char *ctrl_iface_dir;</variable>    <variable access="private">struct wpa_ctrl *monitor_conn;</variable>    <variable access="private">UserDataRequest *udr;</variable></variables><slots>    <slot>parse_argv()</slot>    <slot>updateStatus()</slot>    <slot>updateNetworks()</slot>    <slot>helpIndex()</slot>    <slot>helpContents()</slot>    <slot>helpAbout()</slot>    <slot>disconnect()</slot>    <slot>scan()</slot>    <slot>eventHistory()</slot>    <slot>ping()</slot>    <slot>processMsg( char * msg )</slot>    <slot>processCtrlReq( const char * req )</slot>    <slot>receiveMsgs()</slot>    <slot>connectB()</slot>    <slot>selectNetwork( const QString &amp; sel )</slot>    <slot>editNetwork()</slot>    <slot>addNetwork()</slot></slots><functions>    <function access="private" specifier="non virtual">init()</function>    <function access="private" specifier="non virtual">destroy()</function>    <function access="private" specifier="non virtual" returnType="int">openCtrlConnection( const char * ifname )</function>    <function returnType="int">ctrlRequest( const char * cmd, char * buf, size_t * buflen )</function>    <function>triggerUpdate()</function></functions><pixmapinproject/><layoutdefaults spacing="6" margin="11"/></UI>

⌨️ 快捷键说明

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