1<ui version="4.0" stdsetdef="1" > 2 <author></author> 3 <comment></comment> 4 <exportmacro></exportmacro> 5 <class>ScanResults</class> 6 <widget class="QDialog" name="ScanResults" > 7 <property name="geometry" > 8 <rect> 9 <x>0</x> 10 <y>0</y> 11 <width>452</width> 12 <height>225</height> 13 </rect> 14 </property> 15 <property name="windowTitle" > 16 <string>Scan results</string> 17 </property> 18 <layout class="QVBoxLayout" > 19 <item> 20 <widget class="Q3ListView" name="scanResultsView" > 21 <property name="frameShape" > 22 <enum>QFrame::StyledPanel</enum> 23 </property> 24 <property name="frameShadow" > 25 <enum>QFrame::Sunken</enum> 26 </property> 27 <column> 28 <property name="text" > 29 <string>SSID</string> 30 </property> 31 <property name="clickable" > 32 <bool>true</bool> 33 </property> 34 <property name="resizable" > 35 <bool>true</bool> 36 </property> 37 </column> 38 <column> 39 <property name="text" > 40 <string>BSSID</string> 41 </property> 42 <property name="clickable" > 43 <bool>true</bool> 44 </property> 45 <property name="resizable" > 46 <bool>true</bool> 47 </property> 48 </column> 49 <column> 50 <property name="text" > 51 <string>frequency</string> 52 </property> 53 <property name="clickable" > 54 <bool>true</bool> 55 </property> 56 <property name="resizable" > 57 <bool>true</bool> 58 </property> 59 </column> 60 <column> 61 <property name="text" > 62 <string>signal</string> 63 </property> 64 <property name="clickable" > 65 <bool>true</bool> 66 </property> 67 <property name="resizable" > 68 <bool>true</bool> 69 </property> 70 </column> 71 <column> 72 <property name="text" > 73 <string>flags</string> 74 </property> 75 <property name="clickable" > 76 <bool>true</bool> 77 </property> 78 <property name="resizable" > 79 <bool>true</bool> 80 </property> 81 </column> 82 </widget> 83 </item> 84 <item> 85 <layout class="QHBoxLayout" > 86 <property name="margin" > 87 <number>0</number> 88 </property> 89 <item> 90 <spacer name="spacer6" > 91 <property name="sizeHint" > 92 <size> 93 <width>50</width> 94 <height>20</height> 95 </size> 96 </property> 97 <property name="sizeType" > 98 <enum>Expanding</enum> 99 </property> 100 <property name="orientation" > 101 <enum>Horizontal</enum> 102 </property> 103 </spacer> 104 </item> 105 <item> 106 <widget class="QPushButton" name="scanButton" > 107 <property name="text" > 108 <string>Scan</string> 109 </property> 110 </widget> 111 </item> 112 <item> 113 <widget class="QPushButton" name="closeButton" > 114 <property name="text" > 115 <string>Close</string> 116 </property> 117 </widget> 118 </item> 119 </layout> 120 </item> 121 </layout> 122 </widget> 123 <layoutdefault spacing="6" margin="11" /> 124 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> 125</ui> 126