diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | bcb704366cb5e333a626c18c308c7e0448a8e69f (patch) | |
tree | f0d6ab7d78ecdd9207cf46536376b44b91a1ca71 /wifi/kcmwifi/configadvanced.ui | |
download | tdenetwork-bcb704366cb5e333a626c18c308c7e0448a8e69f.tar.gz tdenetwork-bcb704366cb5e333a626c18c308c7e0448a8e69f.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'wifi/kcmwifi/configadvanced.ui')
-rw-r--r-- | wifi/kcmwifi/configadvanced.ui | 145 |
1 files changed, 145 insertions, 0 deletions
diff --git a/wifi/kcmwifi/configadvanced.ui b/wifi/kcmwifi/configadvanced.ui new file mode 100644 index 00000000..beeda9fe --- /dev/null +++ b/wifi/kcmwifi/configadvanced.ui @@ -0,0 +1,145 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>Form1</class> +<widget class="QWidget"> + <property name="name"> + <cstring>Form1</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>600</width> + <height>480</height> + </rect> + </property> + <widget class="KComboBox"> + <property name="name"> + <cstring>cmb_channel</cstring> + </property> + <property name="geometry"> + <rect> + <x>120</x> + <y>23</y> + <width>99</width> + <height>24</height> + </rect> + </property> + </widget> + <widget class="QLabel"> + <property name="name"> + <cstring>lbl_channel</cstring> + </property> + <property name="geometry"> + <rect> + <x>9</x> + <y>33</y> + <width>70</width> + <height>17</height> + </rect> + </property> + <property name="text"> + <string>Channel:</string> + </property> + </widget> + <widget class="QLabel"> + <property name="name"> + <cstring>lbl_txPower</cstring> + </property> + <property name="geometry"> + <rect> + <x>6</x> + <y>60</y> + <width>107</width> + <height>17</height> + </rect> + </property> + <property name="text"> + <string>Transmit power:</string> + </property> + </widget> + <widget class="KComboBox"> + <property name="name"> + <cstring>cmb_txPower</cstring> + </property> + <property name="geometry"> + <rect> + <x>121</x> + <y>58</y> + <width>99</width> + <height>24</height> + </rect> + </property> + </widget> + <widget class="QCheckBox"> + <property name="name"> + <cstring>cb_forceAP</cstring> + </property> + <property name="geometry"> + <rect> + <x>9</x> + <y>91</y> + <width>268</width> + <height>22</height> + </rect> + </property> + <property name="text"> + <string>Force registration to an access point</string> + </property> + </widget> + <spacer> + <property name="name"> + <cstring>spacer1</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + <property name="geometry"> + <rect> + <x>10</x> + <y>120</y> + <width>40</width> + <height>20</height> + </rect> + </property> + </spacer> + <widget class="QLabel"> + <property name="name"> + <cstring>lbl_apMAC</cstring> + </property> + <property name="geometry"> + <rect> + <x>64</x> + <y>124</y> + <width>89</width> + <height>17</height> + </rect> + </property> + <property name="text"> + <string>MAC address:</string> + </property> + </widget> + <widget class="KLineEdit"> + <property name="name"> + <cstring>kLineEdit1</cstring> + </property> + <property name="geometry"> + <rect> + <x>193</x> + <y>128</y> + <width>140</width> + <height>24</height> + </rect> + </property> + </widget> +</widget> +<layoutdefaults spacing="6" margin="11"/> +</UI> |