qtmobileextensions/examples/sysinfoex/sysinfoexwindow.ui
changeset 1 2b40d63a9c3d
equal deleted inserted replaced
0:cfcbf08528c4 1:2b40d63a9c3d
       
     1 <ui version="4.0" >
       
     2  <class>SysInfoExWindowClass</class>
       
     3  <widget class="QMainWindow" name="SysInfoExWindowClass" >
       
     4   <property name="geometry" >
       
     5    <rect>
       
     6     <x>0</x>
       
     7     <y>0</y>
       
     8     <width>528</width>
       
     9     <height>417</height>
       
    10    </rect>
       
    11   </property>
       
    12   <property name="windowTitle" >
       
    13    <string>SysInfoEx</string>
       
    14   </property>
       
    15   <widget class="QWidget" name="centralWidget" >
       
    16    <layout class="QVBoxLayout" name="verticalLayout" >
       
    17     <property name="spacing" >
       
    18      <number>0</number>
       
    19     </property>
       
    20     <property name="sizeConstraint" >
       
    21      <enum>QLayout::SetDefaultConstraint</enum>
       
    22     </property>
       
    23     <property name="margin" >
       
    24      <number>0</number>
       
    25     </property>
       
    26     <item>
       
    27      <widget class="QStackedWidget" name="stackedWidget" >
       
    28       <property name="sizePolicy" >
       
    29        <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
       
    30         <horstretch>0</horstretch>
       
    31         <verstretch>0</verstretch>
       
    32        </sizepolicy>
       
    33       </property>
       
    34       <property name="currentIndex" >
       
    35        <number>0</number>
       
    36       </property>
       
    37       <widget class="QWidget" name="page" >
       
    38        <layout class="QVBoxLayout" name="verticalLayout_4" >
       
    39         <item>
       
    40          <widget class="QLabel" name="modelLabel" >
       
    41           <property name="text" >
       
    42            <string>TextLabel</string>
       
    43           </property>
       
    44          </widget>
       
    45         </item>
       
    46         <item>
       
    47          <widget class="QLabel" name="manufacturerLabel" >
       
    48           <property name="text" >
       
    49            <string>TextLabel</string>
       
    50           </property>
       
    51          </widget>
       
    52         </item>
       
    53         <item>
       
    54          <widget class="QLabel" name="versionLabel" >
       
    55           <property name="text" >
       
    56            <string>TextLabel</string>
       
    57           </property>
       
    58          </widget>
       
    59         </item>
       
    60         <item>
       
    61          <widget class="QLabel" name="languageLabel" >
       
    62           <property name="text" >
       
    63            <string>TextLabel</string>
       
    64           </property>
       
    65          </widget>
       
    66         </item>
       
    67         <item>
       
    68          <widget class="QLabel" name="imeiLabel" >
       
    69           <property name="text" >
       
    70            <string>TextLabel</string>
       
    71           </property>
       
    72          </widget>
       
    73         </item>
       
    74         <item>
       
    75          <widget class="QLabel" name="imsiLabel" >
       
    76           <property name="text" >
       
    77            <string>TextLabel</string>
       
    78           </property>
       
    79          </widget>
       
    80         </item>
       
    81         <item>
       
    82          <spacer name="verticalSpacer_2" >
       
    83           <property name="orientation" >
       
    84            <enum>Qt::Vertical</enum>
       
    85           </property>
       
    86           <property name="sizeHint" stdset="0" >
       
    87            <size>
       
    88             <width>20</width>
       
    89             <height>276</height>
       
    90            </size>
       
    91           </property>
       
    92          </spacer>
       
    93         </item>
       
    94        </layout>
       
    95       </widget>
       
    96       <widget class="QWidget" name="page_2" >
       
    97        <layout class="QVBoxLayout" name="verticalLayout_3" >
       
    98         <item>
       
    99          <widget class="QLabel" name="signalStrengthLabel" >
       
   100           <property name="text" >
       
   101            <string>TextLabel</string>
       
   102           </property>
       
   103          </widget>
       
   104         </item>
       
   105         <item>
       
   106          <widget class="QLabel" name="batteryLevelLabel" >
       
   107           <property name="text" >
       
   108            <string>TextLabel</string>
       
   109           </property>
       
   110          </widget>
       
   111         </item>
       
   112         <item>
       
   113          <widget class="QLabel" name="diskSpaceLabel" >
       
   114           <property name="text" >
       
   115            <string>TextLabel</string>
       
   116           </property>
       
   117          </widget>
       
   118         </item>
       
   119         <item>
       
   120          <widget class="QLabel" name="criticalDiskSpaceLabel" >
       
   121           <property name="text" >
       
   122            <string>TextLabel</string>
       
   123           </property>
       
   124          </widget>
       
   125         </item>
       
   126         <item>
       
   127          <spacer name="verticalSpacer" >
       
   128           <property name="orientation" >
       
   129            <enum>Qt::Vertical</enum>
       
   130           </property>
       
   131           <property name="sizeHint" stdset="0" >
       
   132            <size>
       
   133             <width>20</width>
       
   134             <height>316</height>
       
   135            </size>
       
   136           </property>
       
   137          </spacer>
       
   138         </item>
       
   139        </layout>
       
   140       </widget>
       
   141       <widget class="QWidget" name="page_3" >
       
   142        <layout class="QVBoxLayout" name="verticalLayout_2" >
       
   143         <item>
       
   144          <widget class="QListWidget" name="listWidget" />
       
   145         </item>
       
   146        </layout>
       
   147       </widget>
       
   148      </widget>
       
   149     </item>
       
   150    </layout>
       
   151   </widget>
       
   152   <action name="actionSystemInfo" >
       
   153    <property name="text" >
       
   154     <string>System Info</string>
       
   155    </property>
       
   156   </action>
       
   157   <action name="actionSystemInfo2" >
       
   158    <property name="text" >
       
   159     <string>System Info 2</string>
       
   160    </property>
       
   161   </action>
       
   162   <action name="actionFeatureDiscover" >
       
   163    <property name="text" >
       
   164     <string>Feature Discover</string>
       
   165    </property>
       
   166   </action>
       
   167  </widget>
       
   168  <layoutdefault spacing="6" margin="11" />
       
   169  <resources/>
       
   170  <connections/>
       
   171 </ui>