Warning, /education/marble/src/lib/marble/LatLonEdit.ui is written in an unsupported language. File is not indexed.

0001 <ui version="4.0" >
0002  <class>LatLonEditPrivate</class>
0003  <widget class="QWidget" name="LatLonEditPrivate" >
0004   <property name="geometry" >
0005    <rect>
0006     <x>0</x>
0007     <y>0</y>
0008     <width>434</width>
0009     <height>37</height>
0010    </rect>
0011   </property>
0012   <property name="sizePolicy" >
0013    <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
0014     <horstretch>0</horstretch>
0015     <verstretch>0</verstretch>
0016    </sizepolicy>
0017   </property>
0018   <layout class="QHBoxLayout" name="horizontalLayout" >
0019    <property name="margin">
0020     <number>0</number>
0021    </property>
0022    <item>
0023     <widget class="QSpinBox" name="m_intValueEditor" >
0024      <property name="alignment" >
0025       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0026      </property>
0027      <property name="suffix" >
0028       <string>°</string>
0029      </property>
0030     </widget>
0031    </item>
0032    <item>
0033     <widget class="QSpinBox" name="m_uintValueEditor" >
0034      <property name="alignment" >
0035       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0036      </property>
0037      <property name="suffix" >
0038       <string>′</string>
0039      </property>
0040      <property name="minimum" >
0041       <number>-1</number>
0042      </property>
0043      <property name="maximum" >
0044       <number>60</number>
0045      </property>
0046     </widget>
0047    </item>
0048    <item>
0049     <widget class="QDoubleSpinBox" name="m_floatValueEditor" >
0050      <property name="alignment" >
0051       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0052      </property>
0053      <property name="suffix" >
0054       <string>″</string>
0055      </property>
0056      <property name="decimals">
0057       <number>2</number>
0058      </property>
0059      <property name="minimum">
0060       <double>-1.0</double>
0061      </property>
0062      <property name="maximum" >
0063       <double>60.0</double>
0064      </property>
0065     </widget>
0066    </item>
0067    <item>
0068     <widget class="QComboBox" name="m_sign" >
0069      <property name="sizePolicy" >
0070       <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
0071        <horstretch>0</horstretch>
0072        <verstretch>0</verstretch>
0073       </sizepolicy>
0074      </property>
0075     </widget>
0076    </item>
0077   </layout>
0078  </widget>
0079  <resources/>
0080  <connections/>
0081 </ui>