author | wimpie <wimpie> | 2005-01-12 01:17:30 (UTC) |
---|---|---|
committer | wimpie <wimpie> | 2005-01-12 01:17:30 (UTC) |
commit | b2e60aa0222b348f34aab501feb8bc854e94413c (patch) (side-by-side diff) | |
tree | e2048f2e9fa10ac0a8b1a3cf7daee2e30f883996 | |
parent | a846a0be197d3a6ff7f8c76a3ba322db0da7d058 (diff) | |
download | opie-b2e60aa0222b348f34aab501feb8bc854e94413c.zip opie-b2e60aa0222b348f34aab501feb8bc854e94413c.tar.gz opie-b2e60aa0222b348f34aab501feb8bc854e94413c.tar.bz2 |
Added scanning listview
-rw-r--r-- | noncore/settings/networksettings2/wlan/wlanGUI.ui | 129 |
1 files changed, 110 insertions, 19 deletions
diff --git a/noncore/settings/networksettings2/wlan/wlanGUI.ui b/noncore/settings/networksettings2/wlan/wlanGUI.ui index 1aec138..7ba0b16 100644 --- a/noncore/settings/networksettings2/wlan/wlanGUI.ui +++ b/noncore/settings/networksettings2/wlan/wlanGUI.ui @@ -8,14 +8,14 @@ </property> <property stdset="1"> <name>geometry</name> <rect> <x>0</x> <y>0</y> - <width>209</width> - <height>307</height> + <width>207</width> + <height>313</height> </rect> </property> <property stdset="1"> <name>caption</name> <string>Form1</string> </property> @@ -301,33 +301,124 @@ <height>20</height> </size> </property> </spacer> </grid> </widget> - <spacer> - <property> - <name>name</name> - <cstring>Spacer7</cstring> - </property> + <widget> + <class>QListView</class> + <column> + <property> + <name>text</name> + <string></string> + </property> + <property> + <name>clickable</name> + <bool>true</bool> + </property> + <property> + <name>resizeable</name> + <bool>true</bool> + </property> + </column> + <column> + <property> + <name>text</name> + <string>SSID</string> + </property> + <property> + <name>clickable</name> + <bool>true</bool> + </property> + <property> + <name>resizeable</name> + <bool>true</bool> + </property> + </column> + <column> + <property> + <name>text</name> + <string>Chn</string> + </property> + <property> + <name>clickable</name> + <bool>true</bool> + </property> + <property> + <name>resizeable</name> + <bool>true</bool> + </property> + </column> + <column> + <property> + <name>text</name> + <string>MAC</string> + </property> + <property> + <name>clickable</name> + <bool>true</bool> + </property> + <property> + <name>resizeable</name> + <bool>true</bool> + </property> + </column> <property stdset="1"> - <name>orientation</name> - <enum>Vertical</enum> + <name>name</name> + <cstring>Scanned_LV</cstring> </property> + </widget> + <widget> + <class>QLayoutWidget</class> <property stdset="1"> - <name>sizeType</name> - <enum>Expanding</enum> - </property> - <property> - <name>sizeHint</name> - <size> - <width>20</width> - <height>20</height> - </size> + <name>name</name> + <cstring>Layout8</cstring> </property> - </spacer> + <hbox> + <property stdset="1"> + <name>margin</name> + <number>0</number> + </property> + <property stdset="1"> + <name>spacing</name> + <number>6</number> + </property> + <spacer> + <property> + <name>name</name> + <cstring>Spacer7</cstring> + </property> + <property stdset="1"> + <name>orientation</name> + <enum>Horizontal</enum> + </property> + <property stdset="1"> + <name>sizeType</name> + <enum>Expanding</enum> + </property> + <property> + <name>sizeHint</name> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + </spacer> + <widget> + <class>QPushButton</class> + <property stdset="1"> + <name>name</name> + <cstring>Scan_But</cstring> + </property> + <property stdset="1"> + <name>text</name> + <string>Scan</string> + </property> + </widget> + </hbox> + </widget> </vbox> </widget> <widget> <class>QWidget</class> <property stdset="1"> <name>name</name> |