diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-12 13:00:56 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-12 13:00:56 +0900 |
commit | b812a888582918217a156e83676901634a33d7c3 (patch) | |
tree | e8d38b1c15a3c97d3a7c2a05e77a7305916eca04 | |
parent | 4e01e4b2178cc5c371c4205318a8494b737349a9 (diff) | |
download | wlassistant-b812a888582918217a156e83676901634a33d7c3.tar.gz wlassistant-b812a888582918217a156e83676901634a33d7c3.zip |
Remove unnecessary accelerators from .ui files. Fix indentation of .ui files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | src/ui_NetParamsEdit.ui | 2206 | ||||
-rw-r--r-- | src/ui_NetParamsWizard.ui | 1774 | ||||
-rw-r--r-- | src/ui_main.ui | 1475 |
3 files changed, 2705 insertions, 2750 deletions
diff --git a/src/ui_NetParamsEdit.ui b/src/ui_NetParamsEdit.ui index 2a0778b..42cb816 100644 --- a/src/ui_NetParamsEdit.ui +++ b/src/ui_NetParamsEdit.ui @@ -1,1111 +1,1099 @@ <!DOCTYPE UI><UI version="3.2" stdsetdef="1"> -<class>netProperties</class> -<widget class="TQDialog"> -<property name="name"> -<cstring>netProperties</cstring> -</property> -<property name="geometry"> -<rect> -<x>0</x> -<y>0</y> -<width>420</width> -<height>504</height> -</rect> -</property> -<property name="sizePolicy"> -<sizepolicy> -<hsizetype>5</hsizetype> -<vsizetype>1</vsizetype> -<horstretch>0</horstretch> -<verstretch>0</verstretch> -</sizepolicy> -</property> -<property name="caption"> -<string>Properties</string> -</property> -<property name="sizeGripEnabled"> -<bool>false</bool> -</property> -<grid> -<property name="name"> -<cstring>unnamed</cstring> -</property> -<property name="margin"> -<number>11</number> -</property> -<property name="spacing"> -<number>6</number> -</property> -<widget class="TQLayoutWidget" row="1" column="0"> -<property name="name"> -<cstring>Layout1</cstring> -</property> -<hbox> -<property name="name"> -<cstring>unnamed</cstring> -</property> -<property name="margin"> -<number>0</number> -</property> -<property name="spacing"> -<number>6</number> -</property> -<widget class="TQPushButton"> -<property name="name"> -<cstring>buttonHelp</cstring> -</property> -<property name="text"> -<string>&Help</string> -</property> -<property name="accel"> -<string>F1</string> -</property> -<property name="autoDefault"> -<bool>true</bool> -</property> -</widget> -<spacer> -<property name="name"> -<cstring>Horizontal Spacing2</cstring> -</property> -<property name="orientation"> -<enum>Horizontal</enum> -</property> -<property name="sizeType"> -<enum>Expanding</enum> -</property> -<property name="sizeHint"> -<size> -<width>20</width> -<height>20</height> -</size> -</property> -</spacer> -<widget class="TQPushButton"> -<property name="name"> -<cstring>buttonOk</cstring> -</property> -<property name="text"> -<string>&OK</string> -</property> -<property name="accel"> -<string></string> -</property> -<property name="autoDefault"> -<bool>true</bool> -</property> -<property name="default"> -<bool>true</bool> -</property> -</widget> -<widget class="TQPushButton"> -<property name="name"> -<cstring>buttonCancel</cstring> -</property> -<property name="text"> -<string>&Cancel</string> -</property> -<property name="accel"> -<string></string> -</property> -<property name="autoDefault"> -<bool>true</bool> -</property> -</widget> -</hbox> -</widget> -<widget class="TQTabWidget" row="0" column="0"> -<property name="name"> -<cstring>tabNetParams</cstring> -</property> -<widget class="TQWidget"> -<property name="name"> -<cstring>tabInterface</cstring> -</property> -<attribute name="title"> -<string>I&nterface</string> -</attribute> -<vbox> -<property name="name"> -<cstring>unnamed</cstring> -</property> -<widget class="TQGroupBox"> -<property name="name"> -<cstring>boxEssid</cstring> -</property> -<property name="sizePolicy"> -<sizepolicy> -<hsizetype>5</hsizetype> -<vsizetype>1</vsizetype> -<horstretch>0</horstretch> -<verstretch>0</verstretch> -</sizepolicy> -</property> -<property name="title"> -<string>ESSID</string> -</property> -<hbox> -<property name="name"> -<cstring>unnamed</cstring> -</property> -<widget class="TQLabel"> -<property name="name"> -<cstring>textLabel1</cstring> -</property> -<property name="text"> -<string>ESSID:</string> -</property> -</widget> -<widget class="TQLineEdit"> -<property name="name"> -<cstring>essid</cstring> -</property> -</widget> -</hbox> -</widget> -<widget class="TQButtonGroup"> -<property name="name"> -<cstring>buttonGroup1</cstring> -</property> -<property name="sizePolicy"> -<sizepolicy> -<hsizetype>5</hsizetype> -<vsizetype>3</vsizetype> -<horstretch>0</horstretch> -<verstretch>0</verstretch> -</sizepolicy> -</property> -<property name="title"> -<string>Configuration</string> -</property> -<vbox> -<property name="name"> -<cstring>unnamed</cstring> -</property> -<widget class="TQLayoutWidget"> -<property name="name"> -<cstring>layout3</cstring> -</property> -<vbox> -<property name="name"> -<cstring>unnamed</cstring> -</property> -<widget class="TQRadioButton"> -<property name="name"> -<cstring>radioDhcp</cstring> -</property> -<property name="text"> -<string>Automatic (DHCP)</string> -</property> -</widget> -<widget class="TQRadioButton"> -<property name="name"> -<cstring>radioManualConfig</cstring> -</property> -<property name="text"> -<string>&Manual</string> -</property> -</widget> -</vbox> -</widget> -<widget class="TQFrame"> -<property name="name"> -<cstring>boxManualConfig</cstring> -</property> -<property name="frameShape"> -<enum>NoFrame</enum> -</property> -<property name="frameShadow"> -<enum>Raised</enum> -</property> -<grid> -<property name="name"> -<cstring>unnamed</cstring> -</property> -<widget class="TQLineEdit" row="2" column="1"> -<property name="name"> -<cstring>netmask</cstring> -</property> -</widget> -<widget class="TQLabel" row="2" column="0"> -<property name="name"> -<cstring>textLabel4</cstring> -</property> -<property name="text"> -<string>Netmask:</string> -</property> -</widget> -<widget class="TQLineEdit" row="0" column="1"> -<property name="name"> -<cstring>ip</cstring> -</property> -</widget> -<widget class="TQLineEdit" row="4" column="1"> -<property name="name"> -<cstring>domain</cstring> -</property> -</widget> -<widget class="TQLabel" row="0" column="0"> -<property name="name"> -<cstring>textLabel2</cstring> -</property> -<property name="text"> -<string>IP:</string> -</property> -</widget> -<widget class="TQLabel" row="1" column="0"> -<property name="name"> -<cstring>textLabel3</cstring> -</property> -<property name="text"> -<string>Broadcast:</string> -</property> -</widget> -<widget class="TQLabel" row="3" column="0"> -<property name="name"> -<cstring>textLabel5</cstring> -</property> -<property name="text"> -<string>Gateway:</string> -</property> -</widget> -<widget class="TQLineEdit" row="5" column="1"> -<property name="name"> -<cstring>dns1</cstring> -</property> -</widget> -<widget class="TQLabel" row="4" column="0"> -<property name="name"> -<cstring>textLabel6</cstring> -</property> -<property name="text"> -<string>Domain:</string> -</property> -</widget> -<widget class="TQLineEdit" row="1" column="1"> -<property name="name"> -<cstring>broadcast</cstring> -</property> -</widget> -<widget class="TQLineEdit" row="3" column="1"> -<property name="name"> -<cstring>gateway</cstring> -</property> -</widget> -<widget class="TQLineEdit" row="6" column="1"> -<property name="name"> -<cstring>dns2</cstring> -</property> -</widget> -<widget class="TQLabel" row="6" column="0"> -<property name="name"> -<cstring>textLabel8</cstring> -</property> -<property name="text"> -<string>Secondary DNS:</string> -</property> -</widget> -<widget class="TQLabel" row="5" column="0"> -<property name="name"> -<cstring>textLabel7</cstring> -</property> -<property name="text"> -<string>Primary DNS:</string> -</property> -</widget> -</grid> -</widget> -</vbox> -</widget> -<spacer> -<property name="name"> -<cstring>spacer2</cstring> -</property> -<property name="orientation"> -<enum>Vertical</enum> -</property> -<property name="sizeType"> -<enum>Expanding</enum> -</property> -<property name="sizeHint"> -<size> -<width>20</width> -<height>21</height> -</size> -</property> -</spacer> -</vbox> -</widget> -<widget class="TQWidget"> -<property name="name"> -<cstring>tabSecurity</cstring> -</property> -<attribute name="title"> -<string>Securit&y</string> -</attribute> -<grid> -<property name="name"> -<cstring>unnamed</cstring> -</property> -<spacer row="2" column="0"> -<property name="name"> -<cstring>spacer3</cstring> -</property> -<property name="orientation"> -<enum>Vertical</enum> -</property> -<property name="sizeType"> -<enum>Expanding</enum> -</property> -<property name="sizeHint"> -<size> -<width>21</width> -<height>40</height> -</size> -</property> -</spacer> -<widget class="TQButtonGroup" row="1" column="0"> -<property name="name"> -<cstring>groupWpa</cstring> -</property> -<property name="title"> -<string>WPA Settings</string> -</property> -<grid> -<property name="name"> -<cstring>unnamed</cstring> -</property> -<widget class="TQLayoutWidget" row="1" column="0"> -<property name="name"> -<cstring>layout33</cstring> -</property> -<hbox> -<property name="name"> -<cstring>unnamed</cstring> -</property> -<widget class="TQLabel"> -<property name="name"> -<cstring>textLabel1_2_2</cstring> -</property> -<property name="sizePolicy"> -<sizepolicy> -<hsizetype>1</hsizetype> -<vsizetype>5</vsizetype> -<horstretch>0</horstretch> -<verstretch>0</verstretch> -</sizepolicy> -</property> -<property name="text"> -<string>Key:</string> -</property> -</widget> -<widget class="TQLineEdit"> -<property name="name"> -<cstring>wpaKey</cstring> -</property> -<property name="echoMode"> -<enum>Password</enum> -</property> -</widget> -<widget class="TQCheckBox"> -<property name="name"> -<cstring>checkWpaAscii</cstring> -</property> -<property name="text"> -<string>ASCII</string> -</property> -</widget> -</hbox> -</widget> -<widget class="TQLayoutWidget" row="0" column="0"> -<property name="name"> -<cstring>layout34</cstring> -</property> -<hbox> -<property name="name"> -<cstring>unnamed</cstring> -</property> -<widget class="TQLabel"> -<property name="name"> -<cstring>textLabel1_3_5</cstring> -</property> -<property name="sizePolicy"> -<sizepolicy> -<hsizetype>3</hsizetype> -<vsizetype>5</vsizetype> -<horstretch>0</horstretch> -<verstretch>0</verstretch> -</sizepolicy> -</property> -<property name="text"> -<string>WPA Version:<br>Group Cipher:<br>Pairwise Cipher:<br>Authentication Suite:</string> -</property> -</widget> -<widget class="TQLabel"> -<property name="name"> -<cstring>labelWpaSettings</cstring> -</property> -<property name="sizePolicy"> -<sizepolicy> -<hsizetype>1</hsizetype> -<vsizetype>5</vsizetype> -<horstretch>0</horstretch> -<verstretch>0</verstretch> -</sizepolicy> -</property> -<property name="text"> -<string><b>?<br>?<br>?<br>?</b></string> -</property> -</widget> -<spacer> -<property name="name"> -<cstring>spacer71</cstring> -</property> -<property name="orientation"> -<enum>Horizontal</enum> -</property> -<property name="sizeType"> -<enum>Expanding</enum> -</property> -<property name="sizeHint"> -<size> -<width>131</width> -<height>21</height> -</size> -</property> -</spacer> -</hbox> -</widget> -</grid> -</widget> -<widget class="TQButtonGroup" row="0" column="0"> -<property name="name"> -<cstring>groupWep</cstring> -</property> -<property name="title"> -<string>WEP Settings</string> -</property> -<grid> -<property name="name"> -<cstring>unnamed</cstring> -</property> -<widget class="TQRadioButton" row="0" column="0"> -<property name="name"> -<cstring>radioWepOpen</cstring> -</property> -<property name="text"> -<string>Open Syste&m</string> -</property> -<property name="accel"> -<string>Alt+M</string> -</property> -</widget> -<widget class="TQLayoutWidget" row="2" column="0"> -<property name="name"> -<cstring>layout35</cstring> -</property> -<hbox> -<property name="name"> -<cstring>unnamed</cstring> -</property> -<widget class="TQLabel"> -<property name="name"> -<cstring>textLabel1_2</cstring> -</property> -<property name="sizePolicy"> -<sizepolicy> -<hsizetype>1</hsizetype> -<vsizetype>5</vsizetype> -<horstretch>0</horstretch> -<verstretch>0</verstretch> -</sizepolicy> -</property> -<property name="text"> -<string>Key:</string> -</property> -</widget> -<widget class="TQLineEdit"> -<property name="name"> -<cstring>wepKey</cstring> -</property> -<property name="echoMode"> -<enum>Password</enum> -</property> -</widget> -<widget class="TQCheckBox"> -<property name="name"> -<cstring>checkWepAscii</cstring> -</property> -<property name="text"> -<string>ASCII</string> -</property> -</widget> -</hbox> -</widget> -<widget class="TQRadioButton" row="1" column="0"> -<property name="name"> -<cstring>radioWepRestricted</cstring> -</property> -<property name="text"> -<string>Shared &Key</string> -</property> -<property name="accel"> -<string>Alt+K</string> -</property> -</widget> -</grid> -</widget> -</grid> -</widget> -<widget class="TQWidget"> -<property name="name"> -<cstring>tabAdvanced</cstring> -</property> -<attribute name="title"> -<string>Advanced</string> -</attribute> -<vbox> -<property name="name"> -<cstring>unnamed</cstring> -</property> -<widget class="TQLabel"> -<property name="name"> -<cstring>textLabel1_4</cstring> -</property> -<property name="text"> -<string><b>Security Warning:</b> the commands specified below will be ran with the same privileges as Wireless Assistant has.</string> -</property> -</widget> -<widget class="TQGroupBox"> -<property name="name"> -<cstring>groupBox3</cstring> -</property> -<property name="title"> -<string>Pre-Connection Command</string> -</property> -<grid> -<property name="name"> -<cstring>unnamed</cstring> -</property> -<widget class="TQLayoutWidget" row="1" column="0"> -<property name="name"> -<cstring>layout6</cstring> -</property> -<hbox> -<property name="name"> -<cstring>unnamed</cstring> -</property> -<spacer> -<property name="name"> -<cstring>spacer7</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="TQLabel"> -<property name="name"> -<cstring>textLabel1_3</cstring> -</property> -<property name="text"> -<string>Timeout:</string> -</property> -</widget> -<widget class="TQSpinBox"> -<property name="name"> -<cstring>preConnectionTimeout</cstring> -</property> -<property name="suffix"> -<string>s</string> -</property> -<property name="maxValue"> -<number>60</number> -</property> -<property name="minValue"> -<number>1</number> -</property> -<property name="value"> -<number>20</number> -</property> -<property name="toolTip" stdset="0"> -<string>Amount of time after which the process will be killed.</string> -</property> -<property name="whatsThis" stdset="0"> -<string><p><b>Timeout</b></p> -<p>This option specifies how long should Wireless Assistant wait for the process to finish, before it will be killed.</p></string> -</property> -</widget> -<widget class="TQCheckBox"> -<property name="name"> -<cstring>preConnectionDetached</cstring> -</property> -<property name="text"> -<string>Run detached</string> -</property> -<property name="toolTip" stdset="0"> -<string>Don't wait for the process to finish.</string> -</property> -<property name="whatsThis" stdset="0"> -<string><p><b>Run Detached</b></p> -<p>If this checkbox is selected Wireless Assistant will not wait for the process to finish.</p></string> -</property> -</widget> -</hbox> -</widget> -<widget class="TQLayoutWidget" row="0" column="0"> -<property name="name"> -<cstring>layout7</cstring> -</property> -<hbox> -<property name="name"> -<cstring>unnamed</cstring> -</property> -<widget class="TQLabel"> -<property name="name"> -<cstring>textLabel1_3_2</cstring> -</property> -<property name="text"> -<string>Command:</string> -</property> -</widget> -<widget class="TQLineEdit"> -<property name="name"> -<cstring>preConnectionCommand</cstring> -</property> -</widget> -</hbox> -</widget> -</grid> -</widget> -<widget class="TQGroupBox"> -<property name="name"> -<cstring>groupBox3_2</cstring> -</property> -<property name="title"> -<string>Post-Connection Command</string> -</property> -<grid> -<property name="name"> -<cstring>unnamed</cstring> -</property> -<widget class="TQLayoutWidget" row="1" column="0"> -<property name="name"> -<cstring>layout6_2</cstring> -</property> -<hbox> -<property name="name"> -<cstring>unnamed</cstring> -</property> -<spacer> -<property name="name"> -<cstring>spacer7_2</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="TQLabel"> -<property name="name"> -<cstring>textLabel1_3_3</cstring> -</property> -<property name="text"> -<string>Timeout:</string> -</property> -</widget> -<widget class="TQSpinBox"> -<property name="name"> -<cstring>postConnectionTimeout</cstring> -</property> -<property name="suffix"> -<string>s</string> -</property> -<property name="maxValue"> -<number>60</number> -</property> -<property name="minValue"> -<number>1</number> -</property> -<property name="value"> -<number>20</number> -</property> -<property name="toolTip" stdset="0"> -<string>Amount of time after which the process will be killed.</string> -</property> -<property name="whatsThis" stdset="0"> -<string><p><b>Timeout</b></p> -<p>This option specifies how long should Wireless Assistant wait for the process to finish, before it will be killed.</p></string> -</property> -</widget> -<widget class="TQCheckBox"> -<property name="name"> -<cstring>postConnectionDetached</cstring> -</property> -<property name="text"> -<string>Run detached</string> -</property> -<property name="toolTip" stdset="0"> -<string>Don't wait for the process to finish.</string> -</property> -<property name="whatsThis" stdset="0"> -<string><p><b>Run Detached</b></p> -<p>If this checkbox is selected Wireless Assistant will not wait for the process to finish.</p></string> -</property> -</widget> -</hbox> -</widget> -<widget class="TQLayoutWidget" row="0" column="0"> -<property name="name"> -<cstring>layout7_2</cstring> -</property> -<hbox> -<property name="name"> -<cstring>unnamed</cstring> -</property> -<widget class="TQLabel"> -<property name="name"> -<cstring>textLabel1_3_2_2</cstring> -</property> -<property name="text"> -<string>Command:</string> -</property> -</widget> -<widget class="TQLineEdit"> -<property name="name"> -<cstring>postConnectionCommand</cstring> -</property> -</widget> -</hbox> -</widget> -</grid> -</widget> -<widget class="TQGroupBox"> -<property name="name"> -<cstring>groupBox3_3</cstring> -</property> -<property name="title"> -<string>Pre-Disconnection Command</string> -</property> -<grid> -<property name="name"> -<cstring>unnamed</cstring> -</property> -<widget class="TQLayoutWidget" row="1" column="0"> -<property name="name"> -<cstring>layout6_3</cstring> -</property> -<hbox> -<property name="name"> -<cstring>unnamed</cstring> -</property> -<spacer> -<property name="name"> -<cstring>spacer7_3</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="TQLabel"> -<property name="name"> -<cstring>textLabel1_3_4</cstring> -</property> -<property name="text"> -<string>Timeout:</string> -</property> -</widget> -<widget class="TQSpinBox"> -<property name="name"> -<cstring>preDisconnectionTimeout</cstring> -</property> -<property name="suffix"> -<string>s</string> -</property> -<property name="maxValue"> -<number>60</number> -</property> -<property name="minValue"> -<number>1</number> -</property> -<property name="value"> -<number>20</number> -</property> -<property name="toolTip" stdset="0"> -<string>Amount of time after which the process will be killed.</string> -</property> -<property name="whatsThis" stdset="0"> -<string><p><b>Timeout</b></p> -<p>This option specifies how long should Wireless Assistant wait for the process to finish, before it will be killed.</p></string> -</property> -</widget> -<widget class="TQCheckBox"> -<property name="name"> -<cstring>preDisconnectionDetached</cstring> -</property> -<property name="text"> -<string>Run detached</string> -</property> -<property name="toolTip" stdset="0"> -<string>Don't wait for the process to finish.</string> -</property> -<property name="whatsThis" stdset="0"> -<string><p><b>Run Detached</b></p> -<p>If this checkbox is selected Wireless Assistant will not wait for the process to finish.</p></string> -</property> -</widget> -</hbox> -</widget> -<widget class="TQLayoutWidget" row="0" column="0"> -<property name="name"> -<cstring>layout7_3</cstring> -</property> -<hbox> -<property name="name"> -<cstring>unnamed</cstring> -</property> -<widget class="TQLabel"> -<property name="name"> -<cstring>textLabel1_3_2_3</cstring> -</property> -<property name="text"> -<string>Command:</string> -</property> -</widget> -<widget class="TQLineEdit"> -<property name="name"> -<cstring>preDisconnectionCommand</cstring> -</property> -</widget> -</hbox> -</widget> -</grid> -</widget> -<widget class="TQGroupBox"> -<property name="name"> -<cstring>groupBox3_3_2</cstring> -</property> -<property name="title"> -<string>Post-Disconnection Command</string> -</property> -<grid> -<property name="name"> -<cstring>unnamed</cstring> -</property> -<widget class="TQLayoutWidget" row="1" column="0"> -<property name="name"> -<cstring>layout6_3_2</cstring> -</property> -<hbox> -<property name="name"> -<cstring>unnamed</cstring> -</property> -<spacer> -<property name="name"> -<cstring>spacer7_3_2</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="TQLabel"> -<property name="name"> -<cstring>textLabel1_3_4_2</cstring> -</property> -<property name="text"> -<string>Timeout:</string> -</property> -</widget> -<widget class="TQSpinBox"> -<property name="name"> -<cstring>postDisconnectionTimeout</cstring> -</property> -<property name="suffix"> -<string>s</string> -</property> -<property name="maxValue"> -<number>60</number> -</property> -<property name="minValue"> -<number>1</number> -</property> -<property name="value"> -<number>20</number> -</property> -<property name="toolTip" stdset="0"> -<string>Amount of time after which the process will be killed.</string> -</property> -<property name="whatsThis" stdset="0"> -<string><p><b>Timeout</b></p> -<p>This option specifies how long should Wireless Assistant wait for the process to finish, before it will be killed.</p></string> -</property> -</widget> -<widget class="TQCheckBox"> -<property name="name"> -<cstring>postDisconnectionDetached</cstring> -</property> -<property name="text"> -<string>Run detached</string> -</property> -<property name="toolTip" stdset="0"> -<string>Don't wait for the process to finish.</string> -</property> -<property name="whatsThis" stdset="0"> -<string><p><b>Run Detached</b></p> -<p>If this checkbox is selected Wireless Assistant will not wait for the process to finish.</p></string> -</property> -</widget> -</hbox> -</widget> -<widget class="TQLayoutWidget" row="0" column="0"> -<property name="name"> -<cstring>layout7_3_2</cstring> -</property> -<hbox> -<property name="name"> -<cstring>unnamed</cstring> -</property> -<widget class="TQLabel"> -<property name="name"> -<cstring>textLabel1_3_2_3_2</cstring> -</property> -<property name="text"> -<string>Command:</string> -</property> -</widget> -<widget class="TQLineEdit"> -<property name="name"> -<cstring>postDisconnectionCommand</cstring> -</property> -</widget> -</hbox> -</widget> -</grid> -</widget> -<spacer> -<property name="name"> -<cstring>spacer4</cstring> -</property> -<property name="orientation"> -<enum>Vertical</enum> -</property> -<property name="sizeType"> -<enum>Expanding</enum> -</property> -<property name="sizeHint"> -<size> -<width>31</width> -<height>20</height> -</size> -</property> -</spacer> -</vbox> -</widget> -</widget> -</grid> -</widget> -<connections> -<connection> -<sender>buttonOk</sender> -<signal>clicked()</signal> -<receiver>netProperties</receiver> -<slot>accept()</slot> -</connection> -<connection> -<sender>buttonCancel</sender> -<signal>clicked()</signal> -<receiver>netProperties</receiver> -<slot>reject()</slot> -</connection> -<connection> -<sender>radioManualConfig</sender> -<signal>toggled(bool)</signal> -<receiver>boxManualConfig</receiver> -<slot>setEnabled(bool)</slot> -</connection> -<connection> -<sender>radioDhcp</sender> -<signal>toggled(bool)</signal> -<receiver>boxManualConfig</receiver> -<slot>setDisabled(bool)</slot> -</connection> -<connection> -<sender>preConnectionDetached</sender> -<signal>toggled(bool)</signal> -<receiver>preConnectionTimeout</receiver> -<slot>setDisabled(bool)</slot> -</connection> -<connection> -<sender>postConnectionDetached</sender> -<signal>toggled(bool)</signal> -<receiver>postConnectionTimeout</receiver> -<slot>setDisabled(bool)</slot> -</connection> -<connection> -<sender>preDisconnectionDetached</sender> -<signal>toggled(bool)</signal> -<receiver>preDisconnectionTimeout</receiver> -<slot>setDisabled(bool)</slot> -</connection> -<connection> -<sender>postDisconnectionDetached</sender> -<signal>toggled(bool)</signal> -<receiver>postDisconnectionTimeout</receiver> -<slot>setDisabled(bool)</slot> -</connection> -</connections> -<tabstops> -<tabstop>essid</tabstop> -<tabstop>radioDhcp</tabstop> -<tabstop>radioManualConfig</tabstop> -<tabstop>ip</tabstop> -<tabstop>broadcast</tabstop> -<tabstop>netmask</tabstop> -<tabstop>gateway</tabstop> -<tabstop>domain</tabstop> -<tabstop>dns1</tabstop> -<tabstop>dns2</tabstop> -<tabstop>tabNetParams</tabstop> -<tabstop>radioWepOpen</tabstop> -<tabstop>radioWepRestricted</tabstop> -<tabstop>wepKey</tabstop> -<tabstop>buttonHelp</tabstop> -<tabstop>buttonOk</tabstop> -<tabstop>buttonCancel</tabstop> -</tabstops> -<layoutdefaults spacing="6" margin="11"/> + <class>netProperties</class> + <widget class="TQDialog"> + <property name="name"> + <cstring>netProperties</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>420</width> + <height>504</height> + </rect> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>5</hsizetype> + <vsizetype>1</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="caption"> + <string>Properties</string> + </property> + <property name="sizeGripEnabled"> + <bool>false</bool> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>11</number> + </property> + <property name="spacing"> + <number>6</number> + </property> + <widget class="TQLayoutWidget" row="1" column="0"> + <property name="name"> + <cstring>Layout1</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>0</number> + </property> + <property name="spacing"> + <number>6</number> + </property> + <widget class="TQPushButton"> + <property name="name"> + <cstring>buttonHelp</cstring> + </property> + <property name="text"> + <string>&Help</string> + </property> + <property name="accel"> + <string>F1</string> + </property> + <property name="autoDefault"> + <bool>true</bool> + </property> + </widget> + <spacer> + <property name="name"> + <cstring>Horizontal Spacing2</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="TQPushButton"> + <property name="name"> + <cstring>buttonOk</cstring> + </property> + <property name="text"> + <string>&OK</string> + </property> + <property name="autoDefault"> + <bool>true</bool> + </property> + <property name="default"> + <bool>true</bool> + </property> + </widget> + <widget class="TQPushButton"> + <property name="name"> + <cstring>buttonCancel</cstring> + </property> + <property name="text"> + <string>&Cancel</string> + </property> + <property name="autoDefault"> + <bool>true</bool> + </property> + </widget> + </hbox> + </widget> + <widget class="TQTabWidget" row="0" column="0"> + <property name="name"> + <cstring>tabNetParams</cstring> + </property> + <widget class="TQWidget"> + <property name="name"> + <cstring>tabInterface</cstring> + </property> + <attribute name="title"> + <string>I&nterface</string> + </attribute> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQGroupBox"> + <property name="name"> + <cstring>boxEssid</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>5</hsizetype> + <vsizetype>1</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="title"> + <string>ESSID</string> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQLabel"> + <property name="name"> + <cstring>textLabel1</cstring> + </property> + <property name="text"> + <string>ESSID:</string> + </property> + </widget> + <widget class="TQLineEdit"> + <property name="name"> + <cstring>essid</cstring> + </property> + </widget> + </hbox> + </widget> + <widget class="TQButtonGroup"> + <property name="name"> + <cstring>buttonGroup1</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>5</hsizetype> + <vsizetype>3</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="title"> + <string>Configuration</string> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQLayoutWidget"> + <property name="name"> + <cstring>layout3</cstring> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQRadioButton"> + <property name="name"> + <cstring>radioDhcp</cstring> + </property> + <property name="text"> + <string>Automatic (DHCP)</string> + </property> + </widget> + <widget class="TQRadioButton"> + <property name="name"> + <cstring>radioManualConfig</cstring> + </property> + <property name="text"> + <string>&Manual</string> + </property> + </widget> + </vbox> + </widget> + <widget class="TQFrame"> + <property name="name"> + <cstring>boxManualConfig</cstring> + </property> + <property name="frameShape"> + <enum>NoFrame</enum> + </property> + <property name="frameShadow"> + <enum>Raised</enum> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQLineEdit" row="2" column="1"> + <property name="name"> + <cstring>netmask</cstring> + </property> + </widget> + <widget class="TQLabel" row="2" column="0"> + <property name="name"> + <cstring>textLabel4</cstring> + </property> + <property name="text"> + <string>Netmask:</string> + </property> + </widget> + <widget class="TQLineEdit" row="0" column="1"> + <property name="name"> + <cstring>ip</cstring> + </property> + </widget> + <widget class="TQLineEdit" row="4" column="1"> + <property name="name"> + <cstring>domain</cstring> + </property> + </widget> + <widget class="TQLabel" row="0" column="0"> + <property name="name"> + <cstring>textLabel2</cstring> + </property> + <property name="text"> + <string>IP:</string> + </property> + </widget> + <widget class="TQLabel" row="1" column="0"> + <property name="name"> + <cstring>textLabel3</cstring> + </property> + <property name="text"> + <string>Broadcast:</string> + </property> + </widget> + <widget class="TQLabel" row="3" column="0"> + <property name="name"> + <cstring>textLabel5</cstring> + </property> + <property name="text"> + <string>Gateway:</string> + </property> + </widget> + <widget class="TQLineEdit" row="5" column="1"> + <property name="name"> + <cstring>dns1</cstring> + </property> + </widget> + <widget class="TQLabel" row="4" column="0"> + <property name="name"> + <cstring>textLabel6</cstring> + </property> + <property name="text"> + <string>Domain:</string> + </property> + </widget> + <widget class="TQLineEdit" row="1" column="1"> + <property name="name"> + <cstring>broadcast</cstring> + </property> + </widget> + <widget class="TQLineEdit" row="3" column="1"> + <property name="name"> + <cstring>gateway</cstring> + </property> + </widget> + <widget class="TQLineEdit" row="6" column="1"> + <property name="name"> + <cstring>dns2</cstring> + </property> + </widget> + <widget class="TQLabel" row="6" column="0"> + <property name="name"> + <cstring>textLabel8</cstring> + </property> + <property name="text"> + <string>Secondary DNS:</string> + </property> + </widget> + <widget class="TQLabel" row="5" column="0"> + <property name="name"> + <cstring>textLabel7</cstring> + </property> + <property name="text"> + <string>Primary DNS:</string> + </property> + </widget> + </grid> + </widget> + </vbox> + </widget> + <spacer> + <property name="name"> + <cstring>spacer2</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>21</height> + </size> + </property> + </spacer> + </vbox> + </widget> + <widget class="TQWidget"> + <property name="name"> + <cstring>tabSecurity</cstring> + </property> + <attribute name="title"> + <string>Securit&y</string> + </attribute> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <spacer row="2" column="0"> + <property name="name"> + <cstring>spacer3</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>21</width> + <height>40</height> + </size> + </property> + </spacer> + <widget class="TQButtonGroup" row="1" column="0"> + <property name="name"> + <cstring>groupWpa</cstring> + </property> + <property name="title"> + <string>WPA Settings</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQLayoutWidget" row="1" column="0"> + <property name="name"> + <cstring>layout33</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQLabel"> + <property name="name"> + <cstring>textLabel1_2_2</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>1</hsizetype> + <vsizetype>5</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string>Key:</string> + </property> + </widget> + <widget class="TQLineEdit"> + <property name="name"> + <cstring>wpaKey</cstring> + </property> + <property name="echoMode"> + <enum>Password</enum> + </property> + </widget> + <widget class="TQCheckBox"> + <property name="name"> + <cstring>checkWpaAscii</cstring> + </property> + <property name="text"> + <string>ASCII</string> + </property> + </widget> + </hbox> + </widget> + <widget class="TQLayoutWidget" row="0" column="0"> + <property name="name"> + <cstring>layout34</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQLabel"> + <property name="name"> + <cstring>textLabel1_3_5</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>3</hsizetype> + <vsizetype>5</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string>WPA Version:<br>Group Cipher:<br>Pairwise Cipher:<br>Authentication Suite:</string> + </property> + </widget> + <widget class="TQLabel"> + <property name="name"> + <cstring>labelWpaSettings</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>1</hsizetype> + <vsizetype>5</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string><b>?<br>?<br>?<br>?</b></string> + </property> + </widget> + <spacer> + <property name="name"> + <cstring>spacer71</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>131</width> + <height>21</height> + </size> + </property> + </spacer> + </hbox> + </widget> + </grid> + </widget> + <widget class="TQButtonGroup" row="0" column="0"> + <property name="name"> + <cstring>groupWep</cstring> + </property> + <property name="title"> + <string>WEP Settings</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQRadioButton" row="0" column="0"> + <property name="name"> + <cstring>radioWepOpen</cstring> + </property> + <property name="text"> + <string>Open Syste&m</string> + </property> + </widget> + <widget class="TQLayoutWidget" row="2" column="0"> + <property name="name"> + <cstring>layout35</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQLabel"> + <property name="name"> + <cstring>textLabel1_2</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>1</hsizetype> + <vsizetype>5</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string>Key:</string> + </property> + </widget> + <widget class="TQLineEdit"> + <property name="name"> + <cstring>wepKey</cstring> + </property> + <property name="echoMode"> + <enum>Password</enum> + </property> + </widget> + <widget class="TQCheckBox"> + <property name="name"> + <cstring>checkWepAscii</cstring> + </property> + <property name="text"> + <string>ASCII</string> + </property> + </widget> + </hbox> + </widget> + <widget class="TQRadioButton" row="1" column="0"> + <property name="name"> + <cstring>radioWepRestricted</cstring> + </property> + <property name="text"> + <string>Shared &Key</string> + </property> + </widget> + </grid> + </widget> + </grid> + </widget> + <widget class="TQWidget"> + <property name="name"> + <cstring>tabAdvanced</cstring> + </property> + <attribute name="title"> + <string>Advanced</string> + </attribute> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQLabel"> + <property name="name"> + <cstring>textLabel1_4</cstring> + </property> + <property name="text"> + <string><b>Security Warning:</b> the commands specified below will be ran with the same privileges as Wireless Assistant has.</string> + </property> + </widget> + <widget class="TQGroupBox"> + <property name="name"> + <cstring>groupBox3</cstring> + </property> + <property name="title"> + <string>Pre-Connection Command</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQLayoutWidget" row="1" column="0"> + <property name="name"> + <cstring>layout6</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <spacer> + <property name="name"> + <cstring>spacer7</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="TQLabel"> + <property name="name"> + <cstring>textLabel1_3</cstring> + </property> + <property name="text"> + <string>Timeout:</string> + </property> + </widget> + <widget class="TQSpinBox"> + <property name="name"> + <cstring>preConnectionTimeout</cstring> + </property> + <property name="suffix"> + <string>s</string> + </property> + <property name="maxValue"> + <number>60</number> + </property> + <property name="minValue"> + <number>1</number> + </property> + <property name="value"> + <number>20</number> + </property> + <property name="toolTip" stdset="0"> + <string>Amount of time after which the process will be killed.</string> + </property> + <property name="whatsThis" stdset="0"> + <string><p><b>Timeout</b></p> + <p>This option specifies how long should Wireless Assistant wait for the process to finish, before it will be killed.</p></string> + </property> + </widget> + <widget class="TQCheckBox"> + <property name="name"> + <cstring>preConnectionDetached</cstring> + </property> + <property name="text"> + <string>Run detached</string> + </property> + <property name="toolTip" stdset="0"> + <string>Don't wait for the process to finish.</string> + </property> + <property name="whatsThis" stdset="0"> + <string><p><b>Run Detached</b></p> + <p>If this checkbox is selected Wireless Assistant will not wait for the process to finish.</p></string> + </property> + </widget> + </hbox> + </widget> + <widget class="TQLayoutWidget" row="0" column="0"> + <property name="name"> + <cstring>layout7</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQLabel"> + <property name="name"> + <cstring>textLabel1_3_2</cstring> + </property> + <property name="text"> + <string>Command:</string> + </property> + </widget> + <widget class="TQLineEdit"> + <property name="name"> + <cstring>preConnectionCommand</cstring> + </property> + </widget> + </hbox> + </widget> + </grid> + </widget> + <widget class="TQGroupBox"> + <property name="name"> + <cstring>groupBox3_2</cstring> + </property> + <property name="title"> + <string>Post-Connection Command</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQLayoutWidget" row="1" column="0"> + <property name="name"> + <cstring>layout6_2</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <spacer> + <property name="name"> + <cstring>spacer7_2</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="TQLabel"> + <property name="name"> + <cstring>textLabel1_3_3</cstring> + </property> + <property name="text"> + <string>Timeout:</string> + </property> + </widget> + <widget class="TQSpinBox"> + <property name="name"> + <cstring>postConnectionTimeout</cstring> + </property> + <property name="suffix"> + <string>s</string> + </property> + <property name="maxValue"> + <number>60</number> + </property> + <property name="minValue"> + <number>1</number> + </property> + <property name="value"> + <number>20</number> + </property> + <property name="toolTip" stdset="0"> + <string>Amount of time after which the process will be killed.</string> + </property> + <property name="whatsThis" stdset="0"> + <string><p><b>Timeout</b></p> + <p>This option specifies how long should Wireless Assistant wait for the process to finish, before it will be killed.</p></string> + </property> + </widget> + <widget class="TQCheckBox"> + <property name="name"> + <cstring>postConnectionDetached</cstring> + </property> + <property name="text"> + <string>Run detached</string> + </property> + <property name="toolTip" stdset="0"> + <string>Don't wait for the process to finish.</string> + </property> + <property name="whatsThis" stdset="0"> + <string><p><b>Run Detached</b></p> + <p>If this checkbox is selected Wireless Assistant will not wait for the process to finish.</p></string> + </property> + </widget> + </hbox> + </widget> + <widget class="TQLayoutWidget" row="0" column="0"> + <property name="name"> + <cstring>layout7_2</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQLabel"> + <property name="name"> + <cstring>textLabel1_3_2_2</cstring> + </property> + <property name="text"> + <string>Command:</string> + </property> + </widget> + <widget class="TQLineEdit"> + <property name="name"> + <cstring>postConnectionCommand</cstring> + </property> + </widget> + </hbox> + </widget> + </grid> + </widget> + <widget class="TQGroupBox"> + <property name="name"> + <cstring>groupBox3_3</cstring> + </property> + <property name="title"> + <string>Pre-Disconnection Command</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQLayoutWidget" row="1" column="0"> + <property name="name"> + <cstring>layout6_3</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <spacer> + <property name="name"> + <cstring>spacer7_3</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="TQLabel"> + <property name="name"> + <cstring>textLabel1_3_4</cstring> + </property> + <property name="text"> + <string>Timeout:</string> + </property> + </widget> + <widget class="TQSpinBox"> + <property name="name"> + <cstring>preDisconnectionTimeout</cstring> + </property> + <property name="suffix"> + <string>s</string> + </property> + <property name="maxValue"> + <number>60</number> + </property> + <property name="minValue"> + <number>1</number> + </property> + <property name="value"> + <number>20</number> + </property> + <property name="toolTip" stdset="0"> + <string>Amount of time after which the process will be killed.</string> + </property> + <property name="whatsThis" stdset="0"> + <string><p><b>Timeout</b></p> + <p>This option specifies how long should Wireless Assistant wait for the process to finish, before it will be killed.</p></string> + </property> + </widget> + <widget class="TQCheckBox"> + <property name="name"> + <cstring>preDisconnectionDetached</cstring> + </property> + <property name="text"> + <string>Run detached</string> + </property> + <property name="toolTip" stdset="0"> + <string>Don't wait for the process to finish.</string> + </property> + <property name="whatsThis" stdset="0"> + <string><p><b>Run Detached</b></p> + <p>If this checkbox is selected Wireless Assistant will not wait for the process to finish.</p></string> + </property> + </widget> + </hbox> + </widget> + <widget class="TQLayoutWidget" row="0" column="0"> + <property name="name"> + <cstring>layout7_3</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQLabel"> + <property name="name"> + <cstring>textLabel1_3_2_3</cstring> + </property> + <property name="text"> + <string>Command:</string> + </property> + </widget> + <widget class="TQLineEdit"> + <property name="name"> + <cstring>preDisconnectionCommand</cstring> + </property> + </widget> + </hbox> + </widget> + </grid> + </widget> + <widget class="TQGroupBox"> + <property name="name"> + <cstring>groupBox3_3_2</cstring> + </property> + <property name="title"> + <string>Post-Disconnection Command</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQLayoutWidget" row="1" column="0"> + <property name="name"> + <cstring>layout6_3_2</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <spacer> + <property name="name"> + <cstring>spacer7_3_2</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="TQLabel"> + <property name="name"> + <cstring>textLabel1_3_4_2</cstring> + </property> + <property name="text"> + <string>Timeout:</string> + </property> + </widget> + <widget class="TQSpinBox"> + <property name="name"> + <cstring>postDisconnectionTimeout</cstring> + </property> + <property name="suffix"> + <string>s</string> + </property> + <property name="maxValue"> + <number>60</number> + </property> + <property name="minValue"> + <number>1</number> + </property> + <property name="value"> + <number>20</number> + </property> + <property name="toolTip" stdset="0"> + <string>Amount of time after which the process will be killed.</string> + </property> + <property name="whatsThis" stdset="0"> + <string><p><b>Timeout</b></p> + <p>This option specifies how long should Wireless Assistant wait for the process to finish, before it will be killed.</p></string> + </property> + </widget> + <widget class="TQCheckBox"> + <property name="name"> + <cstring>postDisconnectionDetached</cstring> + </property> + <property name="text"> + <string>Run detached</string> + </property> + <property name="toolTip" stdset="0"> + <string>Don't wait for the process to finish.</string> + </property> + <property name="whatsThis" stdset="0"> + <string><p><b>Run Detached</b></p> + <p>If this checkbox is selected Wireless Assistant will not wait for the process to finish.</p></string> + </property> + </widget> + </hbox> + </widget> + <widget class="TQLayoutWidget" row="0" column="0"> + <property name="name"> + <cstring>layout7_3_2</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQLabel"> + <property name="name"> + <cstring>textLabel1_3_2_3_2</cstring> + </property> + <property name="text"> + <string>Command:</string> + </property> + </widget> + <widget class="TQLineEdit"> + <property name="name"> + <cstring>postDisconnectionCommand</cstring> + </property> + </widget> + </hbox> + </widget> + </grid> + </widget> + <spacer> + <property name="name"> + <cstring>spacer4</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>31</width> + <height>20</height> + </size> + </property> + </spacer> + </vbox> + </widget> + </widget> + </grid> + </widget> + <connections> + <connection> + <sender>buttonOk</sender> + <signal>clicked()</signal> + <receiver>netProperties</receiver> + <slot>accept()</slot> + </connection> + <connection> + <sender>buttonCancel</sender> + <signal>clicked()</signal> + <receiver>netProperties</receiver> + <slot>reject()</slot> + </connection> + <connection> + <sender>radioManualConfig</sender> + <signal>toggled(bool)</signal> + <receiver>boxManualConfig</receiver> + <slot>setEnabled(bool)</slot> + </connection> + <connection> + <sender>radioDhcp</sender> + <signal>toggled(bool)</signal> + <receiver>boxManualConfig</receiver> + <slot>setDisabled(bool)</slot> + </connection> + <connection> + <sender>preConnectionDetached</sender> + <signal>toggled(bool)</signal> + <receiver>preConnectionTimeout</receiver> + <slot>setDisabled(bool)</slot> + </connection> + <connection> + <sender>postConnectionDetached</sender> + <signal>toggled(bool)</signal> + <receiver>postConnectionTimeout</receiver> + <slot>setDisabled(bool)</slot> + </connection> + <connection> + <sender>preDisconnectionDetached</sender> + <signal>toggled(bool)</signal> + <receiver>preDisconnectionTimeout</receiver> + <slot>setDisabled(bool)</slot> + </connection> + <connection> + <sender>postDisconnectionDetached</sender> + <signal>toggled(bool)</signal> + <receiver>postDisconnectionTimeout</receiver> + <slot>setDisabled(bool)</slot> + </connection> + </connections> + <tabstops> + <tabstop>essid</tabstop> + <tabstop>radioDhcp</tabstop> + <tabstop>radioManualConfig</tabstop> + <tabstop>ip</tabstop> + <tabstop>broadcast</tabstop> + <tabstop>netmask</tabstop> + <tabstop>gateway</tabstop> + <tabstop>domain</tabstop> + <tabstop>dns1</tabstop> + <tabstop>dns2</tabstop> + <tabstop>tabNetParams</tabstop> + <tabstop>radioWepOpen</tabstop> + <tabstop>radioWepRestricted</tabstop> + <tabstop>wepKey</tabstop> + <tabstop>buttonHelp</tabstop> + <tabstop>buttonOk</tabstop> + <tabstop>buttonCancel</tabstop> + </tabstops> + <layoutdefaults spacing="6" margin="11"/> </UI> diff --git a/src/ui_NetParamsWizard.ui b/src/ui_NetParamsWizard.ui index 0d1ec56..b6f0ee4 100644 --- a/src/ui_NetParamsWizard.ui +++ b/src/ui_NetParamsWizard.ui @@ -1,892 +1,886 @@ <!DOCTYPE UI><UI version="3.2" stdsetdef="1"> -<class>NetParamsWizard</class> -<widget class="TQWizard"> -<property name="name"> -<cstring>NetParamsWizard</cstring> -</property> -<property name="geometry"> -<rect> -<x>0</x> -<y>0</y> -<width>427</width> -<height>356</height> -</rect> -</property> -<property name="caption"> -<string>First Connection Wizard</string> -</property> -<property name="sizeGripEnabled"> -<bool>false</bool> -</property> -<property name="modal"> -<bool>true</bool> -</property> -<property name="titleFont"> -<font> -<bold>1</bold> -</font> -</property> -<widget class="TQWidget"> -<property name="name"> -<cstring>welcome</cstring> -</property> -<attribute name="title"> -<string>Welcome to First Connection Wizard</string> -</attribute> -<grid> -<property name="name"> -<cstring>unnamed</cstring> -</property> -<widget class="TQLabel" row="0" column="0"> -<property name="name"> -<cstring>textLabel1_2</cstring> -</property> -<property name="text"> -<string><b><p>This is the first time you are trying to connect to the selected network.</p></b> -<p>You will be asked a few questions necessary to configure this connection.</p> -<p><i>Press Next to continue.</i></p></string> -</property> -<property name="alignment"> -<set>WordBreak|AlignTop</set> -</property> -</widget> -</grid> -</widget> -<widget class="TQWidget"> -<property name="name"> -<cstring>WizardPage</cstring> -</property> -<attribute name="title"> -<string>ESSID</string> -</attribute> -<grid> -<property name="name"> -<cstring>unnamed</cstring> -</property> -<property name="spacing"> -<number>15</number> -</property> -<widget class="TQLabel" row="0" column="0" rowspan="1" colspan="4"> -<property name="name"> -<cstring>textLabel8_2</cstring> -</property> -<property name="text"> -<string><p><b>You are trying to connect to a network that does not broadcast its ESSID.</b></p> -<p>Please specify ESSID that you would like to use when connecting to this access point.</p></string> -</property> -</widget> -<spacer row="2" column="2"> -<property name="name"> -<cstring>spacer54</cstring> -</property> -<property name="orientation"> -<enum>Vertical</enum> -</property> -<property name="sizeType"> -<enum>Expanding</enum> -</property> -<property name="sizeHint"> -<size> -<width>21</width> -<height>100</height> -</size> -</property> -</spacer> -<widget class="TQLabel" row="1" column="1"> -<property name="name"> -<cstring>textLabel9</cstring> -</property> -<property name="text"> -<string>ESSID:</string> -</property> -<property name="alignment"> -<set>AlignVCenter|AlignRight</set> -</property> -</widget> -<widget class="TQLineEdit" row="1" column="2"> -<property name="name"> -<cstring>essid</cstring> -</property> -</widget> -<spacer row="1" column="3"> -<property name="name"> -<cstring>spacer55</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 row="1" column="0"> -<property name="name"> -<cstring>spacer56</cstring> -</property> -<property name="orientation"> -<enum>Horizontal</enum> -</property> -<property name="sizeType"> -<enum>Expanding</enum> -</property> -<property name="sizeHint"> -<size> -<width>61</width> -<height>21</height> -</size> -</property> -</spacer> -</grid> -</widget> -<widget class="TQWidget"> -<property name="name"> -<cstring>ConfigMode</cstring> -</property> -<attribute name="title"> -<string>Interface Configuration</string> -</attribute> -<grid> -<property name="name"> -<cstring>unnamed</cstring> -</property> -<property name="spacing"> -<number>15</number> -</property> -<spacer row="1" column="2"> -<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>80</width> -<height>21</height> -</size> -</property> -</spacer> -<spacer row="1" column="0"> -<property name="name"> -<cstring>spacer4</cstring> -</property> -<property name="orientation"> -<enum>Horizontal</enum> -</property> -<property name="sizeType"> -<enum>Expanding</enum> -</property> -<property name="sizeHint"> -<size> -<width>60</width> -<height>31</height> -</size> -</property> -</spacer> -<spacer row="2" column="1"> -<property name="name"> -<cstring>spacer6</cstring> -</property> -<property name="orientation"> -<enum>Vertical</enum> -</property> -<property name="sizeType"> -<enum>Expanding</enum> -</property> -<property name="sizeHint"> -<size> -<width>21</width> -<height>20</height> -</size> -</property> -</spacer> -<widget class="TQButtonGroup" row="1" column="1"> -<property name="name"> -<cstring>buttonGroup3</cstring> -</property> -<property name="focusPolicy"> -<enum>TabFocus</enum> -</property> -<property name="lineWidth"> -<number>0</number> -</property> -<property name="title"> -<string></string> -</property> -<property name="flat"> -<bool>true</bool> -</property> -<vbox> -<property name="name"> -<cstring>unnamed</cstring> -</property> -<widget class="TQRadioButton"> -<property name="name"> -<cstring>radioDhcp</cstring> -</property> -<property name="text"> -<string>Automatic (DHCP)</string> -</property> -<property name="accel"> -<string></string> -</property> -<property name="checked"> -<bool>true</bool> -</property> -</widget> -<widget class="TQRadioButton"> -<property name="name"> -<cstring>radioManualConfig</cstring> -</property> -<property name="text"> -<string>Manual</string> -</property> -<property name="accel"> -<string></string> -</property> -</widget> -</vbox> -</widget> -<widget class="TQLabel" row="0" column="0" rowspan="1" colspan="3"> -<property name="name"> -<cstring>textLabel2_2</cstring> -</property> -<property name="text"> -<string><p><b>Your IP and other parameters need to be configured to connect to any network.</b></p> -<p>Which configuration option would you like to use when connecting to this network?</p></string> -</property> -</widget> -</grid> -</widget> -<widget class="TQWidget"> -<property name="name"> -<cstring>ManualConfig</cstring> -</property> -<attribute name="title"> -<string>Interface Parameters</string> -</attribute> -<grid> -<property name="name"> -<cstring>unnamed</cstring> -</property> -<property name="spacing"> -<number>15</number> -</property> -<widget class="TQLayoutWidget" row="1" column="1"> -<property name="name"> -<cstring>layout12</cstring> -</property> -<grid> -<property name="name"> -<cstring>unnamed</cstring> -</property> -<widget class="TQLineEdit" row="5" column="1"> -<property name="name"> -<cstring>dns1</cstring> -</property> -<property name="maxLength"> -<number>32767</number> -</property> -</widget> -<widget class="TQLineEdit" row="3" column="1"> -<property name="name"> -<cstring>gateway</cstring> -</property> -<property name="maxLength"> -<number>32767</number> -</property> -</widget> -<widget class="TQLabel" row="6" column="0"> -<property name="name"> -<cstring>textLabel6</cstring> -</property> -<property name="text"> -<string>Secondary DNS:</string> -</property> -<property name="alignment"> -<set>AlignVCenter|AlignRight</set> -</property> -</widget> -<widget class="TQLineEdit" row="0" column="1"> -<property name="name"> -<cstring>ip</cstring> -</property> -<property name="maxLength"> -<number>32767</number> -</property> -</widget> -<widget class="TQLineEdit" row="1" column="1"> -<property name="name"> -<cstring>broadcast</cstring> -</property> -<property name="maxLength"> -<number>32767</number> -</property> -</widget> -<widget class="TQLabel" row="0" column="0"> -<property name="name"> -<cstring>textLabel1</cstring> -</property> -<property name="text"> -<string>IP:</string> -</property> -<property name="alignment"> -<set>AlignVCenter|AlignRight</set> -</property> -</widget> -<widget class="TQLabel" row="2" column="0"> -<property name="name"> -<cstring>textLabel3</cstring> -</property> -<property name="text"> -<string>Netmask:</string> -</property> -<property name="alignment"> -<set>AlignVCenter|AlignRight</set> -</property> -</widget> -<widget class="TQLineEdit" row="6" column="1"> -<property name="name"> -<cstring>dns2</cstring> -</property> -<property name="maxLength"> -<number>32767</number> -</property> -</widget> -<widget class="TQLabel" row="5" column="0"> -<property name="name"> -<cstring>textLabel5</cstring> -</property> -<property name="text"> -<string>Primary DNS:</string> -</property> -<property name="alignment"> -<set>AlignVCenter|AlignRight</set> -</property> -</widget> -<widget class="TQLabel" row="3" column="0"> -<property name="name"> -<cstring>textLabel7</cstring> -</property> -<property name="text"> -<string>Gateway:</string> -</property> -<property name="alignment"> -<set>AlignVCenter|AlignRight</set> -</property> -</widget> -<widget class="TQLineEdit" row="4" column="1"> -<property name="name"> -<cstring>domain</cstring> -</property> -</widget> -<widget class="TQLineEdit" row="2" column="1"> -<property name="name"> -<cstring>netmask</cstring> -</property> -<property name="maxLength"> -<number>32767</number> -</property> -</widget> -<widget class="TQLabel" row="4" column="0"> -<property name="name"> -<cstring>textLabel4</cstring> -</property> -<property name="text"> -<string>Domain:</string> -</property> -<property name="alignment"> -<set>AlignVCenter|AlignRight</set> -</property> -</widget> -<widget class="TQLabel" row="1" column="0"> -<property name="name"> -<cstring>textLabel2</cstring> -</property> -<property name="text"> -<string>Broadcast:</string> -</property> -<property name="alignment"> -<set>AlignVCenter|AlignRight</set> -</property> -</widget> -</grid> -</widget> -<spacer row="1" column="2"> -<property name="name"> -<cstring>spacer7</cstring> -</property> -<property name="orientation"> -<enum>Horizontal</enum> -</property> -<property name="sizeType"> -<enum>Expanding</enum> -</property> -<property name="sizeHint"> -<size> -<width>60</width> -<height>31</height> -</size> -</property> -</spacer> -<spacer row="1" column="0"> -<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>50</width> -<height>21</height> -</size> -</property> -</spacer> -<spacer row="2" column="1"> -<property name="name"> -<cstring>spacer9</cstring> -</property> -<property name="orientation"> -<enum>Vertical</enum> -</property> -<property name="sizeType"> -<enum>Expanding</enum> -</property> -<property name="sizeHint"> -<size> -<width>21</width> -<height>16</height> -</size> -</property> -</spacer> -<widget class="TQLabel" row="0" column="0" rowspan="1" colspan="3"> -<property name="name"> -<cstring>textLabel3_2</cstring> -</property> -<property name="text"> -<string><p><b>Please specify interface parameters to be used to connect to this network.</b></p> -<p>You may leave some fields blank.</p></string> -</property> -</widget> -</grid> -</widget> -<widget class="TQWidget"> -<property name="name"> -<cstring>WepConfig</cstring> -</property> -<attribute name="title"> -<string>WEP Configuration</string> -</attribute> -<grid> -<property name="name"> -<cstring>unnamed</cstring> -</property> -<widget class="TQLabel" row="0" column="0" rowspan="1" colspan="6"> -<property name="name"> -<cstring>textLabel5_2</cstring> -</property> -<property name="text"> -<string><p><b>The network you are trying to connect to requires WEP authentication.</b></p> -<p>Which WEP mode would you like to use?</p></string> -</property> -</widget> -<widget class="TQButtonGroup" row="1" column="3"> -<property name="name"> -<cstring>buttonGroup3_2_2</cstring> -</property> -<property name="lineWidth"> -<number>0</number> -</property> -<property name="title"> -<string></string> -</property> -<property name="flat"> -<bool>true</bool> -</property> -<vbox> -<property name="name"> -<cstring>unnamed</cstring> -</property> -<widget class="TQRadioButton"> -<property name="name"> -<cstring>radioWepOpen</cstring> -</property> -<property name="text"> -<string>Open S&ystem</string> -</property> -<property name="checked"> -<bool>true</bool> -</property> -</widget> -<widget class="TQRadioButton"> -<property name="name"> -<cstring>radioButton2_2_2</cstring> -</property> -<property name="text"> -<string>Shared Key</string> -</property> -</widget> -</vbox> -</widget> -<spacer row="1" column="0" rowspan="1" colspan="3"> -<property name="name"> -<cstring>spacer4_2_2</cstring> -</property> -<property name="orientation"> -<enum>Horizontal</enum> -</property> -<property name="sizeType"> -<enum>Expanding</enum> -</property> -<property name="sizeHint"> -<size> -<width>122</width> -<height>31</height> -</size> -</property> -</spacer> -<spacer row="1" column="4" rowspan="1" colspan="2"> -<property name="name"> -<cstring>spacer5_2_2</cstring> -</property> -<property name="orientation"> -<enum>Horizontal</enum> -</property> -<property name="sizeType"> -<enum>Expanding</enum> -</property> -<property name="sizeHint"> -<size> -<width>150</width> -<height>21</height> -</size> -</property> -</spacer> -<widget class="TQLabel" row="2" column="0" rowspan="1" colspan="6"> -<property name="name"> -<cstring>textLabel6_2</cstring> -</property> -<property name="text"> -<string><p><b>Please provide a key to be used with this network.</b></p></string> -</property> -</widget> -<spacer row="4" column="3"> -<property name="name"> -<cstring>spacer17</cstring> -</property> -<property name="orientation"> -<enum>Vertical</enum> -</property> -<property name="sizeType"> -<enum>Expanding</enum> -</property> -<property name="sizeHint"> -<size> -<width>31</width> -<height>16</height> -</size> -</property> -</spacer> -<spacer row="3" column="5"> -<property name="name"> -<cstring>spacer15</cstring> -</property> -<property name="orientation"> -<enum>Horizontal</enum> -</property> -<property name="sizeType"> -<enum>Expanding</enum> -</property> -<property name="sizeHint"> -<size> -<width>50</width> -<height>21</height> -</size> -</property> -</spacer> -<spacer row="3" column="0"> -<property name="name"> -<cstring>spacer16</cstring> -</property> -<property name="orientation"> -<enum>Horizontal</enum> -</property> -<property name="sizeType"> -<enum>Expanding</enum> -</property> -<property name="sizeHint"> -<size> -<width>30</width> -<height>21</height> -</size> -</property> -</spacer> -<widget class="TQLabel" row="3" column="1"> -<property name="name"> -<cstring>textLabel8</cstring> -</property> -<property name="text"> -<string>WEP key:</string> -</property> -<property name="alignment"> -<set>AlignVCenter|AlignRight</set> -</property> -</widget> -<widget class="TQLineEdit" row="3" column="2" rowspan="1" colspan="2"> -<property name="name"> -<cstring>wepKey</cstring> -</property> -<property name="minimumSize"> -<size> -<width>140</width> -<height>0</height> -</size> -</property> -<property name="echoMode"> -<enum>Password</enum> -</property> -</widget> -<widget class="TQCheckBox" row="3" column="4"> -<property name="name"> -<cstring>checkWepAscii</cstring> -</property> -<property name="text"> -<string>ASCII</string> -</property> -</widget> -</grid> -</widget> -<widget class="TQWidget"> -<property name="name"> -<cstring>WizardPage</cstring> -</property> -<attribute name="title"> -<string>WPA Configuration</string> -</attribute> -<grid> -<property name="name"> -<cstring>unnamed</cstring> -</property> -<spacer row="4" column="3"> -<property name="name"> -<cstring>spacer17_2</cstring> -</property> -<property name="orientation"> -<enum>Vertical</enum> -</property> -<property name="sizeType"> -<enum>Expanding</enum> -</property> -<property name="sizeHint"> -<size> -<width>31</width> -<height>54</height> -</size> -</property> -</spacer> -<spacer row="3" column="6"> -<property name="name"> -<cstring>spacer15_2</cstring> -</property> -<property name="orientation"> -<enum>Horizontal</enum> -</property> -<property name="sizeType"> -<enum>Expanding</enum> -</property> -<property name="sizeHint"> -<size> -<width>80</width> -<height>21</height> -</size> -</property> -</spacer> -<spacer row="3" column="0"> -<property name="name"> -<cstring>spacer16_2</cstring> -</property> -<property name="orientation"> -<enum>Horizontal</enum> -</property> -<property name="sizeType"> -<enum>Expanding</enum> -</property> -<property name="sizeHint"> -<size> -<width>49</width> -<height>21</height> -</size> -</property> -</spacer> -<widget class="TQLabel" row="0" column="0" rowspan="1" colspan="7"> -<property name="name"> -<cstring>textLabel5_2_2</cstring> -</property> -<property name="text"> -<string><p><b>The network you are trying to connect to requires WPA authentication.</b></p></string> -</property> -</widget> -<widget class="TQLabel" row="3" column="1" rowspan="1" colspan="2"> -<property name="name"> -<cstring>textLabel8_3</cstring> -</property> -<property name="text"> -<string>WPA Key:</string> -</property> -<property name="alignment"> -<set>AlignVCenter|AlignRight</set> -</property> -</widget> -<widget class="TQLineEdit" row="3" column="3" rowspan="1" colspan="2"> -<property name="name"> -<cstring>wpaKey</cstring> -</property> -<property name="minimumSize"> -<size> -<width>140</width> -<height>0</height> -</size> -</property> -<property name="echoMode"> -<enum>Password</enum> -</property> -</widget> -<widget class="TQCheckBox" row="3" column="5"> -<property name="name"> -<cstring>checkWpaAscii</cstring> -</property> -<property name="text"> -<string>ASCII</string> -</property> -</widget> -<widget class="TQLabel" row="2" column="0" rowspan="1" colspan="7"> -<property name="name"> -<cstring>textLabel6_2_2</cstring> -</property> -<property name="text"> -<string><p><b>Please provide a key to be used with this network.</b></p></string> -</property> -</widget> -<spacer row="1" column="0" rowspan="1" colspan="2"> -<property name="name"> -<cstring>spacer43</cstring> -</property> -<property name="orientation"> -<enum>Horizontal</enum> -</property> -<property name="sizeType"> -<enum>Expanding</enum> -</property> -<property name="sizeHint"> -<size> -<width>80</width> -<height>21</height> -</size> -</property> -</spacer> -<spacer row="1" column="6"> -<property name="name"> -<cstring>spacer42</cstring> -</property> -<property name="orientation"> -<enum>Horizontal</enum> -</property> -<property name="sizeType"> -<enum>Expanding</enum> -</property> -<property name="sizeHint"> -<size> -<width>60</width> -<height>31</height> -</size> -</property> -</spacer> -<widget class="TQLabel" row="1" column="4" rowspan="1" colspan="2"> -<property name="name"> -<cstring>labelWpaSettings</cstring> -</property> -<property name="sizePolicy"> -<sizepolicy> -<hsizetype>1</hsizetype> -<vsizetype>5</vsizetype> -<horstretch>0</horstretch> -<verstretch>0</verstretch> -</sizepolicy> -</property> -<property name="text"> -<string><b>?<br>?<br>?<br>?</b></string> -</property> -</widget> -<widget class="TQLabel" row="1" column="2" rowspan="1" colspan="2"> -<property name="name"> -<cstring>textLabel1_3</cstring> -</property> -<property name="sizePolicy"> -<sizepolicy> -<hsizetype>3</hsizetype> -<vsizetype>5</vsizetype> -<horstretch>0</horstretch> -<verstretch>0</verstretch> -</sizepolicy> -</property> -<property name="text"> -<string>WPA Version:<br>Group Cipher:<br>Pairwise Cipher:<br>Authentication Suite:</string> -</property> -</widget> -</grid> -</widget> -<widget class="TQWidget"> -<property name="name"> -<cstring>done</cstring> -</property> -<attribute name="title"> -<string>Done!</string> -</attribute> -<grid> -<property name="name"> -<cstring>unnamed</cstring> -</property> -<widget class="TQLabel" row="0" column="0"> -<property name="name"> -<cstring>textLabel7_2</cstring> -</property> -<property name="text"> -<string><p><b>Congratulations!</b></p> -<p>You have successfully finished configuring this connection.</p> -<p><b>Press Finish to connect!</b></p></string> -</property> -<property name="alignment"> -<set>WordBreak|AlignTop</set> -</property> -</widget> -</grid> -</widget> -</widget> -<tabstops> -<tabstop>buttonGroup3</tabstop> -<tabstop>ip</tabstop> -<tabstop>broadcast</tabstop> -<tabstop>netmask</tabstop> -<tabstop>gateway</tabstop> -<tabstop>domain</tabstop> -<tabstop>dns1</tabstop> -<tabstop>dns2</tabstop> -<tabstop>radioWepOpen</tabstop> -<tabstop>wepKey</tabstop> -<tabstop>radioDhcp</tabstop> -</tabstops> -<layoutdefaults spacing="6" margin="11"/> + <class>NetParamsWizard</class> + <widget class="TQWizard"> + <property name="name"> + <cstring>NetParamsWizard</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>427</width> + <height>356</height> + </rect> + </property> + <property name="caption"> + <string>First Connection Wizard</string> + </property> + <property name="sizeGripEnabled"> + <bool>false</bool> + </property> + <property name="modal"> + <bool>true</bool> + </property> + <property name="titleFont"> + <font> + <bold>1</bold> + </font> + </property> + <widget class="TQWidget"> + <property name="name"> + <cstring>welcome</cstring> + </property> + <attribute name="title"> + <string>Welcome to First Connection Wizard</string> + </attribute> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQLabel" row="0" column="0"> + <property name="name"> + <cstring>textLabel1_2</cstring> + </property> + <property name="text"> + <string><b><p>This is the first time you are trying to connect to the selected network.</p></b> + <p>You will be asked a few questions necessary to configure this connection.</p> + <p><i>Press Next to continue.</i></p></string> + </property> + <property name="alignment"> + <set>WordBreak|AlignTop</set> + </property> + </widget> + </grid> + </widget> + <widget class="TQWidget"> + <property name="name"> + <cstring>WizardPage</cstring> + </property> + <attribute name="title"> + <string>ESSID</string> + </attribute> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="spacing"> + <number>15</number> + </property> + <widget class="TQLabel" row="0" column="0" rowspan="1" colspan="4"> + <property name="name"> + <cstring>textLabel8_2</cstring> + </property> + <property name="text"> + <string><p><b>You are trying to connect to a network that does not broadcast its ESSID.</b></p> + <p>Please specify ESSID that you would like to use when connecting to this access point.</p></string> + </property> + </widget> + <spacer row="2" column="2"> + <property name="name"> + <cstring>spacer54</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>21</width> + <height>100</height> + </size> + </property> + </spacer> + <widget class="TQLabel" row="1" column="1"> + <property name="name"> + <cstring>textLabel9</cstring> + </property> + <property name="text"> + <string>ESSID:</string> + </property> + <property name="alignment"> + <set>AlignVCenter|AlignRight</set> + </property> + </widget> + <widget class="TQLineEdit" row="1" column="2"> + <property name="name"> + <cstring>essid</cstring> + </property> + </widget> + <spacer row="1" column="3"> + <property name="name"> + <cstring>spacer55</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 row="1" column="0"> + <property name="name"> + <cstring>spacer56</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>61</width> + <height>21</height> + </size> + </property> + </spacer> + </grid> + </widget> + <widget class="TQWidget"> + <property name="name"> + <cstring>ConfigMode</cstring> + </property> + <attribute name="title"> + <string>Interface Configuration</string> + </attribute> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="spacing"> + <number>15</number> + </property> + <spacer row="1" column="2"> + <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>80</width> + <height>21</height> + </size> + </property> + </spacer> + <spacer row="1" column="0"> + <property name="name"> + <cstring>spacer4</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>60</width> + <height>31</height> + </size> + </property> + </spacer> + <spacer row="2" column="1"> + <property name="name"> + <cstring>spacer6</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>21</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="TQButtonGroup" row="1" column="1"> + <property name="name"> + <cstring>buttonGroup3</cstring> + </property> + <property name="focusPolicy"> + <enum>TabFocus</enum> + </property> + <property name="lineWidth"> + <number>0</number> + </property> + <property name="title"> + <string></string> + </property> + <property name="flat"> + <bool>true</bool> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQRadioButton"> + <property name="name"> + <cstring>radioDhcp</cstring> + </property> + <property name="text"> + <string>Automatic (DHCP)</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + </widget> + <widget class="TQRadioButton"> + <property name="name"> + <cstring>radioManualConfig</cstring> + </property> + <property name="text"> + <string>Manual</string> + </property> + </widget> + </vbox> + </widget> + <widget class="TQLabel" row="0" column="0" rowspan="1" colspan="3"> + <property name="name"> + <cstring>textLabel2_2</cstring> + </property> + <property name="text"> + <string><p><b>Your IP and other parameters need to be configured to connect to any network.</b></p> + <p>Which configuration option would you like to use when connecting to this network?</p></string> + </property> + </widget> + </grid> + </widget> + <widget class="TQWidget"> + <property name="name"> + <cstring>ManualConfig</cstring> + </property> + <attribute name="title"> + <string>Interface Parameters</string> + </attribute> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="spacing"> + <number>15</number> + </property> + <widget class="TQLayoutWidget" row="1" column="1"> + <property name="name"> + <cstring>layout12</cstring> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQLineEdit" row="5" column="1"> + <property name="name"> + <cstring>dns1</cstring> + </property> + <property name="maxLength"> + <number>32767</number> + </property> + </widget> + <widget class="TQLineEdit" row="3" column="1"> + <property name="name"> + <cstring>gateway</cstring> + </property> + <property name="maxLength"> + <number>32767</number> + </property> + </widget> + <widget class="TQLabel" row="6" column="0"> + <property name="name"> + <cstring>textLabel6</cstring> + </property> + <property name="text"> + <string>Secondary DNS:</string> + </property> + <property name="alignment"> + <set>AlignVCenter|AlignRight</set> + </property> + </widget> + <widget class="TQLineEdit" row="0" column="1"> + <property name="name"> + <cstring>ip</cstring> + </property> + <property name="maxLength"> + <number>32767</number> + </property> + </widget> + <widget class="TQLineEdit" row="1" column="1"> + <property name="name"> + <cstring>broadcast</cstring> + </property> + <property name="maxLength"> + <number>32767</number> + </property> + </widget> + <widget class="TQLabel" row="0" column="0"> + <property name="name"> + <cstring>textLabel1</cstring> + </property> + <property name="text"> + <string>IP:</string> + </property> + <property name="alignment"> + <set>AlignVCenter|AlignRight</set> + </property> + </widget> + <widget class="TQLabel" row="2" column="0"> + <property name="name"> + <cstring>textLabel3</cstring> + </property> + <property name="text"> + <string>Netmask:</string> + </property> + <property name="alignment"> + <set>AlignVCenter|AlignRight</set> + </property> + </widget> + <widget class="TQLineEdit" row="6" column="1"> + <property name="name"> + <cstring>dns2</cstring> + </property> + <property name="maxLength"> + <number>32767</number> + </property> + </widget> + <widget class="TQLabel" row="5" column="0"> + <property name="name"> + <cstring>textLabel5</cstring> + </property> + <property name="text"> + <string>Primary DNS:</string> + </property> + <property name="alignment"> + <set>AlignVCenter|AlignRight</set> + </property> + </widget> + <widget class="TQLabel" row="3" column="0"> + <property name="name"> + <cstring>textLabel7</cstring> + </property> + <property name="text"> + <string>Gateway:</string> + </property> + <property name="alignment"> + <set>AlignVCenter|AlignRight</set> + </property> + </widget> + <widget class="TQLineEdit" row="4" column="1"> + <property name="name"> + <cstring>domain</cstring> + </property> + </widget> + <widget class="TQLineEdit" row="2" column="1"> + <property name="name"> + <cstring>netmask</cstring> + </property> + <property name="maxLength"> + <number>32767</number> + </property> + </widget> + <widget class="TQLabel" row="4" column="0"> + <property name="name"> + <cstring>textLabel4</cstring> + </property> + <property name="text"> + <string>Domain:</string> + </property> + <property name="alignment"> + <set>AlignVCenter|AlignRight</set> + </property> + </widget> + <widget class="TQLabel" row="1" column="0"> + <property name="name"> + <cstring>textLabel2</cstring> + </property> + <property name="text"> + <string>Broadcast:</string> + </property> + <property name="alignment"> + <set>AlignVCenter|AlignRight</set> + </property> + </widget> + </grid> + </widget> + <spacer row="1" column="2"> + <property name="name"> + <cstring>spacer7</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>60</width> + <height>31</height> + </size> + </property> + </spacer> + <spacer row="1" column="0"> + <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>50</width> + <height>21</height> + </size> + </property> + </spacer> + <spacer row="2" column="1"> + <property name="name"> + <cstring>spacer9</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>21</width> + <height>16</height> + </size> + </property> + </spacer> + <widget class="TQLabel" row="0" column="0" rowspan="1" colspan="3"> + <property name="name"> + <cstring>textLabel3_2</cstring> + </property> + <property name="text"> + <string><p><b>Please specify interface parameters to be used to connect to this network.</b></p> + <p>You may leave some fields blank.</p></string> + </property> + </widget> + </grid> + </widget> + <widget class="TQWidget"> + <property name="name"> + <cstring>WepConfig</cstring> + </property> + <attribute name="title"> + <string>WEP Configuration</string> + </attribute> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQLabel" row="0" column="0" rowspan="1" colspan="6"> + <property name="name"> + <cstring>textLabel5_2</cstring> + </property> + <property name="text"> + <string><p><b>The network you are trying to connect to requires WEP authentication.</b></p> + <p>Which WEP mode would you like to use?</p></string> + </property> + </widget> + <widget class="TQButtonGroup" row="1" column="3"> + <property name="name"> + <cstring>buttonGroup3_2_2</cstring> + </property> + <property name="lineWidth"> + <number>0</number> + </property> + <property name="title"> + <string></string> + </property> + <property name="flat"> + <bool>true</bool> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQRadioButton"> + <property name="name"> + <cstring>radioWepOpen</cstring> + </property> + <property name="text"> + <string>Open S&ystem</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + </widget> + <widget class="TQRadioButton"> + <property name="name"> + <cstring>radioButton2_2_2</cstring> + </property> + <property name="text"> + <string>Shared Key</string> + </property> + </widget> + </vbox> + </widget> + <spacer row="1" column="0" rowspan="1" colspan="3"> + <property name="name"> + <cstring>spacer4_2_2</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>122</width> + <height>31</height> + </size> + </property> + </spacer> + <spacer row="1" column="4" rowspan="1" colspan="2"> + <property name="name"> + <cstring>spacer5_2_2</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>150</width> + <height>21</height> + </size> + </property> + </spacer> + <widget class="TQLabel" row="2" column="0" rowspan="1" colspan="6"> + <property name="name"> + <cstring>textLabel6_2</cstring> + </property> + <property name="text"> + <string><p><b>Please provide a key to be used with this network.</b></p></string> + </property> + </widget> + <spacer row="4" column="3"> + <property name="name"> + <cstring>spacer17</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>31</width> + <height>16</height> + </size> + </property> + </spacer> + <spacer row="3" column="5"> + <property name="name"> + <cstring>spacer15</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>50</width> + <height>21</height> + </size> + </property> + </spacer> + <spacer row="3" column="0"> + <property name="name"> + <cstring>spacer16</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>30</width> + <height>21</height> + </size> + </property> + </spacer> + <widget class="TQLabel" row="3" column="1"> + <property name="name"> + <cstring>textLabel8</cstring> + </property> + <property name="text"> + <string>WEP key:</string> + </property> + <property name="alignment"> + <set>AlignVCenter|AlignRight</set> + </property> + </widget> + <widget class="TQLineEdit" row="3" column="2" rowspan="1" colspan="2"> + <property name="name"> + <cstring>wepKey</cstring> + </property> + <property name="minimumSize"> + <size> + <width>140</width> + <height>0</height> + </size> + </property> + <property name="echoMode"> + <enum>Password</enum> + </property> + </widget> + <widget class="TQCheckBox" row="3" column="4"> + <property name="name"> + <cstring>checkWepAscii</cstring> + </property> + <property name="text"> + <string>ASCII</string> + </property> + </widget> + </grid> + </widget> + <widget class="TQWidget"> + <property name="name"> + <cstring>WizardPage</cstring> + </property> + <attribute name="title"> + <string>WPA Configuration</string> + </attribute> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <spacer row="4" column="3"> + <property name="name"> + <cstring>spacer17_2</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>31</width> + <height>54</height> + </size> + </property> + </spacer> + <spacer row="3" column="6"> + <property name="name"> + <cstring>spacer15_2</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>80</width> + <height>21</height> + </size> + </property> + </spacer> + <spacer row="3" column="0"> + <property name="name"> + <cstring>spacer16_2</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>49</width> + <height>21</height> + </size> + </property> + </spacer> + <widget class="TQLabel" row="0" column="0" rowspan="1" colspan="7"> + <property name="name"> + <cstring>textLabel5_2_2</cstring> + </property> + <property name="text"> + <string><p><b>The network you are trying to connect to requires WPA authentication.</b></p></string> + </property> + </widget> + <widget class="TQLabel" row="3" column="1" rowspan="1" colspan="2"> + <property name="name"> + <cstring>textLabel8_3</cstring> + </property> + <property name="text"> + <string>WPA Key:</string> + </property> + <property name="alignment"> + <set>AlignVCenter|AlignRight</set> + </property> + </widget> + <widget class="TQLineEdit" row="3" column="3" rowspan="1" colspan="2"> + <property name="name"> + <cstring>wpaKey</cstring> + </property> + <property name="minimumSize"> + <size> + <width>140</width> + <height>0</height> + </size> + </property> + <property name="echoMode"> + <enum>Password</enum> + </property> + </widget> + <widget class="TQCheckBox" row="3" column="5"> + <property name="name"> + <cstring>checkWpaAscii</cstring> + </property> + <property name="text"> + <string>ASCII</string> + </property> + </widget> + <widget class="TQLabel" row="2" column="0" rowspan="1" colspan="7"> + <property name="name"> + <cstring>textLabel6_2_2</cstring> + </property> + <property name="text"> + <string><p><b>Please provide a key to be used with this network.</b></p></string> + </property> + </widget> + <spacer row="1" column="0" rowspan="1" colspan="2"> + <property name="name"> + <cstring>spacer43</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>80</width> + <height>21</height> + </size> + </property> + </spacer> + <spacer row="1" column="6"> + <property name="name"> + <cstring>spacer42</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>60</width> + <height>31</height> + </size> + </property> + </spacer> + <widget class="TQLabel" row="1" column="4" rowspan="1" colspan="2"> + <property name="name"> + <cstring>labelWpaSettings</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>1</hsizetype> + <vsizetype>5</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string><b>?<br>?<br>?<br>?</b></string> + </property> + </widget> + <widget class="TQLabel" row="1" column="2" rowspan="1" colspan="2"> + <property name="name"> + <cstring>textLabel1_3</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>3</hsizetype> + <vsizetype>5</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string>WPA Version:<br>Group Cipher:<br>Pairwise Cipher:<br>Authentication Suite:</string> + </property> + </widget> + </grid> + </widget> + <widget class="TQWidget"> + <property name="name"> + <cstring>done</cstring> + </property> + <attribute name="title"> + <string>Done!</string> + </attribute> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQLabel" row="0" column="0"> + <property name="name"> + <cstring>textLabel7_2</cstring> + </property> + <property name="text"> + <string><p><b>Congratulations!</b></p> + <p>You have successfully finished configuring this connection.</p> + <p><b>Press Finish to connect!</b></p></string> + </property> + <property name="alignment"> + <set>WordBreak|AlignTop</set> + </property> + </widget> + </grid> + </widget> + </widget> + <tabstops> + <tabstop>buttonGroup3</tabstop> + <tabstop>ip</tabstop> + <tabstop>broadcast</tabstop> + <tabstop>netmask</tabstop> + <tabstop>gateway</tabstop> + <tabstop>domain</tabstop> + <tabstop>dns1</tabstop> + <tabstop>dns2</tabstop> + <tabstop>radioWepOpen</tabstop> + <tabstop>wepKey</tabstop> + <tabstop>radioDhcp</tabstop> + </tabstops> + <layoutdefaults spacing="6" margin="11"/> </UI> 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> |