|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>BearerMonitor</class> |
|
4 <widget class="QWidget" name="BearerMonitor"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>640</width> |
|
10 <height>515</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>BearerMonitor</string> |
|
15 </property> |
|
16 <layout class="QGridLayout" name="gridLayout"> |
|
17 <item row="0" column="0"> |
|
18 <widget class="QGroupBox" name="systemState"> |
|
19 <property name="title"> |
|
20 <string>System State</string> |
|
21 </property> |
|
22 <property name="flat"> |
|
23 <bool>true</bool> |
|
24 </property> |
|
25 <layout class="QVBoxLayout" name="verticalLayout_4"> |
|
26 <property name="leftMargin"> |
|
27 <number>0</number> |
|
28 </property> |
|
29 <property name="rightMargin"> |
|
30 <number>0</number> |
|
31 </property> |
|
32 <property name="bottomMargin"> |
|
33 <number>0</number> |
|
34 </property> |
|
35 <item> |
|
36 <layout class="QHBoxLayout" name="onlineStateLayout"> |
|
37 <item> |
|
38 <widget class="QLabel" name="onlineStateLabel"> |
|
39 <property name="text"> |
|
40 <string>Online State:</string> |
|
41 </property> |
|
42 </widget> |
|
43 </item> |
|
44 <item> |
|
45 <widget class="QLabel" name="onlineState"> |
|
46 <property name="sizePolicy"> |
|
47 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred"> |
|
48 <horstretch>0</horstretch> |
|
49 <verstretch>0</verstretch> |
|
50 </sizepolicy> |
|
51 </property> |
|
52 <property name="text"> |
|
53 <string/> |
|
54 </property> |
|
55 </widget> |
|
56 </item> |
|
57 </layout> |
|
58 </item> |
|
59 </layout> |
|
60 </widget> |
|
61 </item> |
|
62 <item row="1" column="0"> |
|
63 <widget class="QGroupBox" name="groupBox"> |
|
64 <property name="title"> |
|
65 <string>Configurations</string> |
|
66 </property> |
|
67 <property name="flat"> |
|
68 <bool>true</bool> |
|
69 </property> |
|
70 <layout class="QHBoxLayout" name="horizontalLayout_9"> |
|
71 <property name="leftMargin"> |
|
72 <number>0</number> |
|
73 </property> |
|
74 <property name="rightMargin"> |
|
75 <number>0</number> |
|
76 </property> |
|
77 <property name="bottomMargin"> |
|
78 <number>0</number> |
|
79 </property> |
|
80 <item> |
|
81 <widget class="QTreeWidget" name="treeWidget"> |
|
82 <attribute name="headerVisible"> |
|
83 <bool>false</bool> |
|
84 </attribute> |
|
85 <column> |
|
86 <property name="text"> |
|
87 <string>1</string> |
|
88 </property> |
|
89 </column> |
|
90 </widget> |
|
91 </item> |
|
92 <item> |
|
93 <layout class="QVBoxLayout" name="verticalLayout"> |
|
94 <item> |
|
95 <layout class="QHBoxLayout" name="configurationNameLayout"> |
|
96 <item> |
|
97 <widget class="QLabel" name="configurationNameLabel"> |
|
98 <property name="text"> |
|
99 <string>Name:</string> |
|
100 </property> |
|
101 </widget> |
|
102 </item> |
|
103 <item> |
|
104 <widget class="QLabel" name="configurationName"> |
|
105 <property name="sizePolicy"> |
|
106 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred"> |
|
107 <horstretch>0</horstretch> |
|
108 <verstretch>0</verstretch> |
|
109 </sizepolicy> |
|
110 </property> |
|
111 <property name="text"> |
|
112 <string/> |
|
113 </property> |
|
114 </widget> |
|
115 </item> |
|
116 </layout> |
|
117 </item> |
|
118 <item> |
|
119 <layout class="QHBoxLayout" name="configurationStateLayout"> |
|
120 <item> |
|
121 <widget class="QLabel" name="configurationStateLabel"> |
|
122 <property name="text"> |
|
123 <string>State:</string> |
|
124 </property> |
|
125 </widget> |
|
126 </item> |
|
127 <item> |
|
128 <widget class="QLabel" name="configurationState"> |
|
129 <property name="sizePolicy"> |
|
130 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred"> |
|
131 <horstretch>0</horstretch> |
|
132 <verstretch>0</verstretch> |
|
133 </sizepolicy> |
|
134 </property> |
|
135 <property name="text"> |
|
136 <string/> |
|
137 </property> |
|
138 </widget> |
|
139 </item> |
|
140 </layout> |
|
141 </item> |
|
142 <item> |
|
143 <layout class="QHBoxLayout" name="configurationTypeLayout"> |
|
144 <item> |
|
145 <widget class="QLabel" name="configurationTypeLabel"> |
|
146 <property name="text"> |
|
147 <string>Type:</string> |
|
148 </property> |
|
149 </widget> |
|
150 </item> |
|
151 <item> |
|
152 <widget class="QLabel" name="configurationType"> |
|
153 <property name="sizePolicy"> |
|
154 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred"> |
|
155 <horstretch>0</horstretch> |
|
156 <verstretch>0</verstretch> |
|
157 </sizepolicy> |
|
158 </property> |
|
159 <property name="text"> |
|
160 <string>Invalid</string> |
|
161 </property> |
|
162 </widget> |
|
163 </item> |
|
164 </layout> |
|
165 </item> |
|
166 <item> |
|
167 <layout class="QHBoxLayout" name="configurationPurposeLayout"> |
|
168 <item> |
|
169 <widget class="QLabel" name="configurationPurposeLabel"> |
|
170 <property name="text"> |
|
171 <string>Purpose:</string> |
|
172 </property> |
|
173 </widget> |
|
174 </item> |
|
175 <item> |
|
176 <widget class="QLabel" name="configurationPurpose"> |
|
177 <property name="sizePolicy"> |
|
178 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred"> |
|
179 <horstretch>0</horstretch> |
|
180 <verstretch>0</verstretch> |
|
181 </sizepolicy> |
|
182 </property> |
|
183 <property name="text"> |
|
184 <string>Unknown</string> |
|
185 </property> |
|
186 </widget> |
|
187 </item> |
|
188 </layout> |
|
189 </item> |
|
190 <item> |
|
191 <layout class="QHBoxLayout" name="configurationIdentifierLayout"> |
|
192 <item> |
|
193 <widget class="QLabel" name="configurationIdentifierLabel"> |
|
194 <property name="text"> |
|
195 <string>Identifier:</string> |
|
196 </property> |
|
197 </widget> |
|
198 </item> |
|
199 <item> |
|
200 <widget class="QLabel" name="configurationIdentifier"> |
|
201 <property name="sizePolicy"> |
|
202 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred"> |
|
203 <horstretch>0</horstretch> |
|
204 <verstretch>0</verstretch> |
|
205 </sizepolicy> |
|
206 </property> |
|
207 <property name="text"> |
|
208 <string/> |
|
209 </property> |
|
210 </widget> |
|
211 </item> |
|
212 </layout> |
|
213 </item> |
|
214 <item> |
|
215 <layout class="QHBoxLayout" name="configurationRoamingLayout"> |
|
216 <item> |
|
217 <widget class="QLabel" name="configurationRoamingLabel"> |
|
218 <property name="text"> |
|
219 <string>Roaming:</string> |
|
220 </property> |
|
221 </widget> |
|
222 </item> |
|
223 <item> |
|
224 <widget class="QLabel" name="configurationRoaming"> |
|
225 <property name="sizePolicy"> |
|
226 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred"> |
|
227 <horstretch>0</horstretch> |
|
228 <verstretch>0</verstretch> |
|
229 </sizepolicy> |
|
230 </property> |
|
231 <property name="text"> |
|
232 <string/> |
|
233 </property> |
|
234 </widget> |
|
235 </item> |
|
236 </layout> |
|
237 </item> |
|
238 <item> |
|
239 <layout class="QHBoxLayout" name="configurationChildrenLayout"> |
|
240 <item> |
|
241 <widget class="QLabel" name="configurationChildrenLabel"> |
|
242 <property name="text"> |
|
243 <string>Children:</string> |
|
244 </property> |
|
245 </widget> |
|
246 </item> |
|
247 <item> |
|
248 <widget class="QLabel" name="configurationChildren"> |
|
249 <property name="sizePolicy"> |
|
250 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred"> |
|
251 <horstretch>0</horstretch> |
|
252 <verstretch>0</verstretch> |
|
253 </sizepolicy> |
|
254 </property> |
|
255 <property name="text"> |
|
256 <string/> |
|
257 </property> |
|
258 </widget> |
|
259 </item> |
|
260 </layout> |
|
261 </item> |
|
262 <item> |
|
263 <widget class="QGroupBox" name="nlaGroup"> |
|
264 <property name="title"> |
|
265 <string>Network Location Awareness</string> |
|
266 </property> |
|
267 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
268 <item> |
|
269 <widget class="QPushButton" name="registerButton"> |
|
270 <property name="text"> |
|
271 <string>Register</string> |
|
272 </property> |
|
273 </widget> |
|
274 </item> |
|
275 <item> |
|
276 <widget class="QPushButton" name="unregisterButton"> |
|
277 <property name="text"> |
|
278 <string>Unregister</string> |
|
279 </property> |
|
280 </widget> |
|
281 </item> |
|
282 </layout> |
|
283 </widget> |
|
284 </item> |
|
285 <item> |
|
286 <widget class="QPushButton" name="newSessionButton"> |
|
287 <property name="text"> |
|
288 <string>New Session</string> |
|
289 </property> |
|
290 </widget> |
|
291 </item> |
|
292 <item> |
|
293 <widget class="QPushButton" name="deleteSessionButton"> |
|
294 <property name="text"> |
|
295 <string>Delete Session</string> |
|
296 </property> |
|
297 </widget> |
|
298 </item> |
|
299 <item> |
|
300 <widget class="QPushButton" name="scanButton"> |
|
301 <property name="text"> |
|
302 <string>Scan</string> |
|
303 </property> |
|
304 </widget> |
|
305 </item> |
|
306 <item> |
|
307 <widget class="QProgressBar" name="progressBar"> |
|
308 <property name="maximum"> |
|
309 <number>0</number> |
|
310 </property> |
|
311 <property name="value"> |
|
312 <number>-1</number> |
|
313 </property> |
|
314 <property name="textVisible"> |
|
315 <bool>false</bool> |
|
316 </property> |
|
317 <property name="invertedAppearance"> |
|
318 <bool>false</bool> |
|
319 </property> |
|
320 <property name="format"> |
|
321 <string>%p%</string> |
|
322 </property> |
|
323 </widget> |
|
324 </item> |
|
325 <item> |
|
326 <spacer name="verticalSpacer"> |
|
327 <property name="orientation"> |
|
328 <enum>Qt::Vertical</enum> |
|
329 </property> |
|
330 <property name="sizeHint" stdset="0"> |
|
331 <size> |
|
332 <width>20</width> |
|
333 <height>40</height> |
|
334 </size> |
|
335 </property> |
|
336 </spacer> |
|
337 </item> |
|
338 </layout> |
|
339 </item> |
|
340 </layout> |
|
341 </widget> |
|
342 </item> |
|
343 <item row="2" column="0"> |
|
344 <widget class="QGroupBox" name="sessionGroup"> |
|
345 <property name="title"> |
|
346 <string>Sessions</string> |
|
347 </property> |
|
348 <property name="flat"> |
|
349 <bool>true</bool> |
|
350 </property> |
|
351 <layout class="QVBoxLayout" name="verticalLayout_3"> |
|
352 <property name="leftMargin"> |
|
353 <number>0</number> |
|
354 </property> |
|
355 <property name="rightMargin"> |
|
356 <number>0</number> |
|
357 </property> |
|
358 <property name="bottomMargin"> |
|
359 <number>0</number> |
|
360 </property> |
|
361 <item> |
|
362 <widget class="QTabWidget" name="tabWidget"> |
|
363 <property name="sizePolicy"> |
|
364 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
365 <horstretch>0</horstretch> |
|
366 <verstretch>0</verstretch> |
|
367 </sizepolicy> |
|
368 </property> |
|
369 <property name="currentIndex"> |
|
370 <number>0</number> |
|
371 </property> |
|
372 <widget class="QWidget" name="tab"> |
|
373 <attribute name="title"> |
|
374 <string>Session 1</string> |
|
375 </attribute> |
|
376 </widget> |
|
377 </widget> |
|
378 </item> |
|
379 </layout> |
|
380 </widget> |
|
381 </item> |
|
382 </layout> |
|
383 </widget> |
|
384 <resources/> |
|
385 <connections/> |
|
386 </ui> |