summaryrefslogtreecommitdiff
path: root/noncore/settings
authorwimpie <wimpie>2005-01-12 01:17:30 (UTC)
committer wimpie <wimpie>2005-01-12 01:17:30 (UTC)
commitb2e60aa0222b348f34aab501feb8bc854e94413c (patch) (unidiff)
treee2048f2e9fa10ac0a8b1a3cf7daee2e30f883996 /noncore/settings
parenta846a0be197d3a6ff7f8c76a3ba322db0da7d058 (diff)
downloadopie-b2e60aa0222b348f34aab501feb8bc854e94413c.zip
opie-b2e60aa0222b348f34aab501feb8bc854e94413c.tar.gz
opie-b2e60aa0222b348f34aab501feb8bc854e94413c.tar.bz2
Added scanning listview
Diffstat (limited to 'noncore/settings') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings2/wlan/wlanGUI.ui129
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
@@ -11,8 +11,8 @@
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">
@@ -304,27 +304,118 @@
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>