diff options
Diffstat (limited to 'src/ui_main.ui')
| -rw-r--r-- | src/ui_main.ui | 1475 |
1 files changed, 724 insertions, 751 deletions
diff --git a/src/ui_main.ui b/src/ui_main.ui index cfe28c4..13978c6 100644 --- a/src/ui_main.ui +++ b/src/ui_main.ui @@ -1,756 +1,729 @@ <!DOCTYPE UI><UI version="3.2" stdsetdef="1"> -<class>mainWindow</class> -<widget class="TQDialog"> -<property name="name"> -<cstring>mainWindow</cstring> -</property> -<property name="geometry"> -<rect> -<x>0</x> -<y>0</y> -<width>588</width> -<height>324</height> -</rect> -</property> -<property name="caption"> -<string>Wireless Assistant</string> -</property> -<grid> -<property name="name"> -<cstring>unnamed</cstring> -</property> -<widget class="KPushButton" row="2" column="1"> -<property name="name"> -<cstring>buttonOptions</cstring> -</property> -<property name="minimumSize"> -<size> -<width>0</width> -<height>0</height> -</size> -</property> -<property name="text"> -<string>&Options</string> -</property> -<property name="accel"> -<string>Alt+O</string> -</property> -<property name="toggleButton"> -<bool>true</bool> -</property> -<property name="toolTip" stdset="0"> -<string>Toggle network list/options</string> -</property> -<property name="whatsThis" stdset="0"> -<string><p><b>Options Button</b></p> -<p>Pressing this toggle button will show the available application options.</p> -<p><i>HINT: Press this button again to return to the network list.</i></p></string> -</property> -</widget> -<widget class="KPushButton" row="4" column="1"> -<property name="name"> -<cstring>buttonClose</cstring> -</property> -<property name="text"> -<string>&Quit</string> -</property> -<property name="accel"> -<string>Alt+Q</string> -</property> -<property name="default"> -<bool>true</bool> -</property> -<property name="toolTip" stdset="0"> -<string>Quit the application</string> -</property> -<property name="whatsThis" stdset="0"> -<string><p><b>Quit Button</b></p> -<p>Pressing this button will quit the application.</p></string> -</property> -</widget> -<widget class="KPushButton" row="1" column="1"> -<property name="name"> -<cstring>buttonConnect</cstring> -</property> -<property name="enabled"> -<bool>false</bool> -</property> -<property name="minimumSize"> -<size> -<width>120</width> -<height>0</height> -</size> -</property> -<property name="text"> -<string>Co&nnect</string> -</property> -<property name="accel"> -<string>Alt+N</string> -</property> -<property name="toolTip" stdset="0"> -<string>Connect to the selected network</string> -</property> -<property name="whatsThis" stdset="0"> -<string><p><b>Connect/Disconnect Button</b></p> -<p>Pressing this button will connect to/disconnect from the network currently selected in the network list.</p></string> -</property> -</widget> -<widget class="KPushButton" row="0" column="1"> -<property name="name"> -<cstring>buttonScan</cstring> -</property> -<property name="enabled"> -<bool>false</bool> -</property> -<property name="text"> -<string>Refresh</string> -</property> -<property name="accel"> -<string></string> -</property> -<property name="flat"> -<bool>false</bool> -</property> -<property name="toolTip" stdset="0"> -<string>Refresh network list</string> -</property> -<property name="whatsThis" stdset="0"> -<string><p><b>Scan Button</b></p> -<p>Pressing this button will scan for wireless networks and refresh the network list.</p></string> -</property> -</widget> -<spacer row="3" column="1"> -<property name="name"> -<cstring>spacer14</cstring> -</property> -<property name="orientation"> -<enum>Vertical</enum> -</property> -<property name="sizeType"> -<enum>Expanding</enum> -</property> -<property name="sizeHint"> -<size> -<width>21</width> -<height>120</height> -</size> -</property> -</spacer> -<widget class="TQLayoutWidget" row="0" column="0" rowspan="5" colspan="1"> -<property name="name"> -<cstring>layout16</cstring> -</property> -<vbox> -<property name="name"> -<cstring>unnamed</cstring> -</property> -<property name="margin"> -<number>0</number> -</property> -<widget class="TQFrame"> -<property name="name"> -<cstring>frameDevice</cstring> -</property> -<property name="sizePolicy"> -<sizepolicy> -<hsizetype>5</hsizetype> -<vsizetype>1</vsizetype> -<horstretch>0</horstretch> -<verstretch>0</verstretch> -</sizepolicy> -</property> -<property name="frameShape"> -<enum>NoFrame</enum> -</property> -<property name="frameShadow"> -<enum>Plain</enum> -</property> -<hbox> -<property name="name"> -<cstring>unnamed</cstring> -</property> -<property name="margin"> -<number>0</number> -</property> -<widget class="TQLabel"> -<property name="name"> -<cstring>devLabel</cstring> -</property> -<property name="sizePolicy"> -<sizepolicy> -<hsizetype>1</hsizetype> -<vsizetype>0</vsizetype> -<horstretch>0</horstretch> -<verstretch>0</verstretch> -</sizepolicy> -</property> -<property name="minimumSize"> -<size> -<width>0</width> -<height>20</height> -</size> -</property> -<property name="text"> -<string>Device:</string> -</property> -</widget> -<widget class="KComboBox"> -<property name="name"> -<cstring>devCombo</cstring> -</property> -<property name="enabled"> -<bool>false</bool> -</property> -<property name="sizePolicy"> -<sizepolicy> -<hsizetype>3</hsizetype> -<vsizetype>0</vsizetype> -<horstretch>0</horstretch> -<verstretch>0</verstretch> -</sizepolicy> -</property> -<property name="minimumSize"> -<size> -<width>60</width> -<height>0</height> -</size> -</property> -<property name="toolTip" stdset="0"> -<string>Pick a network device to use</string> -</property> -<property name="whatsThis" stdset="0"> -<string><p><b>Device Selection</b></p> -<p>This combo box allows you to select which wireless card to use.</p> -<p><i>NOTE: Selecting a different card will refresh the network list.</i></p></string> -</property> -</widget> -</hbox> -</widget> -<widget class="TQWidgetStack"> -<property name="name"> -<cstring>widgetStack</cstring> -</property> -<property name="sizePolicy"> -<sizepolicy> -<hsizetype>7</hsizetype> -<vsizetype>7</vsizetype> -<horstretch>0</horstretch> -<verstretch>0</verstretch> -</sizepolicy> -</property> -<property name="frameShape"> -<enum>PopupPanel</enum> -</property> -<property name="frameShadow"> -<enum>Sunken</enum> -</property> -<property name="lineWidth"> -<number>2</number> -</property> -<widget class="TQWidget"> -<property name="name"> -<cstring>netPage</cstring> -</property> -<attribute name="id"> -<number>0</number> -</attribute> -<grid> -<property name="name"> -<cstring>unnamed</cstring> -</property> -<property name="margin"> -<number>0</number> -</property> -<property name="spacing"> -<number>0</number> -</property> -<widget class="TDEListView" row="0" column="0"> -<column> -<property name="text"> -<string>ESSID</string> -</property> -<property name="clickable"> -<bool>true</bool> -</property> -<property name="resizable"> -<bool>true</bool> -</property> -</column> -<column> -<property name="text"> -<string>Channel</string> -</property> -<property name="clickable"> -<bool>true</bool> -</property> -<property name="resizable"> -<bool>true</bool> -</property> -</column> -<column> -<property name="text"> -<string>Link Quality</string> -</property> -<property name="clickable"> -<bool>true</bool> -</property> -<property name="resizable"> -<bool>false</bool> -</property> -</column> -<column> -<property name="text"> -<string>WEP/WPA</string> -</property> -<property name="clickable"> -<bool>true</bool> -</property> -<property name="resizable"> -<bool>false</bool> -</property> -</column> -<column> -<property name="text"> -<string>AP</string> -</property> -<property name="clickable"> -<bool>true</bool> -</property> -<property name="resizable"> -<bool>true</bool> -</property> -</column> -<property name="name"> -<cstring>netList</cstring> -</property> -<property name="frameShape"> -<enum>NoFrame</enum> -</property> -<property name="frameShadow"> -<enum>Plain</enum> -</property> -<property name="lineWidth"> -<number>1</number> -</property> -<property name="whatsThis" stdset="0"> -<string><p><b>Network List</b></p> -<p>This list shows all the wireless networks that have been found.</p> -<p><i>HINT: Click the Refresh button to update this list.</i></p></string> -</property> -</widget> -<widget class="TQLabel" row="1" column="0"> -<property name="name"> -<cstring>statusLabel</cstring> -</property> -<property name="sizePolicy"> -<sizepolicy> -<hsizetype>7</hsizetype> -<vsizetype>0</vsizetype> -<horstretch>0</horstretch> -<verstretch>0</verstretch> -</sizepolicy> -</property> -<property name="minimumSize"> -<size> -<width>0</width> -<height>20</height> -</size> -</property> -<property name="margin"> -<number>5</number> -</property> -<property name="text"> -<string>Ready</string> -</property> -<property name="alignment"> -<set>WordBreak|AlignVCenter</set> -</property> -<property name="whatsThis" stdset="0"> -<string><p><b>Status Bar</b></p> -<p>Messages describing current process are shown in this area.</p></string> -</property> -</widget> -</grid> -</widget> -<widget class="TQWidget"> -<property name="name"> -<cstring>optionsPage</cstring> -</property> -<attribute name="id"> -<number>1</number> -</attribute> -<vbox> -<property name="name"> -<cstring>unnamed</cstring> -</property> -<widget class="TQLayoutWidget"> -<property name="name"> -<cstring>layout20</cstring> -</property> -<vbox> -<property name="name"> -<cstring>unnamed</cstring> -</property> -<widget class="TQCheckBox"> -<property name="name"> -<cstring>checkAutoConnect</cstring> -</property> -<property name="text"> -<string>Automatically connect on startup</string> -</property> -<property name="accel"> -<string></string> -</property> -<property name="whatsThis" stdset="0"> -<string><p><b>AutomaticallyConnect on Startup</b></p> -<p>Checking this box will make the application try to connect to the best available network. Only networks that have been previously configured will be taken into account.</p></string> -</property> -</widget> -<widget class="TQCheckBox"> -<property name="name"> -<cstring>checkAutoReconnect</cstring> -</property> -<property name="text"> -<string>Automaticall&y reconnect if connection is lost</string> -</property> -<property name="accel"> -<string>Alt+Y</string> -</property> -<property name="whatsThis" stdset="0"> -<string><p><b>Automatically Reconnect if Connection is Lost</b></p> -<p>Checking this box will make the application try to reconnect after the connection is lost.</p></string> -</property> -</widget> -<widget class="TQCheckBox"> -<property name="name"> -<cstring>checkAutoQuit</cstring> -</property> -<property name="text"> -<string>Quit upon successful connection</string> -</property> -<property name="accel"> -<string></string> -</property> -<property name="whatsThis" stdset="0"> -<string><p><b>Quit Upon Successful Connection</b></p> -<p>Checking this box will make the application close after successfully establishing a connection to a wireless network.</p></string> -</property> -</widget> -<widget class="TQCheckBox"> -<property name="name"> -<cstring>checkGroupAPs</cstring> -</property> -<property name="text"> -<string>&Group access points with the same ESSID</string> -</property> -<property name="accel"> -<string>Alt+G</string> -</property> -<property name="whatsThis" stdset="0"> -<string><p><b>Group Access Points with the Same ESSID</b></p> -<p>Checking this box will make all access points with the same ESSID appear as one item in the network list.</p></string> -</property> -</widget> -</vbox> -</widget> -<widget class="TQLayoutWidget"> -<property name="name"> -<cstring>layout17</cstring> -</property> -<hbox> -<property name="name"> -<cstring>unnamed</cstring> -</property> -<widget class="TQLayoutWidget"> -<property name="name"> -<cstring>layout12</cstring> -</property> -<vbox> -<property name="name"> -<cstring>unnamed</cstring> -</property> -<widget class="TQLabel"> -<property name="name"> -<cstring>textLabel2_2</cstring> -</property> -<property name="text"> -<string>Delay before scanning:</string> -</property> -<property name="toolTip" stdset="0"> -<string>Specify how long to wait for an IP</string> -</property> -<property name="whatsThis" stdset="0"> -<string><p><b>DHCP Client Timeout</b></p> -<p>This option specifies the amount of time after which the application should stop waiting for an IP address and assume that the connection has failed.</p> -<p><i>HINT: Increasing this number can help if you have problems connecting to some networks.</i></p></string> -</property> -</widget> -<widget class="TQLabel"> -<property name="name"> -<cstring>textLabel2</cstring> -</property> -<property name="text"> -<string>DHCP client timeout:</string> -</property> -<property name="toolTip" stdset="0"> -<string>Specify how long to wait for an IP</string> -</property> -<property name="whatsThis" stdset="0"> -<string><p><b>DHCP Client Timeout</b></p> -<p>This option specifies the amount of time after which the application should stop waiting for an IP address and assume that the connection has failed.</p> -<p><i>HINT: Increasing this number can help if you have problems connecting to some networks.</i></p></string> -</property> -</widget> -</vbox> -</widget> -<widget class="TQLayoutWidget"> -<property name="name"> -<cstring>layout13</cstring> -</property> -<vbox> -<property name="name"> -<cstring>unnamed</cstring> -</property> -<spacer> -<property name="name"> -<cstring>spacer24_2</cstring> -</property> -<property name="orientation"> -<enum>Horizontal</enum> -</property> -<property name="sizeType"> -<enum>Fixed</enum> -</property> -<property name="sizeHint"> -<size> -<width>21</width> -<height>20</height> -</size> -</property> -</spacer> -<spacer> -<property name="name"> -<cstring>spacer24</cstring> -</property> -<property name="orientation"> -<enum>Horizontal</enum> -</property> -<property name="sizeType"> -<enum>Fixed</enum> -</property> -<property name="sizeHint"> -<size> -<width>21</width> -<height>20</height> -</size> -</property> -</spacer> -</vbox> -</widget> -<widget class="TQLayoutWidget"> -<property name="name"> -<cstring>layout14</cstring> -</property> -<vbox> -<property name="name"> -<cstring>unnamed</cstring> -</property> -<widget class="TQSpinBox"> -<property name="name"> -<cstring>spinDelayBeforeScanning</cstring> -</property> -<property name="suffix"> -<string>s</string> -</property> -<property name="maxValue"> -<number>20</number> -</property> -<property name="minValue"> -<number>0</number> -</property> -<property name="value"> -<number>0</number> -</property> -<property name="toolTip" stdset="0"> -<string>Specify how long to wait before scanning</string> -</property> -<property name="whatsThis" stdset="0"> -<string><p><b>Delay Before Scanning</b></p> -<p>This option specifies the amount of time to wait between bringing the interface up and performing a scan.</p> -<p><i>HINT: Increasing this number can help if you have to refresh the list manually to see all the available networks.</i></p></string> -</property> -</widget> -<widget class="TQSpinBox"> -<property name="name"> -<cstring>spinDhcpTimeout</cstring> -</property> -<property name="suffix"> -<string>s</string> -</property> -<property name="maxValue"> -<number>60</number> -</property> -<property name="minValue"> -<number>5</number> -</property> -<property name="value"> -<number>15</number> -</property> -<property name="toolTip" stdset="0"> -<string>Specify how long to wait for an IP</string> -</property> -<property name="whatsThis" stdset="0"> -<string><p><b>DHCP Client Timeout</b></p> -<p>This option specifies the amount of time after which the application should stop waiting for an IP address and assume that the connection has failed.</p> -<p><i>HINT: Increasing this number can help if you have problems connecting to some networks.</i></p></string> -</property> -</widget> -</vbox> -</widget> -<widget class="TQLayoutWidget"> -<property name="name"> -<cstring>layout15</cstring> -</property> -<vbox> -<property name="name"> -<cstring>unnamed</cstring> -</property> -<spacer> -<property name="name"> -<cstring>spacer25_2</cstring> -</property> -<property name="orientation"> -<enum>Horizontal</enum> -</property> -<property name="sizeType"> -<enum>Expanding</enum> -</property> -<property name="sizeHint"> -<size> -<width>101</width> -<height>21</height> -</size> -</property> -</spacer> -<spacer> -<property name="name"> -<cstring>spacer25</cstring> -</property> -<property name="orientation"> -<enum>Horizontal</enum> -</property> -<property name="sizeType"> -<enum>Expanding</enum> -</property> -<property name="sizeHint"> -<size> -<width>118</width> -<height>21</height> -</size> -</property> -</spacer> -</vbox> -</widget> -</hbox> -</widget> -<widget class="TQLabel"> -<property name="name"> -<cstring>textLabel1</cstring> -</property> -<property name="text"> -<string><i>Press the button below to enable all messages which have been turned off with the 'Don't Show Again' feature.</i></string> -</property> -</widget> -<widget class="TQLayoutWidget"> -<property name="name"> -<cstring>layout19</cstring> -</property> -<hbox> -<property name="name"> -<cstring>unnamed</cstring> -</property> -<spacer> -<property name="name"> -<cstring>spacer22</cstring> -</property> -<property name="orientation"> -<enum>Horizontal</enum> -</property> -<property name="sizeType"> -<enum>Expanding</enum> -</property> -<property name="sizeHint"> -<size> -<width>201</width> -<height>21</height> -</size> -</property> -</spacer> -<widget class="TQPushButton"> -<property name="name"> -<cstring>buttonEnableAllMessages</cstring> -</property> -<property name="text"> -<string>E&nable All Messages</string> -</property> -<property name="accel"> -<string>Alt+N</string> -</property> -<property name="whatsThis" stdset="0"> -<string><p><b>Enable All Messages</b></p> -<p>Pressing this button will enable all messages which have been turned off with the 'Don't Show Again' feature.</p></string> -</property> -</widget> -</hbox> -</widget> -<spacer> -<property name="name"> -<cstring>spacer16</cstring> -</property> -<property name="orientation"> -<enum>Vertical</enum> -</property> -<property name="sizeType"> -<enum>Expanding</enum> -</property> -<property name="sizeHint"> -<size> -<width>20</width> -<height>31</height> -</size> -</property> -</spacer> -</vbox> -</widget> -</widget> -</vbox> -</widget> -</grid> -</widget> -<tabstops> -<tabstop>devCombo</tabstop> -<tabstop>netList</tabstop> -<tabstop>buttonScan</tabstop> -<tabstop>buttonConnect</tabstop> -<tabstop>buttonOptions</tabstop> -<tabstop>buttonClose</tabstop> -<tabstop>checkAutoQuit</tabstop> -<tabstop>spinDhcpTimeout</tabstop> -<tabstop>buttonEnableAllMessages</tabstop> -</tabstops> -<Q_SLOTS> -<slot>netScan()</slot> -<slot>netConnect()</slot> -<slot>showCfgDlg()</slot> -<slot>setDeviceList()</slot> -</Q_SLOTS> -<functions> -<function>updateStatus(char sts)</function> -</functions> -<layoutdefaults spacing="6" margin="11"/> -<includes> + <class>mainWindow</class> + <widget class="TQDialog"> + <property name="name"> + <cstring>mainWindow</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>588</width> + <height>324</height> + </rect> + </property> + <property name="caption"> + <string>Wireless Assistant</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="KPushButton" row="2" column="1"> + <property name="name"> + <cstring>buttonOptions</cstring> + </property> + <property name="minimumSize"> + <size> + <width>0</width> + <height>0</height> + </size> + </property> + <property name="text"> + <string>&Options</string> + </property> + <property name="toggleButton"> + <bool>true</bool> + </property> + <property name="toolTip" stdset="0"> + <string>Toggle network list/options</string> + </property> + <property name="whatsThis" stdset="0"> + <string><p><b>Options Button</b></p> + <p>Pressing this toggle button will show the available application options.</p> + <p><i>HINT: Press this button again to return to the network list.</i></p></string> + </property> + </widget> + <widget class="KPushButton" row="4" column="1"> + <property name="name"> + <cstring>buttonClose</cstring> + </property> + <property name="text"> + <string>&Quit</string> + </property> + <property name="default"> + <bool>true</bool> + </property> + <property name="toolTip" stdset="0"> + <string>Quit the application</string> + </property> + <property name="whatsThis" stdset="0"> + <string><p><b>Quit Button</b></p> + <p>Pressing this button will quit the application.</p></string> + </property> + </widget> + <widget class="KPushButton" row="1" column="1"> + <property name="name"> + <cstring>buttonConnect</cstring> + </property> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="minimumSize"> + <size> + <width>120</width> + <height>0</height> + </size> + </property> + <property name="text"> + <string>Co&nnect</string> + </property> + <property name="toolTip" stdset="0"> + <string>Connect to the selected network</string> + </property> + <property name="whatsThis" stdset="0"> + <string><p><b>Connect/Disconnect Button</b></p> + <p>Pressing this button will connect to/disconnect from the network currently selected in the network list.</p></string> + </property> + </widget> + <widget class="KPushButton" row="0" column="1"> + <property name="name"> + <cstring>buttonScan</cstring> + </property> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="text"> + <string>Refresh</string> + </property> + <property name="flat"> + <bool>false</bool> + </property> + <property name="toolTip" stdset="0"> + <string>Refresh network list</string> + </property> + <property name="whatsThis" stdset="0"> + <string><p><b>Scan Button</b></p> + <p>Pressing this button will scan for wireless networks and refresh the network list.</p></string> + </property> + </widget> + <spacer row="3" column="1"> + <property name="name"> + <cstring>spacer14</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>21</width> + <height>120</height> + </size> + </property> + </spacer> + <widget class="TQLayoutWidget" row="0" column="0" rowspan="5" colspan="1"> + <property name="name"> + <cstring>layout16</cstring> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>0</number> + </property> + <widget class="TQFrame"> + <property name="name"> + <cstring>frameDevice</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>5</hsizetype> + <vsizetype>1</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="frameShape"> + <enum>NoFrame</enum> + </property> + <property name="frameShadow"> + <enum>Plain</enum> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>0</number> + </property> + <widget class="TQLabel"> + <property name="name"> + <cstring>devLabel</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>1</hsizetype> + <vsizetype>0</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize"> + <size> + <width>0</width> + <height>20</height> + </size> + </property> + <property name="text"> + <string>Device:</string> + </property> + </widget> + <widget class="KComboBox"> + <property name="name"> + <cstring>devCombo</cstring> + </property> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>3</hsizetype> + <vsizetype>0</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize"> + <size> + <width>60</width> + <height>0</height> + </size> + </property> + <property name="toolTip" stdset="0"> + <string>Pick a network device to use</string> + </property> + <property name="whatsThis" stdset="0"> + <string><p><b>Device Selection</b></p> + <p>This combo box allows you to select which wireless card to use.</p> + <p><i>NOTE: Selecting a different card will refresh the network list.</i></p></string> + </property> + </widget> + </hbox> + </widget> + <widget class="TQWidgetStack"> + <property name="name"> + <cstring>widgetStack</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>7</hsizetype> + <vsizetype>7</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="frameShape"> + <enum>PopupPanel</enum> + </property> + <property name="frameShadow"> + <enum>Sunken</enum> + </property> + <property name="lineWidth"> + <number>2</number> + </property> + <widget class="TQWidget"> + <property name="name"> + <cstring>netPage</cstring> + </property> + <attribute name="id"> + <number>0</number> + </attribute> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>0</number> + </property> + <property name="spacing"> + <number>0</number> + </property> + <widget class="TDEListView" row="0" column="0"> + <column> + <property name="text"> + <string>ESSID</string> + </property> + <property name="clickable"> + <bool>true</bool> + </property> + <property name="resizable"> + <bool>true</bool> + </property> + </column> + <column> + <property name="text"> + <string>Channel</string> + </property> + <property name="clickable"> + <bool>true</bool> + </property> + <property name="resizable"> + <bool>true</bool> + </property> + </column> + <column> + <property name="text"> + <string>Link Quality</string> + </property> + <property name="clickable"> + <bool>true</bool> + </property> + <property name="resizable"> + <bool>false</bool> + </property> + </column> + <column> + <property name="text"> + <string>WEP/WPA</string> + </property> + <property name="clickable"> + <bool>true</bool> + </property> + <property name="resizable"> + <bool>false</bool> + </property> + </column> + <column> + <property name="text"> + <string>AP</string> + </property> + <property name="clickable"> + <bool>true</bool> + </property> + <property name="resizable"> + <bool>true</bool> + </property> + </column> + <property name="name"> + <cstring>netList</cstring> + </property> + <property name="frameShape"> + <enum>NoFrame</enum> + </property> + <property name="frameShadow"> + <enum>Plain</enum> + </property> + <property name="lineWidth"> + <number>1</number> + </property> + <property name="whatsThis" stdset="0"> + <string><p><b>Network List</b></p> + <p>This list shows all the wireless networks that have been found.</p> + <p><i>HINT: Click the Refresh button to update this list.</i></p></string> + </property> + </widget> + <widget class="TQLabel" row="1" column="0"> + <property name="name"> + <cstring>statusLabel</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>7</hsizetype> + <vsizetype>0</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize"> + <size> + <width>0</width> + <height>20</height> + </size> + </property> + <property name="margin"> + <number>5</number> + </property> + <property name="text"> + <string>Ready</string> + </property> + <property name="alignment"> + <set>WordBreak|AlignVCenter</set> + </property> + <property name="whatsThis" stdset="0"> + <string><p><b>Status Bar</b></p> + <p>Messages describing current process are shown in this area.</p></string> + </property> + </widget> + </grid> + </widget> + <widget class="TQWidget"> + <property name="name"> + <cstring>optionsPage</cstring> + </property> + <attribute name="id"> + <number>1</number> + </attribute> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQLayoutWidget"> + <property name="name"> + <cstring>layout20</cstring> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQCheckBox"> + <property name="name"> + <cstring>checkAutoConnect</cstring> + </property> + <property name="text"> + <string>Automatically connect on startup</string> + </property> + <property name="whatsThis" stdset="0"> + <string><p><b>AutomaticallyConnect on Startup</b></p> + <p>Checking this box will make the application try to connect to the best available network. Only networks that have been previously configured will be taken into account.</p></string> + </property> + </widget> + <widget class="TQCheckBox"> + <property name="name"> + <cstring>checkAutoReconnect</cstring> + </property> + <property name="text"> + <string>Automaticall&y reconnect if connection is lost</string> + </property> + <property name="whatsThis" stdset="0"> + <string><p><b>Automatically Reconnect if Connection is Lost</b></p> + <p>Checking this box will make the application try to reconnect after the connection is lost.</p></string> + </property> + </widget> + <widget class="TQCheckBox"> + <property name="name"> + <cstring>checkAutoQuit</cstring> + </property> + <property name="text"> + <string>Quit upon successful connection</string> + </property> + <property name="whatsThis" stdset="0"> + <string><p><b>Quit Upon Successful Connection</b></p> + <p>Checking this box will make the application close after successfully establishing a connection to a wireless network.</p></string> + </property> + </widget> + <widget class="TQCheckBox"> + <property name="name"> + <cstring>checkGroupAPs</cstring> + </property> + <property name="text"> + <string>&Group access points with the same ESSID</string> + </property> + <property name="whatsThis" stdset="0"> + <string><p><b>Group Access Points with the Same ESSID</b></p> + <p>Checking this box will make all access points with the same ESSID appear as one item in the network list.</p></string> + </property> + </widget> + </vbox> + </widget> + <widget class="TQLayoutWidget"> + <property name="name"> + <cstring>layout17</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQLayoutWidget"> + <property name="name"> + <cstring>layout12</cstring> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQLabel"> + <property name="name"> + <cstring>textLabel2_2</cstring> + </property> + <property name="text"> + <string>Delay before scanning:</string> + </property> + <property name="toolTip" stdset="0"> + <string>Specify how long to wait for an IP</string> + </property> + <property name="whatsThis" stdset="0"> + <string><p><b>DHCP Client Timeout</b></p> + <p>This option specifies the amount of time after which the application should stop waiting for an IP address and assume that the connection has failed.</p> + <p><i>HINT: Increasing this number can help if you have problems connecting to some networks.</i></p></string> + </property> + </widget> + <widget class="TQLabel"> + <property name="name"> + <cstring>textLabel2</cstring> + </property> + <property name="text"> + <string>DHCP client timeout:</string> + </property> + <property name="toolTip" stdset="0"> + <string>Specify how long to wait for an IP</string> + </property> + <property name="whatsThis" stdset="0"> + <string><p><b>DHCP Client Timeout</b></p> + <p>This option specifies the amount of time after which the application should stop waiting for an IP address and assume that the connection has failed.</p> + <p><i>HINT: Increasing this number can help if you have problems connecting to some networks.</i></p></string> + </property> + </widget> + </vbox> + </widget> + <widget class="TQLayoutWidget"> + <property name="name"> + <cstring>layout13</cstring> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <spacer> + <property name="name"> + <cstring>spacer24_2</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Fixed</enum> + </property> + <property name="sizeHint"> + <size> + <width>21</width> + <height>20</height> + </size> + </property> + </spacer> + <spacer> + <property name="name"> + <cstring>spacer24</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Fixed</enum> + </property> + <property name="sizeHint"> + <size> + <width>21</width> + <height>20</height> + </size> + </property> + </spacer> + </vbox> + </widget> + <widget class="TQLayoutWidget"> + <property name="name"> + <cstring>layout14</cstring> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQSpinBox"> + <property name="name"> + <cstring>spinDelayBeforeScanning</cstring> + </property> + <property name="suffix"> + <string>s</string> + </property> + <property name="maxValue"> + <number>20</number> + </property> + <property name="minValue"> + <number>0</number> + </property> + <property name="value"> + <number>0</number> + </property> + <property name="toolTip" stdset="0"> + <string>Specify how long to wait before scanning</string> + </property> + <property name="whatsThis" stdset="0"> + <string><p><b>Delay Before Scanning</b></p> + <p>This option specifies the amount of time to wait between bringing the interface up and performing a scan.</p> + <p><i>HINT: Increasing this number can help if you have to refresh the list manually to see all the available networks.</i></p></string> + </property> + </widget> + <widget class="TQSpinBox"> + <property name="name"> + <cstring>spinDhcpTimeout</cstring> + </property> + <property name="suffix"> + <string>s</string> + </property> + <property name="maxValue"> + <number>60</number> + </property> + <property name="minValue"> + <number>5</number> + </property> + <property name="value"> + <number>15</number> + </property> + <property name="toolTip" stdset="0"> + <string>Specify how long to wait for an IP</string> + </property> + <property name="whatsThis" stdset="0"> + <string><p><b>DHCP Client Timeout</b></p> + <p>This option specifies the amount of time after which the application should stop waiting for an IP address and assume that the connection has failed.</p> + <p><i>HINT: Increasing this number can help if you have problems connecting to some networks.</i></p></string> + </property> + </widget> + </vbox> + </widget> + <widget class="TQLayoutWidget"> + <property name="name"> + <cstring>layout15</cstring> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <spacer> + <property name="name"> + <cstring>spacer25_2</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>101</width> + <height>21</height> + </size> + </property> + </spacer> + <spacer> + <property name="name"> + <cstring>spacer25</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>118</width> + <height>21</height> + </size> + </property> + </spacer> + </vbox> + </widget> + </hbox> + </widget> + <widget class="TQLabel"> + <property name="name"> + <cstring>textLabel1</cstring> + </property> + <property name="text"> + <string><i>Press the button below to enable all messages which have been turned off with the 'Don't Show Again' feature.</i></string> + </property> + </widget> + <widget class="TQLayoutWidget"> + <property name="name"> + <cstring>layout19</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <spacer> + <property name="name"> + <cstring>spacer22</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>201</width> + <height>21</height> + </size> + </property> + </spacer> + <widget class="TQPushButton"> + <property name="name"> + <cstring>buttonEnableAllMessages</cstring> + </property> + <property name="text"> + <string>E&nable All Messages</string> + </property> + <property name="whatsThis" stdset="0"> + <string><p><b>Enable All Messages</b></p> + <p>Pressing this button will enable all messages which have been turned off with the 'Don't Show Again' feature.</p></string> + </property> + </widget> + </hbox> + </widget> + <spacer> + <property name="name"> + <cstring>spacer16</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>31</height> + </size> + </property> + </spacer> + </vbox> + </widget> + </widget> + </vbox> + </widget> + </grid> + </widget> + <tabstops> + <tabstop>devCombo</tabstop> + <tabstop>netList</tabstop> + <tabstop>buttonScan</tabstop> + <tabstop>buttonConnect</tabstop> + <tabstop>buttonOptions</tabstop> + <tabstop>buttonClose</tabstop> + <tabstop>checkAutoQuit</tabstop> + <tabstop>spinDhcpTimeout</tabstop> + <tabstop>buttonEnableAllMessages</tabstop> + </tabstops> + <Q_SLOTS> + <slot>netScan()</slot> + <slot>netConnect()</slot> + <slot>showCfgDlg()</slot> + <slot>setDeviceList()</slot> + </Q_SLOTS> + <functions> + <function>updateStatus(char sts)</function> + </functions> + <layoutdefaults spacing="6" margin="11"/> + <includes> <include location="global" impldecl="in implementation">kcombobox.h</include> <include location="global" impldecl="in implementation">kpushbutton.h</include> <include location="global" impldecl="in implementation">tdelistview.h</include> -</includes> + </includes> </UI> |
