qtmobility/examples/sensors/small_screen_sensors/accelerationform.ui
changeset 4 90517678cc4f
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
       
     1 <ui version="4.0" >
       
     2  <class>AccelerationForm</class>
       
     3  <widget class="QWidget" name="AccelerationForm" >
       
     4   <property name="geometry" >
       
     5    <rect>
       
     6     <x>0</x>
       
     7     <y>0</y>
       
     8     <width>400</width>
       
     9     <height>300</height>
       
    10    </rect>
       
    11   </property>
       
    12   <property name="windowTitle" >
       
    13    <string>Form</string>
       
    14   </property>
       
    15   <layout class="QVBoxLayout" name="verticalLayout" >
       
    16    <item>
       
    17     <spacer name="verticalSpacer_4" >
       
    18      <property name="orientation" >
       
    19       <enum>Qt::Vertical</enum>
       
    20      </property>
       
    21      <property name="sizeHint" stdset="0" >
       
    22       <size>
       
    23        <width>20</width>
       
    24        <height>40</height>
       
    25       </size>
       
    26      </property>
       
    27     </spacer>
       
    28    </item>
       
    29    <item>
       
    30     <widget class="QLabel" name="labelX" >
       
    31      <property name="sizePolicy" >
       
    32       <sizepolicy vsizetype="Minimum" hsizetype="Preferred" >
       
    33        <horstretch>0</horstretch>
       
    34        <verstretch>0</verstretch>
       
    35       </sizepolicy>
       
    36      </property>
       
    37      <property name="text" >
       
    38       <string>X = 0</string>
       
    39      </property>
       
    40      <property name="alignment" >
       
    41       <set>Qt::AlignBottom|Qt::AlignHCenter</set>
       
    42      </property>
       
    43     </widget>
       
    44    </item>
       
    45    <item>
       
    46     <widget class="QSlider" name="horizontalSliderX" >
       
    47      <property name="sizePolicy" >
       
    48       <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
       
    49        <horstretch>0</horstretch>
       
    50        <verstretch>0</verstretch>
       
    51       </sizepolicy>
       
    52      </property>
       
    53      <property name="minimum" >
       
    54       <number>-100</number>
       
    55      </property>
       
    56      <property name="maximum" >
       
    57       <number>100</number>
       
    58      </property>
       
    59      <property name="orientation" >
       
    60       <enum>Qt::Horizontal</enum>
       
    61      </property>
       
    62     </widget>
       
    63    </item>
       
    64    <item>
       
    65     <spacer name="verticalSpacer_2" >
       
    66      <property name="orientation" >
       
    67       <enum>Qt::Vertical</enum>
       
    68      </property>
       
    69      <property name="sizeHint" stdset="0" >
       
    70       <size>
       
    71        <width>20</width>
       
    72        <height>40</height>
       
    73       </size>
       
    74      </property>
       
    75     </spacer>
       
    76    </item>
       
    77    <item>
       
    78     <widget class="QLabel" name="labelY" >
       
    79      <property name="sizePolicy" >
       
    80       <sizepolicy vsizetype="Minimum" hsizetype="Preferred" >
       
    81        <horstretch>0</horstretch>
       
    82        <verstretch>0</verstretch>
       
    83       </sizepolicy>
       
    84      </property>
       
    85      <property name="text" >
       
    86       <string>Y = 0</string>
       
    87      </property>
       
    88      <property name="alignment" >
       
    89       <set>Qt::AlignBottom|Qt::AlignHCenter</set>
       
    90      </property>
       
    91     </widget>
       
    92    </item>
       
    93    <item>
       
    94     <widget class="QSlider" name="horizontalSliderY" >
       
    95      <property name="sizePolicy" >
       
    96       <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
       
    97        <horstretch>0</horstretch>
       
    98        <verstretch>0</verstretch>
       
    99       </sizepolicy>
       
   100      </property>
       
   101      <property name="minimum" >
       
   102       <number>-100</number>
       
   103      </property>
       
   104      <property name="maximum" >
       
   105       <number>100</number>
       
   106      </property>
       
   107      <property name="orientation" >
       
   108       <enum>Qt::Horizontal</enum>
       
   109      </property>
       
   110      <property name="invertedAppearance" >
       
   111       <bool>false</bool>
       
   112      </property>
       
   113     </widget>
       
   114    </item>
       
   115    <item>
       
   116     <spacer name="verticalSpacer" >
       
   117      <property name="orientation" >
       
   118       <enum>Qt::Vertical</enum>
       
   119      </property>
       
   120      <property name="sizeHint" stdset="0" >
       
   121       <size>
       
   122        <width>20</width>
       
   123        <height>40</height>
       
   124       </size>
       
   125      </property>
       
   126     </spacer>
       
   127    </item>
       
   128    <item>
       
   129     <widget class="QLabel" name="labelZ" >
       
   130      <property name="sizePolicy" >
       
   131       <sizepolicy vsizetype="Minimum" hsizetype="Preferred" >
       
   132        <horstretch>0</horstretch>
       
   133        <verstretch>0</verstretch>
       
   134       </sizepolicy>
       
   135      </property>
       
   136      <property name="text" >
       
   137       <string>Z = 0</string>
       
   138      </property>
       
   139      <property name="alignment" >
       
   140       <set>Qt::AlignBottom|Qt::AlignHCenter</set>
       
   141      </property>
       
   142     </widget>
       
   143    </item>
       
   144    <item>
       
   145     <widget class="QSlider" name="horizontalSliderZ" >
       
   146      <property name="sizePolicy" >
       
   147       <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
       
   148        <horstretch>0</horstretch>
       
   149        <verstretch>0</verstretch>
       
   150       </sizepolicy>
       
   151      </property>
       
   152      <property name="minimum" >
       
   153       <number>-100</number>
       
   154      </property>
       
   155      <property name="maximum" >
       
   156       <number>100</number>
       
   157      </property>
       
   158      <property name="orientation" >
       
   159       <enum>Qt::Horizontal</enum>
       
   160      </property>
       
   161     </widget>
       
   162    </item>
       
   163    <item>
       
   164     <spacer name="verticalSpacer_3" >
       
   165      <property name="orientation" >
       
   166       <enum>Qt::Vertical</enum>
       
   167      </property>
       
   168      <property name="sizeHint" stdset="0" >
       
   169       <size>
       
   170        <width>20</width>
       
   171        <height>40</height>
       
   172       </size>
       
   173      </property>
       
   174     </spacer>
       
   175    </item>
       
   176   </layout>
       
   177  </widget>
       
   178  <resources/>
       
   179  <connections/>
       
   180 </ui>