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