wpagui.ui 12 KB

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