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