qtmobility/examples/sensors/small_screen_sensors/freefallform.ui
changeset 4 90517678cc4f
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
       
     1 <ui version="4.0" >
       
     2  <class>FreeFallForm</class>
       
     3  <widget class="QWidget" name="FreeFallForm" >
       
     4   <property name="geometry" >
       
     5    <rect>
       
     6     <x>0</x>
       
     7     <y>0</y>
       
     8     <width>418</width>
       
     9     <height>356</height>
       
    10    </rect>
       
    11   </property>
       
    12   <property name="windowTitle" >
       
    13    <string>Form</string>
       
    14   </property>
       
    15   <layout class="QVBoxLayout" name="verticalLayout" >
       
    16    <item>
       
    17     <widget class="QPushButton" name="setupButton" >
       
    18      <property name="text" >
       
    19       <string>Setup free fall trigger</string>
       
    20      </property>
       
    21     </widget>
       
    22    </item>
       
    23    <item>
       
    24     <widget class="QLabel" name="dropItLabel" >
       
    25      <property name="text" >
       
    26       <string>Drop it!</string>
       
    27      </property>
       
    28      <property name="alignment" >
       
    29       <set>Qt::AlignCenter</set>
       
    30      </property>
       
    31     </widget>
       
    32    </item>
       
    33    <item>
       
    34     <spacer name="verticalSpacer_2" >
       
    35      <property name="orientation" >
       
    36       <enum>Qt::Vertical</enum>
       
    37      </property>
       
    38      <property name="sizeHint" stdset="0" >
       
    39       <size>
       
    40        <width>20</width>
       
    41        <height>40</height>
       
    42       </size>
       
    43      </property>
       
    44     </spacer>
       
    45    </item>
       
    46    <item>
       
    47     <layout class="QHBoxLayout" name="horizontalLayout" >
       
    48      <item>
       
    49       <widget class="QLabel" name="label" >
       
    50        <property name="sizePolicy" >
       
    51         <sizepolicy vsizetype="Preferred" hsizetype="Minimum" >
       
    52          <horstretch>0</horstretch>
       
    53          <verstretch>0</verstretch>
       
    54         </sizepolicy>
       
    55        </property>
       
    56        <property name="text" >
       
    57         <string>Free fall time (ms):</string>
       
    58        </property>
       
    59       </widget>
       
    60      </item>
       
    61      <item>
       
    62       <widget class="QLabel" name="freeFallTimeLabel" >
       
    63        <property name="sizePolicy" >
       
    64         <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
       
    65          <horstretch>0</horstretch>
       
    66          <verstretch>0</verstretch>
       
    67         </sizepolicy>
       
    68        </property>
       
    69        <property name="text" >
       
    70         <string>-</string>
       
    71        </property>
       
    72       </widget>
       
    73      </item>
       
    74     </layout>
       
    75    </item>
       
    76    <item>
       
    77     <layout class="QHBoxLayout" name="horizontalLayout_2" >
       
    78      <item>
       
    79       <widget class="QLabel" name="label_2" >
       
    80        <property name="sizePolicy" >
       
    81         <sizepolicy vsizetype="Preferred" hsizetype="Minimum" >
       
    82          <horstretch>0</horstretch>
       
    83          <verstretch>0</verstretch>
       
    84         </sizepolicy>
       
    85        </property>
       
    86        <property name="text" >
       
    87         <string>Height (m):</string>
       
    88        </property>
       
    89       </widget>
       
    90      </item>
       
    91      <item>
       
    92       <widget class="QLabel" name="freeFallHeightLabel" >
       
    93        <property name="sizePolicy" >
       
    94         <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
       
    95          <horstretch>0</horstretch>
       
    96          <verstretch>0</verstretch>
       
    97         </sizepolicy>
       
    98        </property>
       
    99        <property name="text" >
       
   100         <string>-</string>
       
   101        </property>
       
   102       </widget>
       
   103      </item>
       
   104     </layout>
       
   105    </item>
       
   106    <item>
       
   107     <spacer name="verticalSpacer" >
       
   108      <property name="orientation" >
       
   109       <enum>Qt::Vertical</enum>
       
   110      </property>
       
   111      <property name="sizeHint" stdset="0" >
       
   112       <size>
       
   113        <width>20</width>
       
   114        <height>40</height>
       
   115       </size>
       
   116      </property>
       
   117     </spacer>
       
   118    </item>
       
   119   </layout>
       
   120  </widget>
       
   121  <resources/>
       
   122  <connections/>
       
   123 </ui>