71e62a922a11e7ade32fefaaed0e41e158041112
[mech_eap.git] / wpa_supplicant / wpa_gui-qt4 / wpagui.ui
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 class="QWidget" name="wpsTab" >
293        <attribute name="title" >
294         <string>WPS</string>
295        </attribute>
296        <widget class="QPushButton" name="wpsPbcButton" >
297         <property name="geometry" >
298          <rect>
299           <x>10</x>
300           <y>40</y>
301           <width>141</width>
302           <height>28</height>
303          </rect>
304         </property>
305         <property name="text" >
306          <string>PBC - push button</string>
307         </property>
308        </widget>
309        <widget class="QPushButton" name="wpsPinButton" >
310         <property name="geometry" >
311          <rect>
312           <x>10</x>
313           <y>90</y>
314           <width>141</width>
315           <height>28</height>
316          </rect>
317         </property>
318         <property name="text" >
319          <string>Generate PIN</string>
320         </property>
321        </widget>
322        <widget class="QLabel" name="label" >
323         <property name="geometry" >
324          <rect>
325           <x>160</x>
326           <y>100</y>
327           <width>21</width>
328           <height>18</height>
329          </rect>
330         </property>
331         <property name="text" >
332          <string>PIN</string>
333         </property>
334        </widget>
335        <widget class="QLineEdit" name="wpsPinEdit" >
336         <property name="enabled" >
337          <bool>false</bool>
338         </property>
339         <property name="geometry" >
340          <rect>
341           <x>190</x>
342           <y>90</y>
343           <width>113</width>
344           <height>28</height>
345          </rect>
346         </property>
347         <property name="readOnly" >
348          <bool>true</bool>
349         </property>
350        </widget>
351        <widget class="QLabel" name="label_2" >
352         <property name="geometry" >
353          <rect>
354           <x>10</x>
355           <y>10</y>
356           <width>41</width>
357           <height>18</height>
358          </rect>
359         </property>
360         <property name="text" >
361          <string>Status:</string>
362         </property>
363        </widget>
364        <widget class="QLabel" name="wpsStatusText" >
365         <property name="geometry" >
366          <rect>
367           <x>70</x>
368           <y>10</y>
369           <width>231</width>
370           <height>18</height>
371          </rect>
372         </property>
373         <property name="text" >
374          <string/>
375         </property>
376        </widget>
377        <widget class="QTextEdit" name="wpsInstructions" >
378         <property name="geometry" >
379          <rect>
380           <x>10</x>
381           <y>130</y>
382           <width>301</width>
383           <height>91</height>
384          </rect>
385         </property>
386         <property name="readOnly" >
387          <bool>true</bool>
388         </property>
389        </widget>
390       </widget>
391      </widget>
392     </item>
393    </layout>
394   </widget>
395   <widget class="QMenuBar" name="MenuBar" >
396    <property name="geometry" >
397     <rect>
398      <x>0</x>
399      <y>0</y>
400      <width>345</width>
401      <height>24</height>
402     </rect>
403    </property>
404    <widget class="QMenu" name="fileMenu" >
405     <property name="title" >
406      <string>&amp;File</string>
407     </property>
408     <addaction name="fileEventHistoryAction" />
409     <addaction name="fileSaveConfigAction" />
410     <addaction name="actionWPS" />
411     <addaction name="separator" />
412     <addaction name="fileExitAction" />
413    </widget>
414    <widget class="QMenu" name="networkMenu" >
415     <property name="title" >
416      <string>&amp;Network</string>
417     </property>
418     <addaction name="networkAddAction" />
419     <addaction name="networkEditAction" />
420     <addaction name="networkRemoveAction" />
421     <addaction name="separator" />
422     <addaction name="networkEnableAllAction" />
423     <addaction name="networkDisableAllAction" />
424     <addaction name="networkRemoveAllAction" />
425    </widget>
426    <widget class="QMenu" name="helpMenu" >
427     <property name="title" >
428      <string>&amp;Help</string>
429     </property>
430     <addaction name="helpContentsAction" />
431     <addaction name="helpIndexAction" />
432     <addaction name="separator" />
433     <addaction name="helpAboutAction" />
434    </widget>
435    <addaction name="fileMenu" />
436    <addaction name="networkMenu" />
437    <addaction name="helpMenu" />
438   </widget>
439   <action name="fileEventHistoryAction" >
440    <property name="text" >
441     <string>Event &amp;History</string>
442    </property>
443   </action>
444   <action name="fileSaveConfigAction" >
445    <property name="text" >
446     <string>&amp;Save Configuration</string>
447    </property>
448    <property name="shortcut" >
449     <string>Ctrl+S</string>
450    </property>
451   </action>
452   <action name="fileExitAction" >
453    <property name="text" >
454     <string>E&amp;xit</string>
455    </property>
456    <property name="shortcut" >
457     <string>Ctrl+Q</string>
458    </property>
459   </action>
460   <action name="networkAddAction" >
461    <property name="text" >
462     <string>&amp;Add</string>
463    </property>
464   </action>
465   <action name="networkEditAction" >
466    <property name="text" >
467     <string>&amp;Edit</string>
468    </property>
469   </action>
470   <action name="networkRemoveAction" >
471    <property name="text" >
472     <string>&amp;Remove</string>
473    </property>
474   </action>
475   <action name="networkEnableAllAction" >
476    <property name="text" >
477     <string>E&amp;nable All</string>
478    </property>
479   </action>
480   <action name="networkDisableAllAction" >
481    <property name="text" >
482     <string>&amp;Disable All</string>
483    </property>
484   </action>
485   <action name="networkRemoveAllAction" >
486    <property name="text" >
487     <string>Re&amp;move All</string>
488    </property>
489   </action>
490   <action name="helpContentsAction" >
491    <property name="enabled" >
492     <bool>false</bool>
493    </property>
494    <property name="text" >
495     <string>&amp;Contents...</string>
496    </property>
497   </action>
498   <action name="helpIndexAction" >
499    <property name="enabled" >
500     <bool>false</bool>
501    </property>
502    <property name="text" >
503     <string>&amp;Index...</string>
504    </property>
505   </action>
506   <action name="helpAboutAction" >
507    <property name="text" >
508     <string>&amp;About</string>
509    </property>
510   </action>
511   <action name="actionWPS" >
512    <property name="enabled" >
513     <bool>false</bool>
514    </property>
515    <property name="text" >
516     <string>&amp;Wi-Fi Protected Setup</string>
517    </property>
518   </action>
519  </widget>
520  <layoutdefault spacing="6" margin="11" />
521  <pixmapfunction></pixmapfunction>
522  <includes>
523   <include location="global" >qtimer.h</include>
524   <include location="global" >qsocketnotifier.h</include>
525   <include location="local" >wpamsg.h</include>
526   <include location="local" >eventhistory.h</include>
527   <include location="local" >scanresults.h</include>
528  </includes>
529  <resources>
530   <include location="icons.qrc" />
531  </resources>
532  <connections/>
533 </ui>