3 <widget class="QMainWindow" name="WpaGui" >
4 <property name="geometry" >
12 <property name="windowTitle" >
13 <string>wpa_gui</string>
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>
24 <item row="0" column="1" >
25 <widget class="QComboBox" name="adapterSelect" />
27 <item row="1" column="0" >
28 <widget class="QLabel" name="networkLabel" >
29 <property name="text" >
30 <string>Network:</string>
34 <item row="1" column="1" >
35 <widget class="QComboBox" name="networkSelect" />
37 <item row="2" column="0" colspan="2" >
38 <widget class="QTabWidget" name="wpaguiTab" >
39 <property name="currentIndex" >
42 <widget class="QWidget" name="statusTab" >
43 <attribute name="title" >
44 <string>Current Status</string>
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>
52 <property name="frameShadow" >
53 <enum>QFrame::Plain</enum>
55 <layout class="QGridLayout" >
56 <item row="0" column="0" >
57 <widget class="QLabel" name="statusLabel" >
58 <property name="text" >
59 <string>Status:</string>
63 <item row="1" column="0" >
64 <widget class="QLabel" name="lastMessageLabel" >
65 <property name="text" >
66 <string>Last message:</string>
70 <item row="2" column="0" >
71 <widget class="QLabel" name="authenticationLabel" >
72 <property name="text" >
73 <string>Authentication:</string>
77 <item row="3" column="0" >
78 <widget class="QLabel" name="encryptionLabel" >
79 <property name="text" >
80 <string>Encryption:</string>
84 <item row="4" column="0" >
85 <widget class="QLabel" name="ssidLabel" >
86 <property name="text" >
87 <string>SSID:</string>
91 <item row="5" column="0" >
92 <widget class="QLabel" name="bssidLabel" >
93 <property name="text" >
94 <string>BSSID:</string>
98 <item row="6" column="0" >
99 <widget class="QLabel" name="ipAddressLabel" >
100 <property name="text" >
101 <string>IP address:</string>
105 <item row="0" column="1" >
106 <widget class="QLabel" name="textStatus" >
107 <property name="text" >
112 <item row="1" column="1" colspan="3" >
113 <widget class="QLabel" name="textLastMessage" >
114 <property name="text" >
119 <item row="2" column="1" >
120 <widget class="QLabel" name="textAuthentication" >
121 <property name="text" >
126 <item row="3" column="1" >
127 <widget class="QLabel" name="textEncryption" >
128 <property name="text" >
133 <item row="4" column="1" >
134 <widget class="QLabel" name="textSsid" >
135 <property name="text" >
140 <item row="5" column="1" >
141 <widget class="QLabel" name="textBssid" >
142 <property name="text" >
147 <item row="6" column="1" >
148 <widget class="QLabel" name="textIpAddress" >
149 <property name="text" >
157 <item row="1" column="0" >
159 <property name="orientation" >
160 <enum>Qt::Vertical</enum>
162 <property name="sizeHint" >
170 <item row="1" column="1" >
171 <widget class="QPushButton" name="connectButton" >
172 <property name="text" >
173 <string>Connect</string>
177 <item row="1" column="2" >
178 <widget class="QPushButton" name="disconnectButton" >
179 <property name="text" >
180 <string>Disconnect</string>
184 <item row="1" column="3" >
185 <widget class="QPushButton" name="scanButton" >
186 <property name="text" >
187 <string>Scan</string>
191 <item row="1" column="4" >
193 <property name="orientation" >
194 <enum>Qt::Vertical</enum>
196 <property name="sizeHint" >
206 <widget class="QWidget" name="networkconfigTab" >
207 <attribute name="title" >
208 <string>Manage Networks</string>
210 <layout class="QGridLayout" >
211 <item row="0" column="0" colspan="5" >
212 <widget class="QListWidget" name="networkList" >
213 <property name="selectionRectVisible" >
218 <item rowspan="2" row="1" column="0" >
220 <property name="orientation" >
221 <enum>Qt::Vertical</enum>
223 <property name="sizeHint" >
231 <item row="1" column="1" >
232 <widget class="QRadioButton" name="enableRadioButton" >
233 <property name="text" >
234 <string>Enabled</string>
238 <item row="1" column="2" >
239 <widget class="QPushButton" name="editNetworkButton" >
240 <property name="text" >
241 <string>Edit</string>
245 <item row="1" column="3" >
246 <widget class="QPushButton" name="removeNetworkButton" >
247 <property name="text" >
248 <string>Remove</string>
252 <item rowspan="2" row="1" column="4" >
254 <property name="orientation" >
255 <enum>Qt::Vertical</enum>
257 <property name="sizeHint" >
265 <item row="2" column="1" >
266 <widget class="QRadioButton" name="disableRadioButton" >
267 <property name="text" >
268 <string>Disabled</string>
272 <item row="2" column="2" >
273 <widget class="QPushButton" name="addNetworkButton" >
274 <property name="text" >
279 <item row="2" column="3" >
280 <widget class="QPushButton" name="scanNetworkButton" >
281 <property name="text" >
282 <string>Scan</string>
292 <widget class="QMenuBar" name="MenuBar" >
293 <property name="geometry" >
301 <widget class="QMenu" name="fileMenu" >
302 <property name="title" >
303 <string>&File</string>
305 <addaction name="fileEventHistoryAction" />
306 <addaction name="fileSaveConfigAction" />
307 <addaction name="separator" />
308 <addaction name="fileExitAction" />
310 <widget class="QMenu" name="networkMenu" >
311 <property name="title" >
312 <string>&Network</string>
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" />
322 <widget class="QMenu" name="helpMenu" >
323 <property name="title" >
324 <string>&Help</string>
326 <addaction name="helpContentsAction" />
327 <addaction name="helpIndexAction" />
328 <addaction name="separator" />
329 <addaction name="helpAboutAction" />
331 <addaction name="fileMenu" />
332 <addaction name="networkMenu" />
333 <addaction name="helpMenu" />
335 <action name="fileEventHistoryAction" >
336 <property name="text" >
337 <string>Event &History</string>
340 <action name="fileSaveConfigAction" >
341 <property name="text" >
342 <string>&Save Configuration</string>
344 <property name="shortcut" >
345 <string>Ctrl+S</string>
348 <action name="fileExitAction" >
349 <property name="text" >
350 <string>E&xit</string>
352 <property name="shortcut" >
353 <string>Ctrl+Q</string>
356 <action name="networkAddAction" >
357 <property name="text" >
358 <string>&Add</string>
361 <action name="networkEditAction" >
362 <property name="text" >
363 <string>&Edit</string>
366 <action name="networkRemoveAction" >
367 <property name="text" >
368 <string>&Remove</string>
371 <action name="networkEnableAllAction" >
372 <property name="text" >
373 <string>E&nable All</string>
376 <action name="networkDisableAllAction" >
377 <property name="text" >
378 <string>&Disable All</string>
381 <action name="networkRemoveAllAction" >
382 <property name="text" >
383 <string>Re&move All</string>
386 <action name="helpContentsAction" >
387 <property name="enabled" >
390 <property name="text" >
391 <string>&Contents...</string>
394 <action name="helpIndexAction" >
395 <property name="enabled" >
398 <property name="text" >
399 <string>&Index...</string>
402 <action name="helpAboutAction" >
403 <property name="text" >
404 <string>&About</string>
408 <layoutdefault spacing="6" margin="11" />
409 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
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>