qtmobileextensions/examples/settingsmanagerex/settingsmanagerexwindow.ui
branchRCL_3
changeset 10 cd2778e5acfe
parent 9 5d007b20cfd0
child 11 19a54be74e5e
equal deleted inserted replaced
9:5d007b20cfd0 10:cd2778e5acfe
     1 <ui version="4.0" >
       
     2  <class>SettingsManagerExClass</class>
       
     3  <widget class="QMainWindow" name="SettingsManagerExClass" >
       
     4   <property name="geometry" >
       
     5    <rect>
       
     6     <x>0</x>
       
     7     <y>0</y>
       
     8     <width>277</width>
       
     9     <height>329</height>
       
    10    </rect>
       
    11   </property>
       
    12   <property name="windowTitle" >
       
    13    <string>MainWindow</string>
       
    14   </property>
       
    15   <widget class="QWidget" name="centralwidget" >
       
    16    <layout class="QVBoxLayout" name="verticalLayout" >
       
    17     <item>
       
    18      <widget class="QLabel" name="profileLabel" >
       
    19       <property name="text" >
       
    20        <string>Unknown profile</string>
       
    21       </property>
       
    22      </widget>
       
    23     </item>
       
    24     <item>
       
    25      <widget class="QLabel" name="chargerLabel" >
       
    26       <property name="text" >
       
    27        <string>Charger state is unknown</string>
       
    28       </property>
       
    29      </widget>
       
    30     </item>
       
    31     <item>
       
    32      <widget class="QLabel" name="testLabel" >
       
    33       <property name="text" >
       
    34        <string>No property items</string>
       
    35       </property>
       
    36      </widget>
       
    37     </item>
       
    38     <item>
       
    39      <spacer name="verticalSpacer" >
       
    40       <property name="orientation" >
       
    41        <enum>Qt::Vertical</enum>
       
    42       </property>
       
    43       <property name="sizeHint" stdset="0" >
       
    44        <size>
       
    45         <width>20</width>
       
    46         <height>40</height>
       
    47        </size>
       
    48       </property>
       
    49      </spacer>
       
    50     </item>
       
    51    </layout>
       
    52   </widget>
       
    53  </widget>
       
    54  <resources/>
       
    55  <connections/>
       
    56 </ui>