|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>Dialog</class> |
|
4 <widget class="QWidget" name="Dialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>794</width> |
|
10 <height>529</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>System Information</string> |
|
15 </property> |
|
16 <layout class="QGridLayout" name="gridLayout"> |
|
17 <item row="0" column="0"> |
|
18 <widget class="QTabWidget" name="tabWidget"> |
|
19 <property name="sizePolicy"> |
|
20 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
21 <horstretch>0</horstretch> |
|
22 <verstretch>0</verstretch> |
|
23 </sizepolicy> |
|
24 </property> |
|
25 <property name="maximumSize"> |
|
26 <size> |
|
27 <width>770</width> |
|
28 <height>16777215</height> |
|
29 </size> |
|
30 </property> |
|
31 <property name="layoutDirection"> |
|
32 <enum>Qt::LeftToRight</enum> |
|
33 </property> |
|
34 <property name="autoFillBackground"> |
|
35 <bool>false</bool> |
|
36 </property> |
|
37 <property name="tabPosition"> |
|
38 <enum>QTabWidget::North</enum> |
|
39 </property> |
|
40 <property name="currentIndex"> |
|
41 <number>0</number> |
|
42 </property> |
|
43 <property name="documentMode"> |
|
44 <bool>true</bool> |
|
45 </property> |
|
46 <property name="tabsClosable"> |
|
47 <bool>false</bool> |
|
48 </property> |
|
49 <property name="movable"> |
|
50 <bool>false</bool> |
|
51 </property> |
|
52 <widget class="QWidget" name="generaltab"> |
|
53 <attribute name="title"> |
|
54 <string>General</string> |
|
55 </attribute> |
|
56 <layout class="QGridLayout" name="gridLayout_2"> |
|
57 <item row="0" column="0"> |
|
58 <widget class="QLabel" name="label"> |
|
59 <property name="sizePolicy"> |
|
60 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
61 <horstretch>0</horstretch> |
|
62 <verstretch>0</verstretch> |
|
63 </sizepolicy> |
|
64 </property> |
|
65 <property name="text"> |
|
66 <string>Current Language:</string> |
|
67 </property> |
|
68 </widget> |
|
69 </item> |
|
70 <item row="1" column="0"> |
|
71 <widget class="QLineEdit" name="curLanguageLineEdit"> |
|
72 <property name="sizePolicy"> |
|
73 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
|
74 <horstretch>0</horstretch> |
|
75 <verstretch>0</verstretch> |
|
76 </sizepolicy> |
|
77 </property> |
|
78 <property name="mouseTracking"> |
|
79 <bool>false</bool> |
|
80 </property> |
|
81 <property name="focusPolicy"> |
|
82 <enum>Qt::NoFocus</enum> |
|
83 </property> |
|
84 <property name="acceptDrops"> |
|
85 <bool>false</bool> |
|
86 </property> |
|
87 </widget> |
|
88 </item> |
|
89 <item row="2" column="0"> |
|
90 <widget class="QLabel" name="label_16"> |
|
91 <property name="sizePolicy"> |
|
92 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
93 <horstretch>0</horstretch> |
|
94 <verstretch>0</verstretch> |
|
95 </sizepolicy> |
|
96 </property> |
|
97 <property name="text"> |
|
98 <string>Current Country:</string> |
|
99 </property> |
|
100 </widget> |
|
101 </item> |
|
102 <item row="3" column="0"> |
|
103 <widget class="QLabel" name="countryCodeLabel"> |
|
104 <property name="sizePolicy"> |
|
105 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
106 <horstretch>0</horstretch> |
|
107 <verstretch>0</verstretch> |
|
108 </sizepolicy> |
|
109 </property> |
|
110 <property name="frameShape"> |
|
111 <enum>QFrame::StyledPanel</enum> |
|
112 </property> |
|
113 <property name="frameShadow"> |
|
114 <enum>QFrame::Sunken</enum> |
|
115 </property> |
|
116 <property name="text"> |
|
117 <string>TextLabel</string> |
|
118 </property> |
|
119 </widget> |
|
120 </item> |
|
121 <item row="4" column="0"> |
|
122 <widget class="QLabel" name="label_2"> |
|
123 <property name="sizePolicy"> |
|
124 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
125 <horstretch>0</horstretch> |
|
126 <verstretch>0</verstretch> |
|
127 </sizepolicy> |
|
128 </property> |
|
129 <property name="text"> |
|
130 <string>Available Languages:</string> |
|
131 </property> |
|
132 </widget> |
|
133 </item> |
|
134 <item row="4" column="1" rowspan="2"> |
|
135 <spacer name="horizontalSpacer_10"> |
|
136 <property name="orientation"> |
|
137 <enum>Qt::Horizontal</enum> |
|
138 </property> |
|
139 <property name="sizeHint" stdset="0"> |
|
140 <size> |
|
141 <width>357</width> |
|
142 <height>20</height> |
|
143 </size> |
|
144 </property> |
|
145 </spacer> |
|
146 </item> |
|
147 <item row="5" column="0"> |
|
148 <widget class="QComboBox" name="languagesComboBox"> |
|
149 <property name="sizePolicy"> |
|
150 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
|
151 <horstretch>0</horstretch> |
|
152 <verstretch>0</verstretch> |
|
153 </sizepolicy> |
|
154 </property> |
|
155 </widget> |
|
156 </item> |
|
157 <item row="6" column="0"> |
|
158 <spacer name="verticalSpacer_8"> |
|
159 <property name="orientation"> |
|
160 <enum>Qt::Vertical</enum> |
|
161 </property> |
|
162 <property name="sizeHint" stdset="0"> |
|
163 <size> |
|
164 <width>20</width> |
|
165 <height>291</height> |
|
166 </size> |
|
167 </property> |
|
168 </spacer> |
|
169 </item> |
|
170 </layout> |
|
171 </widget> |
|
172 <widget class="QWidget" name="generaltab_2"> |
|
173 <attribute name="title"> |
|
174 <string>General2</string> |
|
175 </attribute> |
|
176 <layout class="QGridLayout" name="gridLayout_14"> |
|
177 <item row="0" column="0"> |
|
178 <widget class="QComboBox" name="versionComboBox"> |
|
179 <property name="sizePolicy"> |
|
180 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
|
181 <horstretch>0</horstretch> |
|
182 <verstretch>0</verstretch> |
|
183 </sizepolicy> |
|
184 </property> |
|
185 <item> |
|
186 <property name="text"> |
|
187 <string/> |
|
188 </property> |
|
189 </item> |
|
190 <item> |
|
191 <property name="text"> |
|
192 <string>Os</string> |
|
193 </property> |
|
194 </item> |
|
195 <item> |
|
196 <property name="text"> |
|
197 <string>QtCore</string> |
|
198 </property> |
|
199 </item> |
|
200 <item> |
|
201 <property name="text"> |
|
202 <string>Firmware</string> |
|
203 </property> |
|
204 </item> |
|
205 </widget> |
|
206 </item> |
|
207 <item row="1" column="0"> |
|
208 <widget class="QLabel" name="label_3"> |
|
209 <property name="sizePolicy"> |
|
210 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
211 <horstretch>0</horstretch> |
|
212 <verstretch>0</verstretch> |
|
213 </sizepolicy> |
|
214 </property> |
|
215 <property name="text"> |
|
216 <string>Version</string> |
|
217 </property> |
|
218 </widget> |
|
219 </item> |
|
220 <item row="2" column="0"> |
|
221 <widget class="QLineEdit" name="versionLineEdit"> |
|
222 <property name="sizePolicy"> |
|
223 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
|
224 <horstretch>0</horstretch> |
|
225 <verstretch>0</verstretch> |
|
226 </sizepolicy> |
|
227 </property> |
|
228 <property name="mouseTracking"> |
|
229 <bool>false</bool> |
|
230 </property> |
|
231 <property name="focusPolicy"> |
|
232 <enum>Qt::NoFocus</enum> |
|
233 </property> |
|
234 <property name="acceptDrops"> |
|
235 <bool>false</bool> |
|
236 </property> |
|
237 </widget> |
|
238 </item> |
|
239 <item row="3" column="0"> |
|
240 <widget class="QComboBox" name="featureComboBox"> |
|
241 <property name="sizePolicy"> |
|
242 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
|
243 <horstretch>0</horstretch> |
|
244 <verstretch>0</verstretch> |
|
245 </sizepolicy> |
|
246 </property> |
|
247 <item> |
|
248 <property name="text"> |
|
249 <string/> |
|
250 </property> |
|
251 </item> |
|
252 <item> |
|
253 <property name="text"> |
|
254 <string>Bluetooth</string> |
|
255 </property> |
|
256 </item> |
|
257 <item> |
|
258 <property name="text"> |
|
259 <string>Camera</string> |
|
260 </property> |
|
261 </item> |
|
262 <item> |
|
263 <property name="text"> |
|
264 <string>FmRadio</string> |
|
265 </property> |
|
266 </item> |
|
267 <item> |
|
268 <property name="text"> |
|
269 <string>Irda</string> |
|
270 </property> |
|
271 </item> |
|
272 <item> |
|
273 <property name="text"> |
|
274 <string>Led</string> |
|
275 </property> |
|
276 </item> |
|
277 <item> |
|
278 <property name="text"> |
|
279 <string>Memcard</string> |
|
280 </property> |
|
281 </item> |
|
282 <item> |
|
283 <property name="text"> |
|
284 <string>Usb</string> |
|
285 </property> |
|
286 </item> |
|
287 <item> |
|
288 <property name="text"> |
|
289 <string>Vibrate</string> |
|
290 </property> |
|
291 </item> |
|
292 <item> |
|
293 <property name="text"> |
|
294 <string>WLan</string> |
|
295 </property> |
|
296 </item> |
|
297 <item> |
|
298 <property name="text"> |
|
299 <string>Sim</string> |
|
300 </property> |
|
301 </item> |
|
302 <item> |
|
303 <property name="text"> |
|
304 <string>Location</string> |
|
305 </property> |
|
306 </item> |
|
307 <item> |
|
308 <property name="text"> |
|
309 <string>VideoOut</string> |
|
310 </property> |
|
311 </item> |
|
312 <item> |
|
313 <property name="text"> |
|
314 <string>Haptics</string> |
|
315 </property> |
|
316 </item> |
|
317 </widget> |
|
318 </item> |
|
319 <item row="4" column="0"> |
|
320 <widget class="QLabel" name="label_4"> |
|
321 <property name="sizePolicy"> |
|
322 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
323 <horstretch>0</horstretch> |
|
324 <verstretch>0</verstretch> |
|
325 </sizepolicy> |
|
326 </property> |
|
327 <property name="text"> |
|
328 <string>Feature supported</string> |
|
329 </property> |
|
330 </widget> |
|
331 </item> |
|
332 <item row="4" column="1" rowspan="2"> |
|
333 <spacer name="horizontalSpacer_11"> |
|
334 <property name="orientation"> |
|
335 <enum>Qt::Horizontal</enum> |
|
336 </property> |
|
337 <property name="sizeHint" stdset="0"> |
|
338 <size> |
|
339 <width>359</width> |
|
340 <height>20</height> |
|
341 </size> |
|
342 </property> |
|
343 </spacer> |
|
344 </item> |
|
345 <item row="5" column="0"> |
|
346 <widget class="QLineEdit" name="featuresLineEdit"> |
|
347 <property name="sizePolicy"> |
|
348 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
|
349 <horstretch>0</horstretch> |
|
350 <verstretch>0</verstretch> |
|
351 </sizepolicy> |
|
352 </property> |
|
353 <property name="mouseTracking"> |
|
354 <bool>false</bool> |
|
355 </property> |
|
356 <property name="focusPolicy"> |
|
357 <enum>Qt::NoFocus</enum> |
|
358 </property> |
|
359 <property name="acceptDrops"> |
|
360 <bool>false</bool> |
|
361 </property> |
|
362 </widget> |
|
363 </item> |
|
364 <item row="6" column="0"> |
|
365 <spacer name="verticalSpacer_11"> |
|
366 <property name="orientation"> |
|
367 <enum>Qt::Vertical</enum> |
|
368 </property> |
|
369 <property name="sizeHint" stdset="0"> |
|
370 <size> |
|
371 <width>20</width> |
|
372 <height>343</height> |
|
373 </size> |
|
374 </property> |
|
375 </spacer> |
|
376 </item> |
|
377 </layout> |
|
378 </widget> |
|
379 <widget class="QWidget" name="sysdevicetab"> |
|
380 <attribute name="title"> |
|
381 <string>Device</string> |
|
382 </attribute> |
|
383 <layout class="QGridLayout" name="gridLayout_15"> |
|
384 <item row="0" column="0"> |
|
385 <layout class="QHBoxLayout" name="horizontalLayout_6"> |
|
386 <item> |
|
387 <widget class="QLabel" name="label_18"> |
|
388 <property name="sizePolicy"> |
|
389 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
390 <horstretch>0</horstretch> |
|
391 <verstretch>0</verstretch> |
|
392 </sizepolicy> |
|
393 </property> |
|
394 <property name="text"> |
|
395 <string>IMEI:</string> |
|
396 </property> |
|
397 </widget> |
|
398 </item> |
|
399 <item> |
|
400 <widget class="QLabel" name="ImeiLabel"> |
|
401 <property name="sizePolicy"> |
|
402 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
403 <horstretch>0</horstretch> |
|
404 <verstretch>0</verstretch> |
|
405 </sizepolicy> |
|
406 </property> |
|
407 <property name="frameShape"> |
|
408 <enum>QFrame::StyledPanel</enum> |
|
409 </property> |
|
410 <property name="frameShadow"> |
|
411 <enum>QFrame::Sunken</enum> |
|
412 </property> |
|
413 <property name="text"> |
|
414 <string>xx</string> |
|
415 </property> |
|
416 </widget> |
|
417 </item> |
|
418 </layout> |
|
419 </item> |
|
420 <item row="1" column="0"> |
|
421 <layout class="QHBoxLayout" name="horizontalLayout_7"> |
|
422 <item> |
|
423 <widget class="QLabel" name="label_19"> |
|
424 <property name="sizePolicy"> |
|
425 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
426 <horstretch>0</horstretch> |
|
427 <verstretch>0</verstretch> |
|
428 </sizepolicy> |
|
429 </property> |
|
430 <property name="text"> |
|
431 <string>IMSI:</string> |
|
432 </property> |
|
433 </widget> |
|
434 </item> |
|
435 <item> |
|
436 <widget class="QLabel" name="imsiLabel"> |
|
437 <property name="sizePolicy"> |
|
438 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
439 <horstretch>0</horstretch> |
|
440 <verstretch>0</verstretch> |
|
441 </sizepolicy> |
|
442 </property> |
|
443 <property name="frameShape"> |
|
444 <enum>QFrame::StyledPanel</enum> |
|
445 </property> |
|
446 <property name="frameShadow"> |
|
447 <enum>QFrame::Sunken</enum> |
|
448 </property> |
|
449 <property name="text"> |
|
450 <string>xx</string> |
|
451 </property> |
|
452 </widget> |
|
453 </item> |
|
454 </layout> |
|
455 </item> |
|
456 <item row="2" column="0"> |
|
457 <layout class="QHBoxLayout" name="horizontalLayout_8"> |
|
458 <item> |
|
459 <widget class="QLabel" name="label_34"> |
|
460 <property name="sizePolicy"> |
|
461 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
462 <horstretch>0</horstretch> |
|
463 <verstretch>0</verstretch> |
|
464 </sizepolicy> |
|
465 </property> |
|
466 <property name="text"> |
|
467 <string>Manufacturer:</string> |
|
468 </property> |
|
469 </widget> |
|
470 </item> |
|
471 <item> |
|
472 <widget class="QLabel" name="manufacturerLabel"> |
|
473 <property name="sizePolicy"> |
|
474 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
475 <horstretch>0</horstretch> |
|
476 <verstretch>0</verstretch> |
|
477 </sizepolicy> |
|
478 </property> |
|
479 <property name="frameShape"> |
|
480 <enum>QFrame::StyledPanel</enum> |
|
481 </property> |
|
482 <property name="frameShadow"> |
|
483 <enum>QFrame::Sunken</enum> |
|
484 </property> |
|
485 <property name="text"> |
|
486 <string>TextLabel</string> |
|
487 </property> |
|
488 </widget> |
|
489 </item> |
|
490 </layout> |
|
491 </item> |
|
492 <item row="2" column="1" rowspan="2"> |
|
493 <spacer name="horizontalSpacer_12"> |
|
494 <property name="orientation"> |
|
495 <enum>Qt::Horizontal</enum> |
|
496 </property> |
|
497 <property name="sizeHint" stdset="0"> |
|
498 <size> |
|
499 <width>359</width> |
|
500 <height>20</height> |
|
501 </size> |
|
502 </property> |
|
503 </spacer> |
|
504 </item> |
|
505 <item row="3" column="0"> |
|
506 <layout class="QHBoxLayout" name="horizontalLayout_9"> |
|
507 <item> |
|
508 <widget class="QLabel" name="label_35"> |
|
509 <property name="sizePolicy"> |
|
510 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
511 <horstretch>0</horstretch> |
|
512 <verstretch>0</verstretch> |
|
513 </sizepolicy> |
|
514 </property> |
|
515 <property name="text"> |
|
516 <string>Model</string> |
|
517 </property> |
|
518 </widget> |
|
519 </item> |
|
520 <item> |
|
521 <widget class="QLabel" name="modelLabel"> |
|
522 <property name="sizePolicy"> |
|
523 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
524 <horstretch>0</horstretch> |
|
525 <verstretch>0</verstretch> |
|
526 </sizepolicy> |
|
527 </property> |
|
528 <property name="frameShape"> |
|
529 <enum>QFrame::StyledPanel</enum> |
|
530 </property> |
|
531 <property name="frameShadow"> |
|
532 <enum>QFrame::Sunken</enum> |
|
533 </property> |
|
534 <property name="text"> |
|
535 <string>TextLabel</string> |
|
536 </property> |
|
537 </widget> |
|
538 </item> |
|
539 </layout> |
|
540 </item> |
|
541 <item row="4" column="0"> |
|
542 <layout class="QHBoxLayout" name="horizontalLayout_10"> |
|
543 <item> |
|
544 <widget class="QLabel" name="label_36"> |
|
545 <property name="sizePolicy"> |
|
546 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
547 <horstretch>0</horstretch> |
|
548 <verstretch>0</verstretch> |
|
549 </sizepolicy> |
|
550 </property> |
|
551 <property name="text"> |
|
552 <string>Product:</string> |
|
553 </property> |
|
554 </widget> |
|
555 </item> |
|
556 <item> |
|
557 <widget class="QLabel" name="productLabel"> |
|
558 <property name="sizePolicy"> |
|
559 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
560 <horstretch>0</horstretch> |
|
561 <verstretch>0</verstretch> |
|
562 </sizepolicy> |
|
563 </property> |
|
564 <property name="frameShape"> |
|
565 <enum>QFrame::StyledPanel</enum> |
|
566 </property> |
|
567 <property name="frameShadow"> |
|
568 <enum>QFrame::Sunken</enum> |
|
569 </property> |
|
570 <property name="text"> |
|
571 <string>TextLabel</string> |
|
572 </property> |
|
573 </widget> |
|
574 </item> |
|
575 </layout> |
|
576 </item> |
|
577 <item row="5" column="0"> |
|
578 <spacer name="verticalSpacer_13"> |
|
579 <property name="orientation"> |
|
580 <enum>Qt::Vertical</enum> |
|
581 </property> |
|
582 <property name="sizeHint" stdset="0"> |
|
583 <size> |
|
584 <width>20</width> |
|
585 <height>309</height> |
|
586 </size> |
|
587 </property> |
|
588 </spacer> |
|
589 </item> |
|
590 </layout> |
|
591 </widget> |
|
592 <widget class="QWidget" name="sysdevicetab_2"> |
|
593 <attribute name="title"> |
|
594 <string>Device2</string> |
|
595 </attribute> |
|
596 <layout class="QGridLayout" name="gridLayout_4"> |
|
597 <item row="0" column="0"> |
|
598 <widget class="QLabel" name="label_6"> |
|
599 <property name="text"> |
|
600 <string>Device Lock:</string> |
|
601 </property> |
|
602 </widget> |
|
603 </item> |
|
604 <item row="0" column="1"> |
|
605 <widget class="QPushButton" name="deviceLockPushButton"> |
|
606 <property name="enabled"> |
|
607 <bool>false</bool> |
|
608 </property> |
|
609 <property name="text"> |
|
610 <string/> |
|
611 </property> |
|
612 <property name="icon"> |
|
613 <iconset resource="examples.qrc"> |
|
614 <normaloff>:/unlocked/general_unlock.png</normaloff> |
|
615 <normalon>:/locked/general_locked.png</normalon>:/unlocked/general_unlock.png</iconset> |
|
616 </property> |
|
617 <property name="checkable"> |
|
618 <bool>true</bool> |
|
619 </property> |
|
620 </widget> |
|
621 </item> |
|
622 <item row="0" column="2" rowspan="2" colspan="2"> |
|
623 <spacer name="horizontalSpacer"> |
|
624 <property name="orientation"> |
|
625 <enum>Qt::Horizontal</enum> |
|
626 </property> |
|
627 <property name="sizeHint" stdset="0"> |
|
628 <size> |
|
629 <width>468</width> |
|
630 <height>20</height> |
|
631 </size> |
|
632 </property> |
|
633 </spacer> |
|
634 </item> |
|
635 <item row="1" column="0"> |
|
636 <widget class="QLabel" name="label_37"> |
|
637 <property name="sizePolicy"> |
|
638 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
639 <horstretch>0</horstretch> |
|
640 <verstretch>0</verstretch> |
|
641 </sizepolicy> |
|
642 </property> |
|
643 <property name="text"> |
|
644 <string>Sim status:</string> |
|
645 </property> |
|
646 </widget> |
|
647 </item> |
|
648 <item row="2" column="0"> |
|
649 <widget class="QLabel" name="simStatusLabel"> |
|
650 <property name="frameShape"> |
|
651 <enum>QFrame::StyledPanel</enum> |
|
652 </property> |
|
653 <property name="frameShadow"> |
|
654 <enum>QFrame::Sunken</enum> |
|
655 </property> |
|
656 <property name="text"> |
|
657 <string/> |
|
658 </property> |
|
659 </widget> |
|
660 </item> |
|
661 <item row="3" column="0" colspan="3"> |
|
662 <spacer name="verticalSpacer_14"> |
|
663 <property name="orientation"> |
|
664 <enum>Qt::Vertical</enum> |
|
665 </property> |
|
666 <property name="sizeHint" stdset="0"> |
|
667 <size> |
|
668 <width>20</width> |
|
669 <height>346</height> |
|
670 </size> |
|
671 </property> |
|
672 </spacer> |
|
673 </item> |
|
674 <item row="4" column="0"> |
|
675 <widget class="QLabel" name="label_38"> |
|
676 <property name="sizePolicy"> |
|
677 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
678 <horstretch>0</horstretch> |
|
679 <verstretch>0</verstretch> |
|
680 </sizepolicy> |
|
681 </property> |
|
682 <property name="text"> |
|
683 <string>current Profile:</string> |
|
684 </property> |
|
685 </widget> |
|
686 </item> |
|
687 <item row="5" column="0"> |
|
688 <widget class="QLabel" name="profileLabel"> |
|
689 <property name="frameShape"> |
|
690 <enum>QFrame::StyledPanel</enum> |
|
691 </property> |
|
692 <property name="frameShadow"> |
|
693 <enum>QFrame::Sunken</enum> |
|
694 </property> |
|
695 <property name="text"> |
|
696 <string/> |
|
697 </property> |
|
698 </widget> |
|
699 </item> |
|
700 <item row="6" column="0"> |
|
701 <widget class="QLabel" name="label_39"> |
|
702 <property name="sizePolicy"> |
|
703 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
704 <horstretch>0</horstretch> |
|
705 <verstretch>0</verstretch> |
|
706 </sizepolicy> |
|
707 </property> |
|
708 <property name="text"> |
|
709 <string>Input method:</string> |
|
710 </property> |
|
711 </widget> |
|
712 </item> |
|
713 <item row="6" column="3"> |
|
714 <spacer name="horizontalSpacer_13"> |
|
715 <property name="orientation"> |
|
716 <enum>Qt::Horizontal</enum> |
|
717 </property> |
|
718 <property name="sizeHint" stdset="0"> |
|
719 <size> |
|
720 <width>359</width> |
|
721 <height>20</height> |
|
722 </size> |
|
723 </property> |
|
724 </spacer> |
|
725 </item> |
|
726 <item row="7" column="0"> |
|
727 <widget class="QLabel" name="inputMethodLabel"> |
|
728 <property name="sizePolicy"> |
|
729 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
|
730 <horstretch>0</horstretch> |
|
731 <verstretch>0</verstretch> |
|
732 </sizepolicy> |
|
733 </property> |
|
734 <property name="frameShape"> |
|
735 <enum>QFrame::StyledPanel</enum> |
|
736 </property> |
|
737 <property name="frameShadow"> |
|
738 <enum>QFrame::Sunken</enum> |
|
739 </property> |
|
740 <property name="text"> |
|
741 <string>TextLabel</string> |
|
742 </property> |
|
743 <property name="wordWrap"> |
|
744 <bool>true</bool> |
|
745 </property> |
|
746 </widget> |
|
747 </item> |
|
748 </layout> |
|
749 </widget> |
|
750 <widget class="QWidget" name="sysdevicetab_3"> |
|
751 <attribute name="title"> |
|
752 <string>Device3</string> |
|
753 </attribute> |
|
754 <layout class="QGridLayout" name="gridLayout_17"> |
|
755 <item row="0" column="0"> |
|
756 <widget class="QLabel" name="powerStateLabel"> |
|
757 <property name="text"> |
|
758 <string>PowerState</string> |
|
759 </property> |
|
760 </widget> |
|
761 </item> |
|
762 <item row="1" column="0"> |
|
763 <widget class="QProgressBar" name="batteryLevelBar"> |
|
764 <property name="sizePolicy"> |
|
765 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
766 <horstretch>0</horstretch> |
|
767 <verstretch>0</verstretch> |
|
768 </sizepolicy> |
|
769 </property> |
|
770 <property name="maximum"> |
|
771 <number>100</number> |
|
772 </property> |
|
773 <property name="value"> |
|
774 <number>0</number> |
|
775 </property> |
|
776 </widget> |
|
777 </item> |
|
778 <item row="2" column="0"> |
|
779 <widget class="QRadioButton" name="radioButton"> |
|
780 <property name="sizePolicy"> |
|
781 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
782 <horstretch>0</horstretch> |
|
783 <verstretch>0</verstretch> |
|
784 </sizepolicy> |
|
785 </property> |
|
786 <property name="mouseTracking"> |
|
787 <bool>false</bool> |
|
788 </property> |
|
789 <property name="focusPolicy"> |
|
790 <enum>Qt::NoFocus</enum> |
|
791 </property> |
|
792 <property name="text"> |
|
793 <string>Unknown Power</string> |
|
794 </property> |
|
795 </widget> |
|
796 </item> |
|
797 <item row="3" column="0"> |
|
798 <widget class="QRadioButton" name="radioButton_2"> |
|
799 <property name="sizePolicy"> |
|
800 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
801 <horstretch>0</horstretch> |
|
802 <verstretch>0</verstretch> |
|
803 </sizepolicy> |
|
804 </property> |
|
805 <property name="mouseTracking"> |
|
806 <bool>false</bool> |
|
807 </property> |
|
808 <property name="focusPolicy"> |
|
809 <enum>Qt::NoFocus</enum> |
|
810 </property> |
|
811 <property name="text"> |
|
812 <string>Battery Power</string> |
|
813 </property> |
|
814 </widget> |
|
815 </item> |
|
816 <item row="3" column="1" rowspan="2"> |
|
817 <spacer name="horizontalSpacer_14"> |
|
818 <property name="orientation"> |
|
819 <enum>Qt::Horizontal</enum> |
|
820 </property> |
|
821 <property name="sizeHint" stdset="0"> |
|
822 <size> |
|
823 <width>359</width> |
|
824 <height>20</height> |
|
825 </size> |
|
826 </property> |
|
827 </spacer> |
|
828 </item> |
|
829 <item row="4" column="0"> |
|
830 <widget class="QRadioButton" name="radioButton_3"> |
|
831 <property name="sizePolicy"> |
|
832 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
833 <horstretch>0</horstretch> |
|
834 <verstretch>0</verstretch> |
|
835 </sizepolicy> |
|
836 </property> |
|
837 <property name="mouseTracking"> |
|
838 <bool>false</bool> |
|
839 </property> |
|
840 <property name="focusPolicy"> |
|
841 <enum>Qt::NoFocus</enum> |
|
842 </property> |
|
843 <property name="text"> |
|
844 <string>Wall Power</string> |
|
845 </property> |
|
846 </widget> |
|
847 </item> |
|
848 <item row="5" column="0"> |
|
849 <widget class="QRadioButton" name="radioButton_4"> |
|
850 <property name="sizePolicy"> |
|
851 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
852 <horstretch>0</horstretch> |
|
853 <verstretch>0</verstretch> |
|
854 </sizepolicy> |
|
855 </property> |
|
856 <property name="mouseTracking"> |
|
857 <bool>false</bool> |
|
858 </property> |
|
859 <property name="focusPolicy"> |
|
860 <enum>Qt::NoFocus</enum> |
|
861 </property> |
|
862 <property name="text"> |
|
863 <string>Wall Power charging Battery</string> |
|
864 </property> |
|
865 </widget> |
|
866 </item> |
|
867 <item row="6" column="0"> |
|
868 <spacer name="verticalSpacer_15"> |
|
869 <property name="orientation"> |
|
870 <enum>Qt::Vertical</enum> |
|
871 </property> |
|
872 <property name="sizeHint" stdset="0"> |
|
873 <size> |
|
874 <width>20</width> |
|
875 <height>315</height> |
|
876 </size> |
|
877 </property> |
|
878 </spacer> |
|
879 </item> |
|
880 </layout> |
|
881 </widget> |
|
882 <widget class="QWidget" name="sysdisplaytab"> |
|
883 <attribute name="title"> |
|
884 <string>Display</string> |
|
885 </attribute> |
|
886 <layout class="QGridLayout" name="gridLayout_18"> |
|
887 <item row="0" column="0"> |
|
888 <widget class="QLabel" name="label_40"> |
|
889 <property name="text"> |
|
890 <string>brightness</string> |
|
891 </property> |
|
892 </widget> |
|
893 </item> |
|
894 <item row="1" column="0"> |
|
895 <widget class="QLineEdit" name="brightnessLineEdit"> |
|
896 <property name="sizePolicy"> |
|
897 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
|
898 <horstretch>0</horstretch> |
|
899 <verstretch>0</verstretch> |
|
900 </sizepolicy> |
|
901 </property> |
|
902 <property name="mouseTracking"> |
|
903 <bool>false</bool> |
|
904 </property> |
|
905 <property name="focusPolicy"> |
|
906 <enum>Qt::NoFocus</enum> |
|
907 </property> |
|
908 <property name="acceptDrops"> |
|
909 <bool>false</bool> |
|
910 </property> |
|
911 </widget> |
|
912 </item> |
|
913 <item row="2" column="0"> |
|
914 <widget class="QLabel" name="label_41"> |
|
915 <property name="text"> |
|
916 <string>color depth</string> |
|
917 </property> |
|
918 </widget> |
|
919 </item> |
|
920 <item row="2" column="1"> |
|
921 <spacer name="horizontalSpacer_15"> |
|
922 <property name="orientation"> |
|
923 <enum>Qt::Horizontal</enum> |
|
924 </property> |
|
925 <property name="sizeHint" stdset="0"> |
|
926 <size> |
|
927 <width>357</width> |
|
928 <height>20</height> |
|
929 </size> |
|
930 </property> |
|
931 </spacer> |
|
932 </item> |
|
933 <item row="3" column="0"> |
|
934 <widget class="QLineEdit" name="colorDepthLineEdit"> |
|
935 <property name="sizePolicy"> |
|
936 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
|
937 <horstretch>0</horstretch> |
|
938 <verstretch>0</verstretch> |
|
939 </sizepolicy> |
|
940 </property> |
|
941 <property name="mouseTracking"> |
|
942 <bool>false</bool> |
|
943 </property> |
|
944 <property name="focusPolicy"> |
|
945 <enum>Qt::NoFocus</enum> |
|
946 </property> |
|
947 <property name="acceptDrops"> |
|
948 <bool>false</bool> |
|
949 </property> |
|
950 </widget> |
|
951 </item> |
|
952 <item row="4" column="0"> |
|
953 <spacer name="verticalSpacer_16"> |
|
954 <property name="orientation"> |
|
955 <enum>Qt::Vertical</enum> |
|
956 </property> |
|
957 <property name="sizeHint" stdset="0"> |
|
958 <size> |
|
959 <width>20</width> |
|
960 <height>371</height> |
|
961 </size> |
|
962 </property> |
|
963 </spacer> |
|
964 </item> |
|
965 </layout> |
|
966 </widget> |
|
967 <widget class="QWidget" name="sysmemorytab"> |
|
968 <attribute name="title"> |
|
969 <string>Storage</string> |
|
970 </attribute> |
|
971 <layout class="QGridLayout" name="gridLayout_19"> |
|
972 <item row="0" column="0"> |
|
973 <widget class="QTreeWidget" name="storageTreeWidget"> |
|
974 <column> |
|
975 <property name="text"> |
|
976 <string>Volume Name</string> |
|
977 </property> |
|
978 </column> |
|
979 <column> |
|
980 <property name="text"> |
|
981 <string>Type of Volume</string> |
|
982 </property> |
|
983 </column> |
|
984 <column> |
|
985 <property name="text"> |
|
986 <string>Total Disk Space</string> |
|
987 </property> |
|
988 </column> |
|
989 <column> |
|
990 <property name="text"> |
|
991 <string>Available Disk Space</string> |
|
992 </property> |
|
993 </column> |
|
994 </widget> |
|
995 </item> |
|
996 </layout> |
|
997 </widget> |
|
998 <widget class="QWidget" name="sysnetworktab"> |
|
999 <attribute name="title"> |
|
1000 <string>Network</string> |
|
1001 </attribute> |
|
1002 <layout class="QGridLayout" name="gridLayout_3"> |
|
1003 <item row="0" column="0"> |
|
1004 <widget class="QComboBox" name="netStatusComboBox"> |
|
1005 <property name="sizePolicy"> |
|
1006 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
|
1007 <horstretch>0</horstretch> |
|
1008 <verstretch>0</verstretch> |
|
1009 </sizepolicy> |
|
1010 </property> |
|
1011 <item> |
|
1012 <property name="text"> |
|
1013 <string/> |
|
1014 </property> |
|
1015 </item> |
|
1016 <item> |
|
1017 <property name="text"> |
|
1018 <string>Gsm</string> |
|
1019 </property> |
|
1020 </item> |
|
1021 <item> |
|
1022 <property name="text"> |
|
1023 <string>Cdma</string> |
|
1024 </property> |
|
1025 </item> |
|
1026 <item> |
|
1027 <property name="text"> |
|
1028 <string>Wcdma</string> |
|
1029 </property> |
|
1030 </item> |
|
1031 <item> |
|
1032 <property name="text"> |
|
1033 <string>Wlan</string> |
|
1034 </property> |
|
1035 </item> |
|
1036 <item> |
|
1037 <property name="text"> |
|
1038 <string>Ethernet</string> |
|
1039 </property> |
|
1040 </item> |
|
1041 <item> |
|
1042 <property name="text"> |
|
1043 <string>Bluetooth</string> |
|
1044 </property> |
|
1045 </item> |
|
1046 </widget> |
|
1047 </item> |
|
1048 <item row="1" column="0"> |
|
1049 <layout class="QHBoxLayout" name="horizontalLayout_28"> |
|
1050 <item> |
|
1051 <widget class="QLabel" name="label_42"> |
|
1052 <property name="sizePolicy"> |
|
1053 <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
|
1054 <horstretch>0</horstretch> |
|
1055 <verstretch>0</verstretch> |
|
1056 </sizepolicy> |
|
1057 </property> |
|
1058 <property name="text"> |
|
1059 <string>Network Status</string> |
|
1060 </property> |
|
1061 </widget> |
|
1062 </item> |
|
1063 <item> |
|
1064 <widget class="QLabel" name="cellNetworkStatusLabel"> |
|
1065 <property name="sizePolicy"> |
|
1066 <sizepolicy hsizetype="Ignored" vsizetype="Fixed"> |
|
1067 <horstretch>0</horstretch> |
|
1068 <verstretch>0</verstretch> |
|
1069 </sizepolicy> |
|
1070 </property> |
|
1071 <property name="frameShape"> |
|
1072 <enum>QFrame::StyledPanel</enum> |
|
1073 </property> |
|
1074 <property name="frameShadow"> |
|
1075 <enum>QFrame::Sunken</enum> |
|
1076 </property> |
|
1077 <property name="text"> |
|
1078 <string>.</string> |
|
1079 </property> |
|
1080 </widget> |
|
1081 </item> |
|
1082 </layout> |
|
1083 </item> |
|
1084 <item row="2" column="0"> |
|
1085 <widget class="QLabel" name="label_43"> |
|
1086 <property name="sizePolicy"> |
|
1087 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
1088 <horstretch>0</horstretch> |
|
1089 <verstretch>0</verstretch> |
|
1090 </sizepolicy> |
|
1091 </property> |
|
1092 <property name="text"> |
|
1093 <string>Network Signal Strength</string> |
|
1094 </property> |
|
1095 </widget> |
|
1096 </item> |
|
1097 <item row="3" column="0"> |
|
1098 <widget class="QProgressBar" name="signalLevelProgressBar"> |
|
1099 <property name="value"> |
|
1100 <number>0</number> |
|
1101 </property> |
|
1102 <property name="format"> |
|
1103 <string>%v</string> |
|
1104 </property> |
|
1105 </widget> |
|
1106 </item> |
|
1107 <item row="4" column="0"> |
|
1108 <layout class="QHBoxLayout" name="horizontalLayout_26"> |
|
1109 <item> |
|
1110 <widget class="QLabel" name="label_44"> |
|
1111 <property name="sizePolicy"> |
|
1112 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
1113 <horstretch>0</horstretch> |
|
1114 <verstretch>0</verstretch> |
|
1115 </sizepolicy> |
|
1116 </property> |
|
1117 <property name="text"> |
|
1118 <string>MAC address:</string> |
|
1119 </property> |
|
1120 </widget> |
|
1121 </item> |
|
1122 <item> |
|
1123 <widget class="QLabel" name="macAddressLabel"> |
|
1124 <property name="sizePolicy"> |
|
1125 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
1126 <horstretch>0</horstretch> |
|
1127 <verstretch>0</verstretch> |
|
1128 </sizepolicy> |
|
1129 </property> |
|
1130 <property name="frameShape"> |
|
1131 <enum>QFrame::StyledPanel</enum> |
|
1132 </property> |
|
1133 <property name="frameShadow"> |
|
1134 <enum>QFrame::Sunken</enum> |
|
1135 </property> |
|
1136 <property name="text"> |
|
1137 <string>.</string> |
|
1138 </property> |
|
1139 </widget> |
|
1140 </item> |
|
1141 </layout> |
|
1142 </item> |
|
1143 <item row="5" column="0"> |
|
1144 <layout class="QHBoxLayout" name="horizontalLayout_29"> |
|
1145 <item> |
|
1146 <widget class="QLabel" name="label_45"> |
|
1147 <property name="sizePolicy"> |
|
1148 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
1149 <horstretch>0</horstretch> |
|
1150 <verstretch>0</verstretch> |
|
1151 </sizepolicy> |
|
1152 </property> |
|
1153 <property name="text"> |
|
1154 <string>Interface Name:</string> |
|
1155 </property> |
|
1156 </widget> |
|
1157 </item> |
|
1158 <item> |
|
1159 <widget class="QLabel" name="InterfaceLabel"> |
|
1160 <property name="sizePolicy"> |
|
1161 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
1162 <horstretch>0</horstretch> |
|
1163 <verstretch>0</verstretch> |
|
1164 </sizepolicy> |
|
1165 </property> |
|
1166 <property name="frameShape"> |
|
1167 <enum>QFrame::StyledPanel</enum> |
|
1168 </property> |
|
1169 <property name="frameShadow"> |
|
1170 <enum>QFrame::Sunken</enum> |
|
1171 </property> |
|
1172 <property name="text"> |
|
1173 <string>.</string> |
|
1174 </property> |
|
1175 </widget> |
|
1176 </item> |
|
1177 </layout> |
|
1178 </item> |
|
1179 <item row="6" column="0"> |
|
1180 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
1181 <item> |
|
1182 <widget class="QLabel" name="label_5"> |
|
1183 <property name="text"> |
|
1184 <string>Network Mode:</string> |
|
1185 </property> |
|
1186 </widget> |
|
1187 </item> |
|
1188 <item> |
|
1189 <widget class="QLabel" name="primaryModeLabel"> |
|
1190 <property name="frameShape"> |
|
1191 <enum>QFrame::StyledPanel</enum> |
|
1192 </property> |
|
1193 <property name="frameShadow"> |
|
1194 <enum>QFrame::Sunken</enum> |
|
1195 </property> |
|
1196 <property name="text"> |
|
1197 <string>.</string> |
|
1198 </property> |
|
1199 </widget> |
|
1200 </item> |
|
1201 </layout> |
|
1202 </item> |
|
1203 <item row="7" column="0"> |
|
1204 <spacer name="verticalSpacer_17"> |
|
1205 <property name="orientation"> |
|
1206 <enum>Qt::Vertical</enum> |
|
1207 </property> |
|
1208 <property name="sizeHint" stdset="0"> |
|
1209 <size> |
|
1210 <width>20</width> |
|
1211 <height>188</height> |
|
1212 </size> |
|
1213 </property> |
|
1214 </spacer> |
|
1215 </item> |
|
1216 </layout> |
|
1217 </widget> |
|
1218 <widget class="QWidget" name="sysnetworktab_2"> |
|
1219 <attribute name="title"> |
|
1220 <string>Network2</string> |
|
1221 </attribute> |
|
1222 <layout class="QGridLayout" name="gridLayout_21"> |
|
1223 <item row="0" column="0"> |
|
1224 <layout class="QHBoxLayout" name="horizontalLayout_41"> |
|
1225 <item> |
|
1226 <widget class="QLabel" name="label_46"> |
|
1227 <property name="sizePolicy"> |
|
1228 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
1229 <horstretch>0</horstretch> |
|
1230 <verstretch>0</verstretch> |
|
1231 </sizepolicy> |
|
1232 </property> |
|
1233 <property name="text"> |
|
1234 <string>Network Name</string> |
|
1235 </property> |
|
1236 </widget> |
|
1237 </item> |
|
1238 <item> |
|
1239 <widget class="QLabel" name="operatorNameLabel"> |
|
1240 <property name="sizePolicy"> |
|
1241 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
1242 <horstretch>0</horstretch> |
|
1243 <verstretch>0</verstretch> |
|
1244 </sizepolicy> |
|
1245 </property> |
|
1246 <property name="frameShape"> |
|
1247 <enum>QFrame::StyledPanel</enum> |
|
1248 </property> |
|
1249 <property name="frameShadow"> |
|
1250 <enum>QFrame::Sunken</enum> |
|
1251 </property> |
|
1252 <property name="text"> |
|
1253 <string>.</string> |
|
1254 </property> |
|
1255 </widget> |
|
1256 </item> |
|
1257 </layout> |
|
1258 </item> |
|
1259 <item row="1" column="0"> |
|
1260 <layout class="QHBoxLayout" name="horizontalLayout_42"> |
|
1261 <item> |
|
1262 <widget class="QLabel" name="label_47"> |
|
1263 <property name="sizePolicy"> |
|
1264 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
1265 <horstretch>0</horstretch> |
|
1266 <verstretch>0</verstretch> |
|
1267 </sizepolicy> |
|
1268 </property> |
|
1269 <property name="text"> |
|
1270 <string>Cell Id:</string> |
|
1271 </property> |
|
1272 </widget> |
|
1273 </item> |
|
1274 <item> |
|
1275 <widget class="QLabel" name="cellIdLabel"> |
|
1276 <property name="sizePolicy"> |
|
1277 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
1278 <horstretch>0</horstretch> |
|
1279 <verstretch>0</verstretch> |
|
1280 </sizepolicy> |
|
1281 </property> |
|
1282 <property name="frameShape"> |
|
1283 <enum>QFrame::StyledPanel</enum> |
|
1284 </property> |
|
1285 <property name="frameShadow"> |
|
1286 <enum>QFrame::Sunken</enum> |
|
1287 </property> |
|
1288 <property name="text"> |
|
1289 <string>.</string> |
|
1290 </property> |
|
1291 </widget> |
|
1292 </item> |
|
1293 </layout> |
|
1294 </item> |
|
1295 <item row="1" column="1" rowspan="2"> |
|
1296 <spacer name="horizontalSpacer_17"> |
|
1297 <property name="orientation"> |
|
1298 <enum>Qt::Horizontal</enum> |
|
1299 </property> |
|
1300 <property name="sizeHint" stdset="0"> |
|
1301 <size> |
|
1302 <width>357</width> |
|
1303 <height>20</height> |
|
1304 </size> |
|
1305 </property> |
|
1306 </spacer> |
|
1307 </item> |
|
1308 <item row="2" column="0"> |
|
1309 <layout class="QHBoxLayout" name="horizontalLayout_43"> |
|
1310 <item> |
|
1311 <widget class="QLabel" name="label_48"> |
|
1312 <property name="sizePolicy"> |
|
1313 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
1314 <horstretch>0</horstretch> |
|
1315 <verstretch>0</verstretch> |
|
1316 </sizepolicy> |
|
1317 </property> |
|
1318 <property name="text"> |
|
1319 <string>Location Area Code</string> |
|
1320 </property> |
|
1321 </widget> |
|
1322 </item> |
|
1323 <item> |
|
1324 <widget class="QLabel" name="locationAreaCodeLabel"> |
|
1325 <property name="sizePolicy"> |
|
1326 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
1327 <horstretch>0</horstretch> |
|
1328 <verstretch>0</verstretch> |
|
1329 </sizepolicy> |
|
1330 </property> |
|
1331 <property name="frameShape"> |
|
1332 <enum>QFrame::StyledPanel</enum> |
|
1333 </property> |
|
1334 <property name="frameShadow"> |
|
1335 <enum>QFrame::Sunken</enum> |
|
1336 </property> |
|
1337 <property name="text"> |
|
1338 <string>.</string> |
|
1339 </property> |
|
1340 </widget> |
|
1341 </item> |
|
1342 </layout> |
|
1343 </item> |
|
1344 <item row="3" column="0"> |
|
1345 <spacer name="verticalSpacer_18"> |
|
1346 <property name="orientation"> |
|
1347 <enum>Qt::Vertical</enum> |
|
1348 </property> |
|
1349 <property name="sizeHint" stdset="0"> |
|
1350 <size> |
|
1351 <width>20</width> |
|
1352 <height>309</height> |
|
1353 </size> |
|
1354 </property> |
|
1355 </spacer> |
|
1356 </item> |
|
1357 </layout> |
|
1358 </widget> |
|
1359 <widget class="QWidget" name="sysnetworktab_3"> |
|
1360 <attribute name="title"> |
|
1361 <string>Network3</string> |
|
1362 </attribute> |
|
1363 <layout class="QGridLayout" name="gridLayout_22"> |
|
1364 <item row="0" column="0"> |
|
1365 <layout class="QHBoxLayout" name="horizontalLayout_44"> |
|
1366 <item> |
|
1367 <widget class="QLabel" name="label_49"> |
|
1368 <property name="sizePolicy"> |
|
1369 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
1370 <horstretch>0</horstretch> |
|
1371 <verstretch>0</verstretch> |
|
1372 </sizepolicy> |
|
1373 </property> |
|
1374 <property name="text"> |
|
1375 <string>Current MMC:</string> |
|
1376 </property> |
|
1377 </widget> |
|
1378 </item> |
|
1379 <item> |
|
1380 <widget class="QLabel" name="currentMMCLabel"> |
|
1381 <property name="sizePolicy"> |
|
1382 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
1383 <horstretch>0</horstretch> |
|
1384 <verstretch>0</verstretch> |
|
1385 </sizepolicy> |
|
1386 </property> |
|
1387 <property name="frameShape"> |
|
1388 <enum>QFrame::StyledPanel</enum> |
|
1389 </property> |
|
1390 <property name="frameShadow"> |
|
1391 <enum>QFrame::Sunken</enum> |
|
1392 </property> |
|
1393 <property name="text"> |
|
1394 <string>.</string> |
|
1395 </property> |
|
1396 </widget> |
|
1397 </item> |
|
1398 </layout> |
|
1399 </item> |
|
1400 <item row="1" column="0"> |
|
1401 <layout class="QHBoxLayout" name="horizontalLayout_45"> |
|
1402 <item> |
|
1403 <widget class="QLabel" name="label_50"> |
|
1404 <property name="sizePolicy"> |
|
1405 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
1406 <horstretch>0</horstretch> |
|
1407 <verstretch>0</verstretch> |
|
1408 </sizepolicy> |
|
1409 </property> |
|
1410 <property name="text"> |
|
1411 <string>Current MNC:</string> |
|
1412 </property> |
|
1413 </widget> |
|
1414 </item> |
|
1415 <item> |
|
1416 <widget class="QLabel" name="currentMNCLabel"> |
|
1417 <property name="sizePolicy"> |
|
1418 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
1419 <horstretch>0</horstretch> |
|
1420 <verstretch>0</verstretch> |
|
1421 </sizepolicy> |
|
1422 </property> |
|
1423 <property name="frameShape"> |
|
1424 <enum>QFrame::StyledPanel</enum> |
|
1425 </property> |
|
1426 <property name="frameShadow"> |
|
1427 <enum>QFrame::Sunken</enum> |
|
1428 </property> |
|
1429 <property name="text"> |
|
1430 <string>.</string> |
|
1431 </property> |
|
1432 </widget> |
|
1433 </item> |
|
1434 </layout> |
|
1435 </item> |
|
1436 <item row="2" column="0"> |
|
1437 <layout class="QHBoxLayout" name="horizontalLayout_46"> |
|
1438 <item> |
|
1439 <widget class="QLabel" name="label_51"> |
|
1440 <property name="sizePolicy"> |
|
1441 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
1442 <horstretch>0</horstretch> |
|
1443 <verstretch>0</verstretch> |
|
1444 </sizepolicy> |
|
1445 </property> |
|
1446 <property name="text"> |
|
1447 <string>Home MMC:</string> |
|
1448 </property> |
|
1449 </widget> |
|
1450 </item> |
|
1451 <item> |
|
1452 <widget class="QLabel" name="homeMMCLabel"> |
|
1453 <property name="sizePolicy"> |
|
1454 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
1455 <horstretch>0</horstretch> |
|
1456 <verstretch>0</verstretch> |
|
1457 </sizepolicy> |
|
1458 </property> |
|
1459 <property name="frameShape"> |
|
1460 <enum>QFrame::StyledPanel</enum> |
|
1461 </property> |
|
1462 <property name="frameShadow"> |
|
1463 <enum>QFrame::Sunken</enum> |
|
1464 </property> |
|
1465 <property name="text"> |
|
1466 <string>.</string> |
|
1467 </property> |
|
1468 </widget> |
|
1469 </item> |
|
1470 </layout> |
|
1471 </item> |
|
1472 <item row="2" column="1"> |
|
1473 <spacer name="horizontalSpacer_18"> |
|
1474 <property name="orientation"> |
|
1475 <enum>Qt::Horizontal</enum> |
|
1476 </property> |
|
1477 <property name="sizeHint" stdset="0"> |
|
1478 <size> |
|
1479 <width>359</width> |
|
1480 <height>20</height> |
|
1481 </size> |
|
1482 </property> |
|
1483 </spacer> |
|
1484 </item> |
|
1485 <item row="3" column="0"> |
|
1486 <layout class="QHBoxLayout" name="horizontalLayout_47"> |
|
1487 <item> |
|
1488 <widget class="QLabel" name="label_52"> |
|
1489 <property name="sizePolicy"> |
|
1490 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
1491 <horstretch>0</horstretch> |
|
1492 <verstretch>0</verstretch> |
|
1493 </sizepolicy> |
|
1494 </property> |
|
1495 <property name="text"> |
|
1496 <string>Home MNC:</string> |
|
1497 </property> |
|
1498 </widget> |
|
1499 </item> |
|
1500 <item> |
|
1501 <widget class="QLabel" name="homeMNCLabel"> |
|
1502 <property name="sizePolicy"> |
|
1503 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
1504 <horstretch>0</horstretch> |
|
1505 <verstretch>0</verstretch> |
|
1506 </sizepolicy> |
|
1507 </property> |
|
1508 <property name="frameShape"> |
|
1509 <enum>QFrame::StyledPanel</enum> |
|
1510 </property> |
|
1511 <property name="frameShadow"> |
|
1512 <enum>QFrame::Sunken</enum> |
|
1513 </property> |
|
1514 <property name="text"> |
|
1515 <string>.</string> |
|
1516 </property> |
|
1517 </widget> |
|
1518 </item> |
|
1519 </layout> |
|
1520 </item> |
|
1521 <item row="4" column="0"> |
|
1522 <spacer name="verticalSpacer_19"> |
|
1523 <property name="orientation"> |
|
1524 <enum>Qt::Vertical</enum> |
|
1525 </property> |
|
1526 <property name="sizeHint" stdset="0"> |
|
1527 <size> |
|
1528 <width>20</width> |
|
1529 <height>378</height> |
|
1530 </size> |
|
1531 </property> |
|
1532 </spacer> |
|
1533 </item> |
|
1534 </layout> |
|
1535 </widget> |
|
1536 <widget class="QWidget" name="screenTab"> |
|
1537 <attribute name="title"> |
|
1538 <string>Screen Saver</string> |
|
1539 </attribute> |
|
1540 <layout class="QGridLayout" name="gridLayout_23"> |
|
1541 <item row="0" column="0"> |
|
1542 <widget class="QCheckBox" name="saverInhibitedCheckBox"> |
|
1543 <property name="sizePolicy"> |
|
1544 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
1545 <horstretch>0</horstretch> |
|
1546 <verstretch>0</verstretch> |
|
1547 </sizepolicy> |
|
1548 </property> |
|
1549 <property name="text"> |
|
1550 <string>Screen Saver Inhibited</string> |
|
1551 </property> |
|
1552 </widget> |
|
1553 </item> |
|
1554 <item row="1" column="0"> |
|
1555 <spacer name="verticalSpacer_20"> |
|
1556 <property name="orientation"> |
|
1557 <enum>Qt::Vertical</enum> |
|
1558 </property> |
|
1559 <property name="sizeHint" stdset="0"> |
|
1560 <size> |
|
1561 <width>20</width> |
|
1562 <height>40</height> |
|
1563 </size> |
|
1564 </property> |
|
1565 </spacer> |
|
1566 </item> |
|
1567 </layout> |
|
1568 </widget> |
|
1569 </widget> |
|
1570 </item> |
|
1571 </layout> |
|
1572 </widget> |
|
1573 <resources> |
|
1574 <include location="examples.qrc"/> |
|
1575 </resources> |
|
1576 <connections/> |
|
1577 </ui> |