wpagui.ui 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419
  1. <ui version="4.0" >
  2. <class>WpaGui</class>
  3. <widget class="QMainWindow" name="WpaGui" >
  4. <property name="geometry" >
  5. <rect>
  6. <x>0</x>
  7. <y>0</y>
  8. <width>345</width>
  9. <height>330</height>
  10. </rect>
  11. </property>
  12. <property name="windowTitle" >
  13. <string>wpa_gui</string>
  14. </property>
  15. <widget class="QWidget" name="widget" >
  16. <layout class="QGridLayout" >
  17. <item row="0" column="0" >
  18. <widget class="QLabel" name="adapterLabel" >
  19. <property name="text" >
  20. <string>Adapter:</string>
  21. </property>
  22. </widget>
  23. </item>
  24. <item row="0" column="1" >
  25. <widget class="QComboBox" name="adapterSelect" />
  26. </item>
  27. <item row="1" column="0" >
  28. <widget class="QLabel" name="networkLabel" >
  29. <property name="text" >
  30. <string>Network:</string>
  31. </property>
  32. </widget>
  33. </item>
  34. <item row="1" column="1" >
  35. <widget class="QComboBox" name="networkSelect" />
  36. </item>
  37. <item row="2" column="0" colspan="2" >
  38. <widget class="QTabWidget" name="wpaguiTab" >
  39. <property name="currentIndex" >
  40. <number>0</number>
  41. </property>
  42. <widget class="QWidget" name="statusTab" >
  43. <attribute name="title" >
  44. <string>Current Status</string>
  45. </attribute>
  46. <layout class="QGridLayout" >
  47. <item row="0" column="0" colspan="5" >
  48. <widget class="QFrame" name="frame3" >
  49. <property name="frameShape" >
  50. <enum>QFrame::NoFrame</enum>
  51. </property>
  52. <property name="frameShadow" >
  53. <enum>QFrame::Plain</enum>
  54. </property>
  55. <layout class="QGridLayout" >
  56. <item row="0" column="0" >
  57. <widget class="QLabel" name="statusLabel" >
  58. <property name="text" >
  59. <string>Status:</string>
  60. </property>
  61. </widget>
  62. </item>
  63. <item row="1" column="0" >
  64. <widget class="QLabel" name="lastMessageLabel" >
  65. <property name="text" >
  66. <string>Last message:</string>
  67. </property>
  68. </widget>
  69. </item>
  70. <item row="2" column="0" >
  71. <widget class="QLabel" name="authenticationLabel" >
  72. <property name="text" >
  73. <string>Authentication:</string>
  74. </property>
  75. </widget>
  76. </item>
  77. <item row="3" column="0" >
  78. <widget class="QLabel" name="encryptionLabel" >
  79. <property name="text" >
  80. <string>Encryption:</string>
  81. </property>
  82. </widget>
  83. </item>
  84. <item row="4" column="0" >
  85. <widget class="QLabel" name="ssidLabel" >
  86. <property name="text" >
  87. <string>SSID:</string>
  88. </property>
  89. </widget>
  90. </item>
  91. <item row="5" column="0" >
  92. <widget class="QLabel" name="bssidLabel" >
  93. <property name="text" >
  94. <string>BSSID:</string>
  95. </property>
  96. </widget>
  97. </item>
  98. <item row="6" column="0" >
  99. <widget class="QLabel" name="ipAddressLabel" >
  100. <property name="text" >
  101. <string>IP address:</string>
  102. </property>
  103. </widget>
  104. </item>
  105. <item row="0" column="1" >
  106. <widget class="QLabel" name="textStatus" >
  107. <property name="text" >
  108. <string/>
  109. </property>
  110. </widget>
  111. </item>
  112. <item row="1" column="1" colspan="3" >
  113. <widget class="QLabel" name="textLastMessage" >
  114. <property name="text" >
  115. <string/>
  116. </property>
  117. </widget>
  118. </item>
  119. <item row="2" column="1" >
  120. <widget class="QLabel" name="textAuthentication" >
  121. <property name="text" >
  122. <string/>
  123. </property>
  124. </widget>
  125. </item>
  126. <item row="3" column="1" >
  127. <widget class="QLabel" name="textEncryption" >
  128. <property name="text" >
  129. <string/>
  130. </property>
  131. </widget>
  132. </item>
  133. <item row="4" column="1" >
  134. <widget class="QLabel" name="textSsid" >
  135. <property name="text" >
  136. <string/>
  137. </property>
  138. </widget>
  139. </item>
  140. <item row="5" column="1" >
  141. <widget class="QLabel" name="textBssid" >
  142. <property name="text" >
  143. <string/>
  144. </property>
  145. </widget>
  146. </item>
  147. <item row="6" column="1" >
  148. <widget class="QLabel" name="textIpAddress" >
  149. <property name="text" >
  150. <string/>
  151. </property>
  152. </widget>
  153. </item>
  154. </layout>
  155. </widget>
  156. </item>
  157. <item row="1" column="0" >
  158. <spacer>
  159. <property name="orientation" >
  160. <enum>Qt::Vertical</enum>
  161. </property>
  162. <property name="sizeHint" >
  163. <size>
  164. <width>20</width>
  165. <height>40</height>
  166. </size>
  167. </property>
  168. </spacer>
  169. </item>
  170. <item row="1" column="1" >
  171. <widget class="QPushButton" name="connectButton" >
  172. <property name="text" >
  173. <string>Connect</string>
  174. </property>
  175. </widget>
  176. </item>
  177. <item row="1" column="2" >
  178. <widget class="QPushButton" name="disconnectButton" >
  179. <property name="text" >
  180. <string>Disconnect</string>
  181. </property>
  182. </widget>
  183. </item>
  184. <item row="1" column="3" >
  185. <widget class="QPushButton" name="scanButton" >
  186. <property name="text" >
  187. <string>Scan</string>
  188. </property>
  189. </widget>
  190. </item>
  191. <item row="1" column="4" >
  192. <spacer>
  193. <property name="orientation" >
  194. <enum>Qt::Vertical</enum>
  195. </property>
  196. <property name="sizeHint" >
  197. <size>
  198. <width>20</width>
  199. <height>40</height>
  200. </size>
  201. </property>
  202. </spacer>
  203. </item>
  204. </layout>
  205. </widget>
  206. <widget class="QWidget" name="networkconfigTab" >
  207. <attribute name="title" >
  208. <string>Manage Networks</string>
  209. </attribute>
  210. <layout class="QGridLayout" >
  211. <item row="0" column="0" colspan="5" >
  212. <widget class="QListWidget" name="networkList" >
  213. <property name="selectionRectVisible" >
  214. <bool>true</bool>
  215. </property>
  216. </widget>
  217. </item>
  218. <item rowspan="2" row="1" column="0" >
  219. <spacer>
  220. <property name="orientation" >
  221. <enum>Qt::Vertical</enum>
  222. </property>
  223. <property name="sizeHint" >
  224. <size>
  225. <width>20</width>
  226. <height>61</height>
  227. </size>
  228. </property>
  229. </spacer>
  230. </item>
  231. <item row="1" column="1" >
  232. <widget class="QRadioButton" name="enableRadioButton" >
  233. <property name="text" >
  234. <string>Enabled</string>
  235. </property>
  236. </widget>
  237. </item>
  238. <item row="1" column="2" >
  239. <widget class="QPushButton" name="editNetworkButton" >
  240. <property name="text" >
  241. <string>Edit</string>
  242. </property>
  243. </widget>
  244. </item>
  245. <item row="1" column="3" >
  246. <widget class="QPushButton" name="removeNetworkButton" >
  247. <property name="text" >
  248. <string>Remove</string>
  249. </property>
  250. </widget>
  251. </item>
  252. <item rowspan="2" row="1" column="4" >
  253. <spacer>
  254. <property name="orientation" >
  255. <enum>Qt::Vertical</enum>
  256. </property>
  257. <property name="sizeHint" >
  258. <size>
  259. <width>20</width>
  260. <height>61</height>
  261. </size>
  262. </property>
  263. </spacer>
  264. </item>
  265. <item row="2" column="1" >
  266. <widget class="QRadioButton" name="disableRadioButton" >
  267. <property name="text" >
  268. <string>Disabled</string>
  269. </property>
  270. </widget>
  271. </item>
  272. <item row="2" column="2" >
  273. <widget class="QPushButton" name="addNetworkButton" >
  274. <property name="text" >
  275. <string>Add</string>
  276. </property>
  277. </widget>
  278. </item>
  279. <item row="2" column="3" >
  280. <widget class="QPushButton" name="scanNetworkButton" >
  281. <property name="text" >
  282. <string>Scan</string>
  283. </property>
  284. </widget>
  285. </item>
  286. </layout>
  287. </widget>
  288. </widget>
  289. </item>
  290. </layout>
  291. </widget>
  292. <widget class="QMenuBar" name="MenuBar" >
  293. <property name="geometry" >
  294. <rect>
  295. <x>0</x>
  296. <y>0</y>
  297. <width>345</width>
  298. <height>24</height>
  299. </rect>
  300. </property>
  301. <widget class="QMenu" name="fileMenu" >
  302. <property name="title" >
  303. <string>&amp;File</string>
  304. </property>
  305. <addaction name="fileEventHistoryAction" />
  306. <addaction name="fileSaveConfigAction" />
  307. <addaction name="separator" />
  308. <addaction name="fileExitAction" />
  309. </widget>
  310. <widget class="QMenu" name="networkMenu" >
  311. <property name="title" >
  312. <string>&amp;Network</string>
  313. </property>
  314. <addaction name="networkAddAction" />
  315. <addaction name="networkEditAction" />
  316. <addaction name="networkRemoveAction" />
  317. <addaction name="separator" />
  318. <addaction name="networkEnableAllAction" />
  319. <addaction name="networkDisableAllAction" />
  320. <addaction name="networkRemoveAllAction" />
  321. </widget>
  322. <widget class="QMenu" name="helpMenu" >
  323. <property name="title" >
  324. <string>&amp;Help</string>
  325. </property>
  326. <addaction name="helpContentsAction" />
  327. <addaction name="helpIndexAction" />
  328. <addaction name="separator" />
  329. <addaction name="helpAboutAction" />
  330. </widget>
  331. <addaction name="fileMenu" />
  332. <addaction name="networkMenu" />
  333. <addaction name="helpMenu" />
  334. </widget>
  335. <action name="fileEventHistoryAction" >
  336. <property name="text" >
  337. <string>Event &amp;History</string>
  338. </property>
  339. </action>
  340. <action name="fileSaveConfigAction" >
  341. <property name="text" >
  342. <string>&amp;Save Configuration</string>
  343. </property>
  344. <property name="shortcut" >
  345. <string>Ctrl+S</string>
  346. </property>
  347. </action>
  348. <action name="fileExitAction" >
  349. <property name="text" >
  350. <string>E&amp;xit</string>
  351. </property>
  352. <property name="shortcut" >
  353. <string>Ctrl+Q</string>
  354. </property>
  355. </action>
  356. <action name="networkAddAction" >
  357. <property name="text" >
  358. <string>&amp;Add</string>
  359. </property>
  360. </action>
  361. <action name="networkEditAction" >
  362. <property name="text" >
  363. <string>&amp;Edit</string>
  364. </property>
  365. </action>
  366. <action name="networkRemoveAction" >
  367. <property name="text" >
  368. <string>&amp;Remove</string>
  369. </property>
  370. </action>
  371. <action name="networkEnableAllAction" >
  372. <property name="text" >
  373. <string>E&amp;nable All</string>
  374. </property>
  375. </action>
  376. <action name="networkDisableAllAction" >
  377. <property name="text" >
  378. <string>&amp;Disable All</string>
  379. </property>
  380. </action>
  381. <action name="networkRemoveAllAction" >
  382. <property name="text" >
  383. <string>Re&amp;move All</string>
  384. </property>
  385. </action>
  386. <action name="helpContentsAction" >
  387. <property name="enabled" >
  388. <bool>false</bool>
  389. </property>
  390. <property name="text" >
  391. <string>&amp;Contents...</string>
  392. </property>
  393. </action>
  394. <action name="helpIndexAction" >
  395. <property name="enabled" >
  396. <bool>false</bool>
  397. </property>
  398. <property name="text" >
  399. <string>&amp;Index...</string>
  400. </property>
  401. </action>
  402. <action name="helpAboutAction" >
  403. <property name="text" >
  404. <string>&amp;About</string>
  405. </property>
  406. </action>
  407. </widget>
  408. <layoutdefault spacing="6" margin="11" />
  409. <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
  410. <includes>
  411. <include location="global" >qtimer.h</include>
  412. <include location="global" >qsocketnotifier.h</include>
  413. <include location="local" >wpamsg.h</include>
  414. <include location="local" >eventhistory.h</include>
  415. <include location="local" >scanresults.h</include>
  416. </includes>
  417. <resources/>
  418. <connections/>
  419. </ui>