2007-07-11 15:48:36 +00:00
|
|
|
<ui version="4.0" stdsetdef="1" >
|
|
|
|
<author></author>
|
|
|
|
<comment></comment>
|
|
|
|
<exportmacro></exportmacro>
|
|
|
|
<class>ScanResults</class>
|
|
|
|
<widget class="QDialog" name="ScanResults" >
|
|
|
|
<property name="geometry" >
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>452</width>
|
|
|
|
<height>225</height>
|
|
|
|
</rect>
|
2006-03-07 05:26:33 +00:00
|
|
|
</property>
|
2007-07-11 15:48:36 +00:00
|
|
|
<property name="windowTitle" >
|
|
|
|
<string>Scan results</string>
|
2006-03-07 05:26:33 +00:00
|
|
|
</property>
|
2007-07-11 15:48:36 +00:00
|
|
|
<layout class="QVBoxLayout" >
|
|
|
|
<item>
|
|
|
|
<widget class="Q3ListView" name="scanResultsView" >
|
|
|
|
<property name="frameShape" >
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow" >
|
|
|
|
<enum>QFrame::Sunken</enum>
|
|
|
|
</property>
|
|
|
|
<column>
|
|
|
|
<property name="text" >
|
|
|
|
<string>SSID</string>
|
2006-03-07 05:26:33 +00:00
|
|
|
</property>
|
2007-07-11 15:48:36 +00:00
|
|
|
<property name="clickable" >
|
|
|
|
<bool>true</bool>
|
2006-03-07 05:26:33 +00:00
|
|
|
</property>
|
2007-07-11 15:48:36 +00:00
|
|
|
<property name="resizable" >
|
|
|
|
<bool>true</bool>
|
2006-03-07 05:26:33 +00:00
|
|
|
</property>
|
2007-07-11 15:48:36 +00:00
|
|
|
</column>
|
|
|
|
<column>
|
|
|
|
<property name="text" >
|
|
|
|
<string>BSSID</string>
|
|
|
|
</property>
|
|
|
|
<property name="clickable" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="resizable" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
|
|
|
<property name="text" >
|
|
|
|
<string>frequency</string>
|
|
|
|
</property>
|
|
|
|
<property name="clickable" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="resizable" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
|
|
|
<property name="text" >
|
|
|
|
<string>signal</string>
|
|
|
|
</property>
|
|
|
|
<property name="clickable" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="resizable" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
|
|
|
<property name="text" >
|
|
|
|
<string>flags</string>
|
|
|
|
</property>
|
|
|
|
<property name="clickable" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="resizable" >
|
|
|
|
<bool>true</bool>
|
2006-03-07 05:26:33 +00:00
|
|
|
</property>
|
2007-07-11 15:48:36 +00:00
|
|
|
</column>
|
2006-03-07 05:26:33 +00:00
|
|
|
</widget>
|
2007-07-11 15:48:36 +00:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" >
|
|
|
|
<property name="margin" >
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<spacer name="spacer6" >
|
|
|
|
<property name="sizeHint" >
|
|
|
|
<size>
|
|
|
|
<width>50</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType" >
|
|
|
|
<enum>Expanding</enum>
|
|
|
|
</property>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="scanButton" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Scan</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="closeButton" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Close</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<layoutdefault spacing="6" margin="11" />
|
|
|
|
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
|
|
|
|
</ui>
|