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) (show whitespace changes)
-rw-r--r--noncore/settings/networksettings2/wlan/wlanGUI.ui97
1 files changed, 94 insertions, 3 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
@@ -13,4 +13,4 @@
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>
@@ -306,2 +306,80 @@
306 </widget> 306 </widget>
307 <widget>
308 <class>QListView</class>
309 <column>
310 <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>
365 <property stdset="1">
366 <name>name</name>
367 <cstring>Scanned_LV</cstring>
368 </property>
369 </widget>
370 <widget>
371 <class>QLayoutWidget</class>
372 <property stdset="1">
373 <name>name</name>
374 <cstring>Layout8</cstring>
375 </property>
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>
307 <spacer> 385 <spacer>
@@ -313,3 +391,3 @@
313 <name>orientation</name> 391 <name>orientation</name>
314 <enum>Vertical</enum> 392 <enum>Horizontal</enum>
315 </property> 393 </property>
@@ -327,2 +405,15 @@
327 </spacer> 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>