QGCGoogleEarthView.ui 7.01 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>1409</width>
10
    <height>302</height>
pixhawk's avatar
pixhawk committed
11 12 13 14 15
   </rect>
  </property>
  <property name="windowTitle">
   <string>Form</string>
  </property>
16
  <layout class="QGridLayout" name="gridLayout" columnstretch="1,10,10,10,10,5,10,1000,10,10,10,10,10,5,2,2,0,0">
17
   <property name="horizontalSpacing">
18
    <number>4</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>
26
   <item row="0" column="0" colspan="18">
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">
lm's avatar
lm committed
41
      <string>Home</string>
42 43 44 45
     </property>
    </widget>
   </item>
   <item row="1" column="3">
46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
    <widget class="QPushButton" name="setHomeButton">
     <property name="text">
      <string>Set Home</string>
     </property>
     <property name="checkable">
      <bool>true</bool>
     </property>
    </widget>
   </item>
   <item row="1" column="2">
    <widget class="QPushButton" name="editButton">
     <property name="toolTip">
      <string>Enable waypoint and home location edit mode</string>
     </property>
     <property name="statusTip">
      <string>Enable waypoint and home location edit mode</string>
     </property>
     <property name="text">
      <string>Edit</string>
     </property>
     <property name="checkable">
      <bool>true</bool>
     </property>
    </widget>
   </item>
   <item row="1" column="4">
72
    <widget class="QCheckBox" name="trailCheckbox">
73 74 75 76 77 78 79 80
     <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>
81 82
     </property>
     <property name="text">
83
      <string>Trails</string>
pixhawk's avatar
pixhawk committed
84 85 86
     </property>
    </widget>
   </item>
87 88
   <item row="1" column="5">
    <widget class="Line" name="line">
89
     <property name="orientation">
90
      <enum>Qt::Vertical</enum>
91
     </property>
92 93 94 95 96 97
    </widget>
   </item>
   <item row="1" column="6">
    <widget class="QComboBox" name="camDistanceComboBox">
     <property name="toolTip">
      <string>Select the MAV to chase</string>
98
     </property>
99 100
     <property name="statusTip">
      <string>Select the MAV to chase</string>
101
     </property>
102 103 104 105 106 107 108 109 110 111 112 113 114 115
     <property name="whatsThis">
      <string>Select the MAV to chase</string>
     </property>
     <item>
      <property name="text">
       <string>MAV Distance</string>
      </property>
     </item>
     <item>
      <property name="text">
       <string>Ground Distance</string>
      </property>
     </item>
    </widget>
116
   </item>
117
   <item row="1" column="7">
118
    <widget class="QSlider" name="camDistanceSlider">
119 120 121 122 123 124 125 126 127
     <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>
128
     <property name="minimum">
129
      <number>100</number>
130 131
     </property>
     <property name="maximum">
132
      <number>20000</number>
133 134 135 136 137 138 139 140 141
     </property>
     <property name="value">
      <number>3000</number>
     </property>
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
     </property>
    </widget>
   </item>
142
   <item row="1" column="8">
143 144 145 146 147 148 149 150 151 152
    <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>
153
     <property name="text">
154
      <string>Follow</string>
155 156 157
     </property>
    </widget>
   </item>
158 159 160 161
   <item row="1" column="9">
    <widget class="QPushButton" name="changeViewButton">
     <property name="text">
      <string>Overhead</string>
162
     </property>
163 164
    </widget>
   </item>
165 166
   <item row="1" column="10">
    <widget class="Line" name="line_2">
167 168 169
     <property name="orientation">
      <enum>Qt::Vertical</enum>
     </property>
170
    </widget>
171
   </item>
172
   <item row="1" column="11">
lm's avatar
lm committed
173
    <widget class="QPushButton" name="clearTrailsButton">
174 175 176 177 178 179 180 181 182
     <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>
183
     <property name="text">
lm's avatar
lm committed
184
      <string>Clear Trails</string>
185 186 187
     </property>
    </widget>
   </item>
188 189 190 191
   <item row="1" column="12">
    <widget class="QPushButton" name="resetButton">
     <property name="text">
      <string>Reset</string>
192 193 194
     </property>
    </widget>
   </item>
195 196 197 198
   <item row="1" column="13">
    <spacer name="horizontalSpacer">
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
pixhawk's avatar
pixhawk committed
199
     </property>
200 201
     <property name="sizeType">
      <enum>QSizePolicy::MinimumExpanding</enum>
202
     </property>
203 204 205 206 207
     <property name="sizeHint" stdset="0">
      <size>
       <width>10</width>
       <height>20</height>
      </size>
208
     </property>
209
    </spacer>
210
   </item>
211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236
   <item row="1" column="14">
    <widget class="QCheckBox" name="atmosphereCheckBox">
     <property name="toolTip">
      <string>Enable the atmosphere visualization. Not recommended for mission execution, only for visualization</string>
     </property>
     <property name="statusTip">
      <string>Enable the atmosphere visualization. Not recommended for mission execution, only for visualization</string>
     </property>
     <property name="text">
      <string>Sky</string>
     </property>
    </widget>
   </item>
   <item row="1" column="15">
    <widget class="QCheckBox" name="daylightCheckBox">
     <property name="toolTip">
      <string>Enable day/night light. Not recommended for mission execution, only for visualization.</string>
     </property>
     <property name="statusTip">
      <string>Enable day/night light. Not recommended for mission execution, only for visualization.</string>
     </property>
     <property name="text">
      <string>Day/Night</string>
     </property>
    </widget>
   </item>
237 238 239
   <item row="1" column="0">
    <widget class="QPushButton" name="toLatLonButton">
     <property name="text">
lm's avatar
lm committed
240
      <string>Lat/Lon</string>
241 242 243
     </property>
    </widget>
   </item>
pixhawk's avatar
pixhawk committed
244 245 246 247 248
  </layout>
 </widget>
 <resources/>
 <connections/>
</ui>