scanresults.ui 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
  2. <class>ScanResults</class>
  3. <widget class="QDialog">
  4. <property name="name">
  5. <cstring>ScanResults</cstring>
  6. </property>
  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="caption">
  16. <string>Scan results</string>
  17. </property>
  18. <vbox>
  19. <property name="name">
  20. <cstring>unnamed</cstring>
  21. </property>
  22. <widget class="QListView">
  23. <column>
  24. <property name="text">
  25. <string>SSID</string>
  26. </property>
  27. <property name="clickable">
  28. <bool>true</bool>
  29. </property>
  30. <property name="resizable">
  31. <bool>true</bool>
  32. </property>
  33. </column>
  34. <column>
  35. <property name="text">
  36. <string>BSSID</string>
  37. </property>
  38. <property name="clickable">
  39. <bool>true</bool>
  40. </property>
  41. <property name="resizable">
  42. <bool>true</bool>
  43. </property>
  44. </column>
  45. <column>
  46. <property name="text">
  47. <string>frequency</string>
  48. </property>
  49. <property name="clickable">
  50. <bool>true</bool>
  51. </property>
  52. <property name="resizable">
  53. <bool>true</bool>
  54. </property>
  55. </column>
  56. <column>
  57. <property name="text">
  58. <string>signal</string>
  59. </property>
  60. <property name="clickable">
  61. <bool>true</bool>
  62. </property>
  63. <property name="resizable">
  64. <bool>true</bool>
  65. </property>
  66. </column>
  67. <column>
  68. <property name="text">
  69. <string>flags</string>
  70. </property>
  71. <property name="clickable">
  72. <bool>true</bool>
  73. </property>
  74. <property name="resizable">
  75. <bool>true</bool>
  76. </property>
  77. </column>
  78. <property name="name">
  79. <cstring>scanResultsView</cstring>
  80. </property>
  81. <property name="frameShape">
  82. <enum>StyledPanel</enum>
  83. </property>
  84. <property name="frameShadow">
  85. <enum>Sunken</enum>
  86. </property>
  87. </widget>
  88. <widget class="QLayoutWidget">
  89. <property name="name">
  90. <cstring>layout24</cstring>
  91. </property>
  92. <hbox>
  93. <property name="name">
  94. <cstring>unnamed</cstring>
  95. </property>
  96. <spacer>
  97. <property name="name">
  98. <cstring>spacer6</cstring>
  99. </property>
  100. <property name="orientation">
  101. <enum>Horizontal</enum>
  102. </property>
  103. <property name="sizeType">
  104. <enum>Expanding</enum>
  105. </property>
  106. <property name="sizeHint">
  107. <size>
  108. <width>50</width>
  109. <height>20</height>
  110. </size>
  111. </property>
  112. </spacer>
  113. <widget class="QPushButton">
  114. <property name="name">
  115. <cstring>scanButton</cstring>
  116. </property>
  117. <property name="text">
  118. <string>Scan</string>
  119. </property>
  120. </widget>
  121. <widget class="QPushButton">
  122. <property name="name">
  123. <cstring>closeButton</cstring>
  124. </property>
  125. <property name="text">
  126. <string>Close</string>
  127. </property>
  128. </widget>
  129. </hbox>
  130. </widget>
  131. </vbox>
  132. </widget>
  133. <connections>
  134. <connection>
  135. <sender>closeButton</sender>
  136. <signal>clicked()</signal>
  137. <receiver>ScanResults</receiver>
  138. <slot>close()</slot>
  139. </connection>
  140. <connection>
  141. <sender>scanButton</sender>
  142. <signal>clicked()</signal>
  143. <receiver>ScanResults</receiver>
  144. <slot>scanRequest()</slot>
  145. </connection>
  146. <connection>
  147. <sender>scanResultsView</sender>
  148. <signal>doubleClicked(QListViewItem*)</signal>
  149. <receiver>ScanResults</receiver>
  150. <slot>bssSelected(QListViewItem*)</slot>
  151. </connection>
  152. </connections>
  153. <includes>
  154. <include location="local" impldecl="in implementation">wpa_ctrl.h</include>
  155. <include location="local" impldecl="in implementation">wpagui.h</include>
  156. <include location="local" impldecl="in implementation">networkconfig.h</include>
  157. <include location="local" impldecl="in implementation">scanresults.ui.h</include>
  158. </includes>
  159. <forwards>
  160. <forward>class WpaGui;</forward>
  161. </forwards>
  162. <variables>
  163. <variable access="private">WpaGui *wpagui;</variable>
  164. <variable access="private">QTimer *timer;</variable>
  165. </variables>
  166. <slots>
  167. <slot>setWpaGui( WpaGui * _wpagui )</slot>
  168. <slot>updateResults()</slot>
  169. <slot>scanRequest()</slot>
  170. <slot>getResults()</slot>
  171. <slot>bssSelected( QListViewItem * sel )</slot>
  172. </slots>
  173. <functions>
  174. <function access="private" specifier="non virtual">init()</function>
  175. <function access="private" specifier="non virtual">destroy()</function>
  176. </functions>
  177. <pixmapinproject/>
  178. <layoutdefaults spacing="6" margin="11"/>
  179. </UI>