Warning, /education/marble/src/lib/marble/CurrentLocationWidget.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>CurrentLocationWidget</class>
0004  <widget class="QWidget" name="CurrentLocationWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>259</width>
0010     <height>268</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Current Location</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout">
0017    <item>
0018     <widget class="QLabel" name="projectionLabel_3">
0019      <property name="sizePolicy">
0020       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0021        <horstretch>0</horstretch>
0022        <verstretch>0</verstretch>
0023       </sizepolicy>
0024      </property>
0025      <property name="text">
0026       <string>Position Tracking</string>
0027      </property>
0028      <property name="buddy">
0029       <cstring>positionTrackingComboBox</cstring>
0030      </property>
0031     </widget>
0032    </item>
0033    <item>
0034     <widget class="QComboBox" name="positionTrackingComboBox">
0035      <item>
0036       <property name="text">
0037        <string>Disabled</string>
0038       </property>
0039      </item>
0040     </widget>
0041    </item>
0042    <item>
0043     <layout class="QHBoxLayout" name="horizontalLayout">
0044      <item>
0045       <widget class="QCheckBox" name="showTrackCheckBox">
0046        <property name="sizePolicy">
0047         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0048          <horstretch>0</horstretch>
0049          <verstretch>0</verstretch>
0050         </sizepolicy>
0051        </property>
0052        <property name="text">
0053         <string>Show Track</string>
0054        </property>
0055       </widget>
0056      </item>
0057      <item>
0058       <widget class="QToolButton" name="clearTrackButton">
0059        <property name="sizePolicy">
0060         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0061          <horstretch>0</horstretch>
0062          <verstretch>0</verstretch>
0063         </sizepolicy>
0064        </property>
0065        <property name="text">
0066         <string>Clear Track</string>
0067        </property>
0068        <property name="icon">
0069         <iconset resource="../../apps/marble-ui/marble.qrc">
0070          <normaloff>:/icons/16x16/edit-clear-list.png</normaloff>:/icons/16x16/edit-clear-list.png</iconset>
0071        </property>
0072        <property name="toolButtonStyle">
0073         <enum>Qt::ToolButtonTextBesideIcon</enum>
0074        </property>
0075       </widget>
0076      </item>
0077      <item>
0078       <widget class="QToolButton" name="openTrackButton">
0079        <property name="text">
0080         <string>...</string>
0081        </property>
0082        <property name="icon">
0083         <iconset resource="../../apps/marble-ui/marble.qrc">
0084          <normaloff>:/icons/16x16/document-open.png</normaloff>:/icons/16x16/document-open.png</iconset>
0085        </property>
0086       </widget>
0087      </item>
0088      <item>
0089       <widget class="QToolButton" name="saveTrackButton">
0090        <property name="text">
0091         <string>...</string>
0092        </property>
0093        <property name="icon">
0094         <iconset resource="../../apps/marble-ui/marble.qrc">
0095          <normaloff>:/icons/16x16/document-save.png</normaloff>:/icons/16x16/document-save.png</iconset>
0096        </property>
0097       </widget>
0098      </item>
0099     </layout>
0100    </item>
0101    <item>
0102     <widget class="QLabel" name="locationLabel">
0103      <property name="enabled">
0104       <bool>false</bool>
0105      </property>
0106      <property name="autoFillBackground">
0107       <bool>false</bool>
0108      </property>
0109      <property name="frameShape">
0110       <enum>QFrame::StyledPanel</enum>
0111      </property>
0112      <property name="frameShadow">
0113       <enum>QFrame::Sunken</enum>
0114      </property>
0115      <property name="text">
0116       <string>No position available.</string>
0117      </property>
0118      <property name="textFormat">
0119       <enum>Qt::RichText</enum>
0120      </property>
0121      <property name="wordWrap">
0122       <bool>true</bool>
0123      </property>
0124     </widget>
0125    </item>
0126    <item>
0127     <spacer name="verticalSpacer">
0128      <property name="orientation">
0129       <enum>Qt::Vertical</enum>
0130      </property>
0131      <property name="sizeHint" stdset="0">
0132       <size>
0133        <width>20</width>
0134        <height>40</height>
0135       </size>
0136      </property>
0137     </spacer>
0138    </item>
0139    <item>
0140     <widget class="QLabel" name="recenterLabel">
0141      <property name="enabled">
0142       <bool>false</bool>
0143      </property>
0144      <property name="sizePolicy">
0145       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0146        <horstretch>0</horstretch>
0147        <verstretch>0</verstretch>
0148       </sizepolicy>
0149      </property>
0150      <property name="toolTip">
0151       <string comment="Select the method to use to recenter your GPS location on map.">Select the method to use to re-center your GPS location on map.</string>
0152      </property>
0153      <property name="text">
0154       <string>Map Adjustment</string>
0155      </property>
0156     </widget>
0157    </item>
0158    <item>
0159     <widget class="QComboBox" name="recenterComboBox">
0160      <property name="enabled">
0161       <bool>false</bool>
0162      </property>
0163      <item>
0164       <property name="text">
0165        <string comment="Disable Auto Recenter">Disabled</string>
0166       </property>
0167      </item>
0168      <item>
0169       <property name="text">
0170        <string comment="Always keep gps location at the center of the map">Keep at Center</string>
0171       </property>
0172      </item>
0173      <item>
0174       <property name="text">
0175        <string comment="Auto center when required">When required</string>
0176       </property>
0177      </item>
0178     </widget>
0179    </item>
0180    <item>
0181     <widget class="QCheckBox" name="autoZoomCheckBox">
0182      <property name="enabled">
0183       <bool>false</bool>
0184      </property>
0185      <property name="toolTip">
0186       <string comment="Auto Zoom to appropriate zoom level">Auto Zoom to appropriate zoom level</string>
0187      </property>
0188      <property name="text">
0189       <string>Auto Zoom</string>
0190      </property>
0191     </widget>
0192    </item>
0193   </layout>
0194  </widget>
0195  <resources>
0196   <include location="../../apps/marble-ui/marble.qrc"/>
0197  </resources>
0198  <connections/>
0199 </ui>