QGCGoogleEarthView.ui 5.29 KB
Newer Older
pixhawk's avatar
pixhawk committed
1 2 3 4 5 6 7 8
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>QGCGoogleEarthView</class>
 <widget class="QWidget" name="QGCGoogleEarthView">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
9
    <width>828</width>
pixhawk's avatar
pixhawk committed
10 11 12 13 14 15
    <height>300</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>Form</string>
  </property>
16 17
  <layout class="QGridLayout" name="gridLayout">
   <property name="horizontalSpacing">
18
    <number>8</number>
19 20
   </property>
   <property name="verticalSpacing">
21
    <number>2</number>
22
   </property>
pixhawk's avatar
pixhawk committed
23
   <property name="margin">
24
    <number>2</number>
pixhawk's avatar
pixhawk committed
25
   </property>
pixhawk's avatar
pixhawk committed
26
   <item row="0" column="0" colspan="13">
27 28 29 30
    <layout class="QVBoxLayout" name="webViewLayout"/>
   </item>
   <item row="1" column="1">
    <widget class="QPushButton" name="goHomeButton">
31 32 33 34 35 36 37 38
     <property name="toolTip">
      <string>Go to home location</string>
     </property>
     <property name="statusTip">
      <string>Go to home location</string>
     </property>
     <property name="whatsThis">
      <string>Go to home location</string>
39 40
     </property>
     <property name="text">
41
      <string>Home</string>
42 43 44 45 46
     </property>
    </widget>
   </item>
   <item row="1" column="3">
    <widget class="QCheckBox" name="trailCheckbox">
47 48 49 50 51 52 53 54
     <property name="toolTip">
      <string>Show MAV trajectories</string>
     </property>
     <property name="statusTip">
      <string>Show MAV trajectories</string>
     </property>
     <property name="whatsThis">
      <string>Show MAV trajectories</string>
55 56
     </property>
     <property name="text">
57
      <string>Trails</string>
pixhawk's avatar
pixhawk committed
58 59 60
     </property>
    </widget>
   </item>
pixhawk's avatar
pixhawk committed
61
   <item row="1" column="12">
62 63 64 65 66 67 68 69 70 71 72 73
    <spacer name="horizontalSpacer">
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
     </property>
     <property name="sizeHint" stdset="0">
      <size>
       <width>177</width>
       <height>20</height>
      </size>
     </property>
    </spacer>
   </item>
74
   <item row="1" column="9">
75
    <widget class="QSlider" name="camDistanceSlider">
76 77 78 79 80 81 82 83 84
     <property name="toolTip">
      <string>Distance of the chase camera to the MAV</string>
     </property>
     <property name="statusTip">
      <string>Distance of the chase camera to the MAV</string>
     </property>
     <property name="whatsThis">
      <string>Distance of the chase camera to the MAV</string>
     </property>
85
     <property name="minimum">
86
      <number>100</number>
87 88
     </property>
     <property name="maximum">
89
      <number>20000</number>
90 91 92 93 94 95 96 97 98
     </property>
     <property name="value">
      <number>3000</number>
     </property>
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
     </property>
    </widget>
   </item>
99
   <item row="1" column="8">
100
    <widget class="QLabel" name="camDistanceLabel">
101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141
     <property name="toolTip">
      <string>Distance of the chase camera to the MAV</string>
     </property>
     <property name="statusTip">
      <string>Distance of the chase camera to the MAV</string>
     </property>
     <property name="whatsThis">
      <string>Distance of the chase camera to the MAV</string>
     </property>
     <property name="text">
      <string>Dist</string>
     </property>
    </widget>
   </item>
   <item row="1" column="4">
    <widget class="QCheckBox" name="waypointsCheckbox">
     <property name="toolTip">
      <string>Show waypoints</string>
     </property>
     <property name="statusTip">
      <string>Show waypoints</string>
     </property>
     <property name="whatsThis">
      <string>Show waypoints</string>
     </property>
     <property name="text">
      <string>WPs</string>
     </property>
    </widget>
   </item>
   <item row="1" column="10">
    <widget class="QCheckBox" name="followAirplaneCheckbox">
     <property name="toolTip">
      <string>Chase the MAV</string>
     </property>
     <property name="statusTip">
      <string>Chase the MAV</string>
     </property>
     <property name="whatsThis">
      <string>Chase the MAV</string>
     </property>
142
     <property name="text">
143
      <string>Follow</string>
144 145 146 147
     </property>
    </widget>
   </item>
   <item row="1" column="6">
148 149 150
    <widget class="QComboBox" name="mavComboBox">
     <property name="toolTip">
      <string>Select the MAV to chase</string>
151
     </property>
152 153
     <property name="statusTip">
      <string>Select the MAV to chase</string>
154
     </property>
155 156 157 158
     <property name="whatsThis">
      <string>Select the MAV to chase</string>
     </property>
    </widget>
159
   </item>
160
   <item row="1" column="7">
lm's avatar
lm committed
161
    <widget class="QPushButton" name="clearTrailsButton">
162 163 164 165 166 167 168 169 170
     <property name="toolTip">
      <string>Delete all waypoints</string>
     </property>
     <property name="statusTip">
      <string>Delete all waypoints</string>
     </property>
     <property name="whatsThis">
      <string>Delete all waypoints</string>
     </property>
171
     <property name="text">
lm's avatar
lm committed
172
      <string>Clear Trails</string>
173 174 175 176 177 178 179
     </property>
    </widget>
   </item>
   <item row="1" column="5">
    <widget class="Line" name="line">
     <property name="orientation">
      <enum>Qt::Vertical</enum>
180 181 182
     </property>
    </widget>
   </item>
pixhawk's avatar
pixhawk committed
183 184 185 186 187 188 189
   <item row="1" column="11">
    <widget class="QPushButton" name="resetButton">
     <property name="text">
      <string>Reset</string>
     </property>
    </widget>
   </item>
pixhawk's avatar
pixhawk committed
190 191 192 193 194
  </layout>
 </widget>
 <resources/>
 <connections/>
</ui>