~ubuntu-branches/ubuntu/quantal/qtmobility/quantal

« back to all changes in this revision

Viewing changes to examples/sysinfo/dialog_small_landscape.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-11-16 16:18:07 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20101116161807-k2dzt2nyse975r3l
Tags: 1.1.0-0ubuntu1
* New upstream release
* Syncronise with Debian, no remaining changes

Show diffs side-by-side

added added

removed removed

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