3 <widget class="QMainWindow" name="WpaGui" >
4 <property name="geometry" >
12 <property name="windowTitle" >
13 <string>wpa_gui</string>
15 <property name="windowIcon" >
16 <iconset resource="icons.qrc" >
17 <normaloff>:/icons/wpa_gui.svg</normaloff>:/icons/wpa_gui.svg</iconset>
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>
28 <item row="0" column="1" >
29 <widget class="QComboBox" name="adapterSelect" />
31 <item row="1" column="0" >
32 <widget class="QLabel" name="networkLabel" >
33 <property name="text" >
34 <string>Network:</string>
38 <item row="1" column="1" >
39 <widget class="QComboBox" name="networkSelect" />
41 <item row="2" column="0" colspan="2" >
42 <widget class="QTabWidget" name="wpaguiTab" >
43 <property name="currentIndex" >
46 <widget class="QWidget" name="statusTab" >
47 <attribute name="title" >
48 <string>Current Status</string>
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>
56 <property name="frameShadow" >
57 <enum>QFrame::Plain</enum>
59 <layout class="QGridLayout" >
60 <item row="0" column="0" >
61 <widget class="QLabel" name="statusLabel" >
62 <property name="text" >
63 <string>Status:</string>
67 <item row="1" column="0" >
68 <widget class="QLabel" name="lastMessageLabel" >
69 <property name="text" >
70 <string>Last message:</string>
74 <item row="2" column="0" >
75 <widget class="QLabel" name="authenticationLabel" >
76 <property name="text" >
77 <string>Authentication:</string>
81 <item row="3" column="0" >
82 <widget class="QLabel" name="encryptionLabel" >
83 <property name="text" >
84 <string>Encryption:</string>
88 <item row="4" column="0" >
89 <widget class="QLabel" name="ssidLabel" >
90 <property name="text" >
91 <string>SSID:</string>
95 <item row="5" column="0" >
96 <widget class="QLabel" name="bssidLabel" >
97 <property name="text" >
98 <string>BSSID:</string>
102 <item row="6" column="0" >
103 <widget class="QLabel" name="ipAddressLabel" >
104 <property name="text" >
105 <string>IP address:</string>
109 <item row="0" column="1" >
110 <widget class="QLabel" name="textStatus" >
111 <property name="text" >
116 <item row="1" column="1" colspan="3" >
117 <widget class="QLabel" name="textLastMessage" >
118 <property name="text" >
123 <item row="2" column="1" >
124 <widget class="QLabel" name="textAuthentication" >
125 <property name="text" >
130 <item row="3" column="1" >
131 <widget class="QLabel" name="textEncryption" >
132 <property name="text" >
137 <item row="4" column="1" >
138 <widget class="QLabel" name="textSsid" >
139 <property name="text" >
144 <item row="5" column="1" >
145 <widget class="QLabel" name="textBssid" >
146 <property name="text" >
151 <item row="6" column="1" >
152 <widget class="QLabel" name="textIpAddress" >
153 <property name="text" >
161 <item row="1" column="0" >
163 <property name="orientation" >
164 <enum>Qt::Vertical</enum>
166 <property name="sizeHint" >
174 <item row="1" column="1" >
175 <widget class="QPushButton" name="connectButton" >
176 <property name="text" >
177 <string>Connect</string>
181 <item row="1" column="2" >
182 <widget class="QPushButton" name="disconnectButton" >
183 <property name="text" >
184 <string>Disconnect</string>
188 <item row="1" column="3" >
189 <widget class="QPushButton" name="scanButton" >
190 <property name="text" >
191 <string>Scan</string>
195 <item row="1" column="4" >
197 <property name="orientation" >
198 <enum>Qt::Vertical</enum>
200 <property name="sizeHint" >
210 <widget class="QWidget" name="networkconfigTab" >
211 <attribute name="title" >
212 <string>Manage Networks</string>
214 <layout class="QGridLayout" >
215 <item row="0" column="0" colspan="5" >
216 <widget class="QListWidget" name="networkList" >
217 <property name="selectionRectVisible" >
222 <item rowspan="2" row="1" column="0" >
224 <property name="orientation" >
225 <enum>Qt::Vertical</enum>
227 <property name="sizeHint" >
235 <item row="1" column="1" >
236 <widget class="QRadioButton" name="enableRadioButton" >
237 <property name="text" >
238 <string>Enabled</string>
242 <item row="1" column="2" >
243 <widget class="QPushButton" name="editNetworkButton" >
244 <property name="text" >
245 <string>Edit</string>
249 <item row="1" column="3" >
250 <widget class="QPushButton" name="removeNetworkButton" >
251 <property name="text" >
252 <string>Remove</string>
256 <item rowspan="2" row="1" column="4" >
258 <property name="orientation" >
259 <enum>Qt::Vertical</enum>
261 <property name="sizeHint" >
269 <item row="2" column="1" >
270 <widget class="QRadioButton" name="disableRadioButton" >
271 <property name="text" >
272 <string>Disabled</string>
276 <item row="2" column="2" >
277 <widget class="QPushButton" name="addNetworkButton" >
278 <property name="text" >
283 <item row="2" column="3" >
284 <widget class="QPushButton" name="scanNetworkButton" >
285 <property name="text" >
286 <string>Scan</string>
292 <widget class="QWidget" name="wpsTab" >
293 <attribute name="title" >
296 <layout class="QGridLayout" name="wpsGridLayout" >
297 <item row="0" column="0" >
298 <widget class="QLabel" name="label_2" >
299 <property name="text" >
300 <string>Status:</string>
304 <item row="0" column="1" colspan="3" >
305 <widget class="QLabel" name="wpsStatusText" >
306 <property name="text" >
311 <item row="1" column="0" colspan="2" >
312 <widget class="QPushButton" name="wpsPbcButton" >
313 <property name="text" >
314 <string>PBC - push button</string>
318 <item row="2" column="0" colspan="2" >
319 <widget class="QPushButton" name="wpsPinButton" >
320 <property name="text" >
321 <string>Generate PIN</string>
325 <item row="2" column="2" >
326 <widget class="QLabel" name="label" >
327 <property name="text" >
328 <string>PIN:</string>
332 <item row="2" column="3" >
333 <widget class="QLineEdit" name="wpsPinEdit" >
334 <property name="enabled" >
337 <property name="readOnly" >
342 <item row="3" column="0" colspan="2" >
343 <widget class="QPushButton" name="wpsApPinButton" >
344 <property name="enabled" >
347 <property name="text" >
348 <string>Use AP PIN</string>
352 <item row="3" column="2" >
353 <widget class="QLabel" name="label_3" >
354 <property name="text" >
355 <string>AP PIN:</string>
359 <item row="3" column="3" >
360 <widget class="QLineEdit" name="wpsApPinEdit" >
361 <property name="enabled" >
366 <item row="4" column="0" colspan="4" >
367 <widget class="QTextEdit" name="wpsInstructions" >
368 <property name="readOnly" >
379 <widget class="QMenuBar" name="MenuBar" >
380 <property name="geometry" >
388 <widget class="QMenu" name="fileMenu" >
389 <property name="title" >
390 <string>&File</string>
392 <addaction name="fileEventHistoryAction" />
393 <addaction name="fileSaveConfigAction" />
394 <addaction name="actionWPS" />
395 <addaction name="actionPeers" />
396 <addaction name="separator" />
397 <addaction name="fileExitAction" />
399 <widget class="QMenu" name="networkMenu" >
400 <property name="title" >
401 <string>&Network</string>
403 <addaction name="networkAddAction" />
404 <addaction name="networkEditAction" />
405 <addaction name="networkRemoveAction" />
406 <addaction name="separator" />
407 <addaction name="networkEnableAllAction" />
408 <addaction name="networkDisableAllAction" />
409 <addaction name="networkRemoveAllAction" />
411 <widget class="QMenu" name="helpMenu" >
412 <property name="title" >
413 <string>&Help</string>
415 <addaction name="helpContentsAction" />
416 <addaction name="helpIndexAction" />
417 <addaction name="separator" />
418 <addaction name="helpAboutAction" />
420 <addaction name="fileMenu" />
421 <addaction name="networkMenu" />
422 <addaction name="helpMenu" />
424 <action name="fileEventHistoryAction" >
425 <property name="text" >
426 <string>Event &History</string>
429 <action name="fileSaveConfigAction" >
430 <property name="text" >
431 <string>&Save Configuration</string>
433 <property name="shortcut" >
434 <string>Ctrl+S</string>
437 <action name="fileExitAction" >
438 <property name="text" >
439 <string>E&xit</string>
441 <property name="shortcut" >
442 <string>Ctrl+Q</string>
445 <action name="networkAddAction" >
446 <property name="text" >
447 <string>&Add</string>
450 <action name="networkEditAction" >
451 <property name="text" >
452 <string>&Edit</string>
455 <action name="networkRemoveAction" >
456 <property name="text" >
457 <string>&Remove</string>
460 <action name="networkEnableAllAction" >
461 <property name="text" >
462 <string>E&nable All</string>
465 <action name="networkDisableAllAction" >
466 <property name="text" >
467 <string>&Disable All</string>
470 <action name="networkRemoveAllAction" >
471 <property name="text" >
472 <string>Re&move All</string>
475 <action name="helpContentsAction" >
476 <property name="enabled" >
479 <property name="text" >
480 <string>&Contents...</string>
483 <action name="helpIndexAction" >
484 <property name="enabled" >
487 <property name="text" >
488 <string>&Index...</string>
491 <action name="helpAboutAction" >
492 <property name="text" >
493 <string>&About</string>
496 <action name="actionWPS" >
497 <property name="enabled" >
500 <property name="text" >
501 <string>&Wi-Fi Protected Setup</string>
504 <action name="actionPeers" >
505 <property name="text" >
506 <string>&Peers</string>
510 <layoutdefault spacing="6" margin="11" />
511 <pixmapfunction></pixmapfunction>
513 <include location="global" >qtimer.h</include>
514 <include location="global" >qsocketnotifier.h</include>
515 <include location="local" >wpamsg.h</include>
516 <include location="local" >eventhistory.h</include>
517 <include location="local" >scanresults.h</include>
518 <include location="local" >peers.h</include>
521 <include location="icons.qrc" />