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

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>LatLonBoxWidget</class>
0004  <widget class="QWidget" name="LatLonBoxWidget">
0005   <property name="enabled">
0006    <bool>true</bool>
0007   </property>
0008   <property name="geometry">
0009    <rect>
0010     <x>0</x>
0011     <y>0</y>
0012     <width>313</width>
0013     <height>100</height>
0014    </rect>
0015   </property>
0016   <property name="windowTitle">
0017    <string>Select a geographic region</string>
0018   </property>
0019   <layout class="QGridLayout" name="gridLayout">
0020    <item row="0" column="1">
0021     <spacer name="horizontalSpacer_5">
0022      <property name="orientation">
0023       <enum>Qt::Horizontal</enum>
0024      </property>
0025      <property name="sizeHint" stdset="0">
0026       <size>
0027        <width>13</width>
0028        <height>13</height>
0029       </size>
0030      </property>
0031     </spacer>
0032    </item>
0033    <item row="0" column="2">
0034     <layout class="QHBoxLayout" name="horizontalLayout">
0035      <item>
0036       <widget class="QDoubleSpinBox" name="northSpinBox">
0037        <property name="enabled">
0038         <bool>true</bool>
0039        </property>
0040        <property name="toolTip">
0041         <string>Northern Latitude</string>
0042        </property>
0043        <property name="alignment">
0044         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0045        </property>
0046        <property name="suffix">
0047         <string>°</string>
0048        </property>
0049        <property name="decimals">
0050         <number>3</number>
0051        </property>
0052        <property name="minimum">
0053         <double>-90.000000000000000</double>
0054        </property>
0055        <property name="maximum">
0056         <double>90.000000000000000</double>
0057        </property>
0058        <property name="value">
0059         <double>90.000000000000000</double>
0060        </property>
0061       </widget>
0062      </item>
0063      <item>
0064       <widget class="QLabel" name="northLabel">
0065        <property name="text">
0066         <string>&amp;N</string>
0067        </property>
0068        <property name="buddy">
0069         <cstring>northSpinBox</cstring>
0070        </property>
0071       </widget>
0072      </item>
0073     </layout>
0074    </item>
0075    <item row="0" column="3">
0076     <spacer name="horizontalSpacer_2">
0077      <property name="orientation">
0078       <enum>Qt::Horizontal</enum>
0079      </property>
0080      <property name="sizeHint" stdset="0">
0081       <size>
0082        <width>13</width>
0083        <height>13</height>
0084       </size>
0085      </property>
0086     </spacer>
0087    </item>
0088    <item row="1" column="1">
0089     <layout class="QHBoxLayout" name="horizontalLayout_4">
0090      <item>
0091       <widget class="QDoubleSpinBox" name="westSpinBox">
0092        <property name="toolTip">
0093         <string>Western Longitude</string>
0094        </property>
0095        <property name="alignment">
0096         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0097        </property>
0098        <property name="suffix">
0099         <string>°</string>
0100        </property>
0101        <property name="decimals">
0102         <number>3</number>
0103        </property>
0104        <property name="minimum">
0105         <double>-180.000000000000000</double>
0106        </property>
0107        <property name="maximum">
0108         <double>180.000000000000000</double>
0109        </property>
0110        <property name="value">
0111         <double>-180.000000000000000</double>
0112        </property>
0113       </widget>
0114      </item>
0115      <item>
0116       <widget class="QLabel" name="westLabel">
0117        <property name="text">
0118         <string>&amp;W</string>
0119        </property>
0120        <property name="buddy">
0121         <cstring>westSpinBox</cstring>
0122        </property>
0123       </widget>
0124      </item>
0125     </layout>
0126    </item>
0127    <item row="1" column="2">
0128     <spacer name="horizontalSpacer">
0129      <property name="orientation">
0130       <enum>Qt::Horizontal</enum>
0131      </property>
0132      <property name="sizeHint" stdset="0">
0133       <size>
0134        <width>13</width>
0135        <height>13</height>
0136       </size>
0137      </property>
0138     </spacer>
0139    </item>
0140    <item row="1" column="3">
0141     <layout class="QHBoxLayout" name="horizontalLayout_3">
0142      <item>
0143       <widget class="QDoubleSpinBox" name="eastSpinBox">
0144        <property name="toolTip">
0145         <string>Eastern Longitude</string>
0146        </property>
0147        <property name="alignment">
0148         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0149        </property>
0150        <property name="suffix">
0151         <string>°</string>
0152        </property>
0153        <property name="decimals">
0154         <number>3</number>
0155        </property>
0156        <property name="minimum">
0157         <double>-180.000000000000000</double>
0158        </property>
0159        <property name="maximum">
0160         <double>180.000000000000000</double>
0161        </property>
0162        <property name="value">
0163         <double>180.000000000000000</double>
0164        </property>
0165       </widget>
0166      </item>
0167      <item>
0168       <widget class="QLabel" name="eastLabel">
0169        <property name="text">
0170         <string>&amp;E</string>
0171        </property>
0172        <property name="buddy">
0173         <cstring>eastSpinBox</cstring>
0174        </property>
0175       </widget>
0176      </item>
0177     </layout>
0178    </item>
0179    <item row="2" column="1">
0180     <spacer name="horizontalSpacer_4">
0181      <property name="orientation">
0182       <enum>Qt::Horizontal</enum>
0183      </property>
0184      <property name="sizeHint" stdset="0">
0185       <size>
0186        <width>13</width>
0187        <height>13</height>
0188       </size>
0189      </property>
0190     </spacer>
0191    </item>
0192    <item row="2" column="2">
0193     <layout class="QHBoxLayout" name="horizontalLayout_2">
0194      <item>
0195       <widget class="QDoubleSpinBox" name="southSpinBox">
0196        <property name="toolTip">
0197         <string>Southern Latitude</string>
0198        </property>
0199        <property name="alignment">
0200         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0201        </property>
0202        <property name="suffix">
0203         <string>°</string>
0204        </property>
0205        <property name="decimals">
0206         <number>3</number>
0207        </property>
0208        <property name="minimum">
0209         <double>-90.000000000000000</double>
0210        </property>
0211        <property name="maximum">
0212         <double>90.000000000000000</double>
0213        </property>
0214        <property name="value">
0215         <double>-90.000000000000000</double>
0216        </property>
0217       </widget>
0218      </item>
0219      <item>
0220       <widget class="QLabel" name="southLabel">
0221        <property name="text">
0222         <string>&amp;S</string>
0223        </property>
0224        <property name="buddy">
0225         <cstring>southSpinBox</cstring>
0226        </property>
0227       </widget>
0228      </item>
0229     </layout>
0230    </item>
0231    <item row="2" column="3">
0232     <spacer name="horizontalSpacer_3">
0233      <property name="orientation">
0234       <enum>Qt::Horizontal</enum>
0235      </property>
0236      <property name="sizeHint" stdset="0">
0237       <size>
0238        <width>13</width>
0239        <height>13</height>
0240       </size>
0241      </property>
0242     </spacer>
0243    </item>
0244    <item row="0" column="0" rowspan="3">
0245     <spacer name="verticalSpacer">
0246      <property name="orientation">
0247       <enum>Qt::Vertical</enum>
0248      </property>
0249      <property name="sizeHint" stdset="0">
0250       <size>
0251        <width>20</width>
0252        <height>40</height>
0253       </size>
0254      </property>
0255     </spacer>
0256    </item>
0257   </layout>
0258  </widget>
0259  <tabstops>
0260   <tabstop>northSpinBox</tabstop>
0261   <tabstop>westSpinBox</tabstop>
0262   <tabstop>eastSpinBox</tabstop>
0263   <tabstop>southSpinBox</tabstop>
0264  </tabstops>
0265  <resources/>
0266  <connections/>
0267 </ui>