QGCMapToolBar.ui 3 KB
Newer Older
1 2
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
3 4
 <class>QGCMapToolBar</class>
 <widget class="QWidget" name="QGCMapToolBar">
5 6 7 8
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
Lorenz Meier's avatar
Lorenz Meier committed
9
    <width>809</width>
10
    <height>35</height>
11 12 13 14 15
   </rect>
  </property>
  <property name="windowTitle">
   <string>Form</string>
  </property>
16
  <layout class="QHBoxLayout" name="horizontalLayout" stretch="1,1,1,1,1,1,0,1,5,1,30,1">
17
   <property name="spacing">
Lorenz Meier's avatar
Lorenz Meier committed
18
    <number>2</number>
19
   </property>
20 21 22 23 24 25 26 27 28 29
   <property name="leftMargin">
    <number>4</number>
   </property>
   <property name="topMargin">
    <number>4</number>
   </property>
   <property name="rightMargin">
    <number>4</number>
   </property>
   <property name="bottomMargin">
30
    <number>4</number>
31 32
   </property>
   <item>
33
    <widget class="QPushButton" name="goToButton">
34
     <property name="text">
35
      <string>Lat/Lon</string>
36 37 38 39 40 41 42 43 44 45 46
     </property>
    </widget>
   </item>
   <item>
    <widget class="QPushButton" name="editButton">
     <property name="text">
      <string>Edit</string>
     </property>
    </widget>
   </item>
   <item>
47
    <widget class="QPushButton" name="goHomeButton">
48
     <property name="text">
49
      <string>Go Home</string>
50 51 52
     </property>
    </widget>
   </item>
53 54 55 56 57 58 59
   <item>
    <widget class="QPushButton" name="lastPosButton">
     <property name="text">
      <string>Last Pos</string>
     </property>
    </widget>
   </item>
60 61 62 63 64 65 66
   <item>
    <widget class="QPushButton" name="ripMapButton">
     <property name="text">
      <string>Cache</string>
     </property>
    </widget>
   </item>
lm's avatar
lm committed
67 68 69
   <item>
    <widget class="QPushButton" name="clearTrailsButton">
     <property name="text">
70
      <string>Clear Map</string>
lm's avatar
lm committed
71 72 73
     </property>
    </widget>
   </item>
74 75 76 77 78 79 80
   <item>
    <widget class="QCheckBox" name="lockCheckBox">
     <property name="text">
      <string>Lock</string>
     </property>
    </widget>
   </item>
81
   <item>
82
    <widget class="QCheckBox" name="followCheckBox">
83
     <property name="text">
84
      <string>Follow</string>
85 86 87
     </property>
    </widget>
   </item>
88 89 90 91 92 93 94 95 96 97 98 99 100
   <item>
    <spacer name="horizontalSpacer">
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
     </property>
     <property name="sizeHint" stdset="0">
      <size>
       <width>20</width>
       <height>20</height>
      </size>
     </property>
    </spacer>
   </item>
101 102 103 104 105 106 107
   <item>
    <widget class="QLabel" name="posLabel">
     <property name="text">
      <string>00.00 00.00</string>
     </property>
    </widget>
   </item>
LM's avatar
LM committed
108
   <item>
109
    <spacer name="horizontalSpacer_2">
110 111 112 113 114
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
     </property>
     <property name="sizeHint" stdset="0">
      <size>
115
       <width>40</width>
116 117 118 119 120
       <height>20</height>
      </size>
     </property>
    </spacer>
   </item>
121 122 123 124 125 126 127
   <item>
    <widget class="QPushButton" name="optionsButton">
     <property name="text">
      <string>Options</string>
     </property>
    </widget>
   </item>
128 129 130 131 132
  </layout>
 </widget>
 <resources/>
 <connections/>
</ui>