author | wimpie <wimpie> | 2005-01-12 01:17:30 (UTC) |
---|---|---|
committer | wimpie <wimpie> | 2005-01-12 01:17:30 (UTC) |
commit | b2e60aa0222b348f34aab501feb8bc854e94413c (patch) (unidiff) | |
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 | |||
@@ -1,31 +1,31 @@ | |||
1 | <!DOCTYPE UI><UI> | 1 | <!DOCTYPE UI><UI> |
2 | <class>WLanGUI</class> | 2 | <class>WLanGUI</class> |
3 | <widget> | 3 | <widget> |
4 | <class>QWidget</class> | 4 | <class>QWidget</class> |
5 | <property stdset="1"> | 5 | <property stdset="1"> |
6 | <name>name</name> | 6 | <name>name</name> |
7 | <cstring>WLanGUI</cstring> | 7 | <cstring>WLanGUI</cstring> |
8 | </property> | 8 | </property> |
9 | <property stdset="1"> | 9 | <property stdset="1"> |
10 | <name>geometry</name> | 10 | <name>geometry</name> |
11 | <rect> | 11 | <rect> |
12 | <x>0</x> | 12 | <x>0</x> |
13 | <y>0</y> | 13 | <y>0</y> |
14 | <width>209</width> | 14 | <width>207</width> |
15 | <height>307</height> | 15 | <height>313</height> |
16 | </rect> | 16 | </rect> |
17 | </property> | 17 | </property> |
18 | <property stdset="1"> | 18 | <property stdset="1"> |
19 | <name>caption</name> | 19 | <name>caption</name> |
20 | <string>Form1</string> | 20 | <string>Form1</string> |
21 | </property> | 21 | </property> |
22 | <property> | 22 | <property> |
23 | <name>layoutMargin</name> | 23 | <name>layoutMargin</name> |
24 | </property> | 24 | </property> |
25 | <property> | 25 | <property> |
26 | <name>layoutSpacing</name> | 26 | <name>layoutSpacing</name> |
27 | </property> | 27 | </property> |
28 | <vbox> | 28 | <vbox> |
29 | <property stdset="1"> | 29 | <property stdset="1"> |
30 | <name>margin</name> | 30 | <name>margin</name> |
31 | <number>0</number> | 31 | <number>0</number> |
@@ -291,53 +291,144 @@ | |||
291 | <enum>Horizontal</enum> | 291 | <enum>Horizontal</enum> |
292 | </property> | 292 | </property> |
293 | <property stdset="1"> | 293 | <property stdset="1"> |
294 | <name>sizeType</name> | 294 | <name>sizeType</name> |
295 | <enum>Fixed</enum> | 295 | <enum>Fixed</enum> |
296 | </property> | 296 | </property> |
297 | <property> | 297 | <property> |
298 | <name>sizeHint</name> | 298 | <name>sizeHint</name> |
299 | <size> | 299 | <size> |
300 | <width>20</width> | 300 | <width>20</width> |
301 | <height>20</height> | 301 | <height>20</height> |
302 | </size> | 302 | </size> |
303 | </property> | 303 | </property> |
304 | </spacer> | 304 | </spacer> |
305 | </grid> | 305 | </grid> |
306 | </widget> | 306 | </widget> |
307 | <spacer> | 307 | <widget> |
308 | <property> | 308 | <class>QListView</class> |
309 | <name>name</name> | 309 | <column> |
310 | <cstring>Spacer7</cstring> | 310 | <property> |
311 | </property> | 311 | <name>text</name> |
312 | <string></string> | ||
313 | </property> | ||
314 | <property> | ||
315 | <name>clickable</name> | ||
316 | <bool>true</bool> | ||
317 | </property> | ||
318 | <property> | ||
319 | <name>resizeable</name> | ||
320 | <bool>true</bool> | ||
321 | </property> | ||
322 | </column> | ||
323 | <column> | ||
324 | <property> | ||
325 | <name>text</name> | ||
326 | <string>SSID</string> | ||
327 | </property> | ||
328 | <property> | ||
329 | <name>clickable</name> | ||
330 | <bool>true</bool> | ||
331 | </property> | ||
332 | <property> | ||
333 | <name>resizeable</name> | ||
334 | <bool>true</bool> | ||
335 | </property> | ||
336 | </column> | ||
337 | <column> | ||
338 | <property> | ||
339 | <name>text</name> | ||
340 | <string>Chn</string> | ||
341 | </property> | ||
342 | <property> | ||
343 | <name>clickable</name> | ||
344 | <bool>true</bool> | ||
345 | </property> | ||
346 | <property> | ||
347 | <name>resizeable</name> | ||
348 | <bool>true</bool> | ||
349 | </property> | ||
350 | </column> | ||
351 | <column> | ||
352 | <property> | ||
353 | <name>text</name> | ||
354 | <string>MAC</string> | ||
355 | </property> | ||
356 | <property> | ||
357 | <name>clickable</name> | ||
358 | <bool>true</bool> | ||
359 | </property> | ||
360 | <property> | ||
361 | <name>resizeable</name> | ||
362 | <bool>true</bool> | ||
363 | </property> | ||
364 | </column> | ||
312 | <property stdset="1"> | 365 | <property stdset="1"> |
313 | <name>orientation</name> | 366 | <name>name</name> |
314 | <enum>Vertical</enum> | 367 | <cstring>Scanned_LV</cstring> |
315 | </property> | 368 | </property> |
369 | </widget> | ||
370 | <widget> | ||
371 | <class>QLayoutWidget</class> | ||
316 | <property stdset="1"> | 372 | <property stdset="1"> |
317 | <name>sizeType</name> | 373 | <name>name</name> |
318 | <enum>Expanding</enum> | 374 | <cstring>Layout8</cstring> |
319 | </property> | ||
320 | <property> | ||
321 | <name>sizeHint</name> | ||
322 | <size> | ||
323 | <width>20</width> | ||
324 | <height>20</height> | ||
325 | </size> | ||
326 | </property> | 375 | </property> |
327 | </spacer> | 376 | <hbox> |
377 | <property stdset="1"> | ||
378 | <name>margin</name> | ||
379 | <number>0</number> | ||
380 | </property> | ||
381 | <property stdset="1"> | ||
382 | <name>spacing</name> | ||
383 | <number>6</number> | ||
384 | </property> | ||
385 | <spacer> | ||
386 | <property> | ||
387 | <name>name</name> | ||
388 | <cstring>Spacer7</cstring> | ||
389 | </property> | ||
390 | <property stdset="1"> | ||
391 | <name>orientation</name> | ||
392 | <enum>Horizontal</enum> | ||
393 | </property> | ||
394 | <property stdset="1"> | ||
395 | <name>sizeType</name> | ||
396 | <enum>Expanding</enum> | ||
397 | </property> | ||
398 | <property> | ||
399 | <name>sizeHint</name> | ||
400 | <size> | ||
401 | <width>20</width> | ||
402 | <height>20</height> | ||
403 | </size> | ||
404 | </property> | ||
405 | </spacer> | ||
406 | <widget> | ||
407 | <class>QPushButton</class> | ||
408 | <property stdset="1"> | ||
409 | <name>name</name> | ||
410 | <cstring>Scan_But</cstring> | ||
411 | </property> | ||
412 | <property stdset="1"> | ||
413 | <name>text</name> | ||
414 | <string>Scan</string> | ||
415 | </property> | ||
416 | </widget> | ||
417 | </hbox> | ||
418 | </widget> | ||
328 | </vbox> | 419 | </vbox> |
329 | </widget> | 420 | </widget> |
330 | <widget> | 421 | <widget> |
331 | <class>QWidget</class> | 422 | <class>QWidget</class> |
332 | <property stdset="1"> | 423 | <property stdset="1"> |
333 | <name>name</name> | 424 | <name>name</name> |
334 | <cstring>WepPage</cstring> | 425 | <cstring>WepPage</cstring> |
335 | </property> | 426 | </property> |
336 | <attribute> | 427 | <attribute> |
337 | <name>title</name> | 428 | <name>title</name> |
338 | <string>Encryption</string> | 429 | <string>Encryption</string> |
339 | </attribute> | 430 | </attribute> |
340 | <vbox> | 431 | <vbox> |
341 | <property stdset="1"> | 432 | <property stdset="1"> |
342 | <name>margin</name> | 433 | <name>margin</name> |
343 | <number>2</number> | 434 | <number>2</number> |