QGCGoogleEarthView.ui 6.56 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 10
    <width>1089</width>
    <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,1,100,10,10,10,10,10,5,2,2">
17
   <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>
26
   <item row="0" column="0" colspan="16">
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>
61
   <item row="1" column="13">
62 63 64 65
    <spacer name="horizontalSpacer">
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
     </property>
66 67 68
     <property name="sizeType">
      <enum>QSizePolicy::Expanding</enum>
     </property>
69 70
     <property name="sizeHint" stdset="0">
      <size>
71
       <width>5</width>
72 73 74 75 76
       <height>20</height>
      </size>
     </property>
    </spacer>
   </item>
77
   <item row="1" column="7">
78
    <widget class="QSlider" name="camDistanceSlider">
79 80 81 82 83 84 85 86 87
     <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>
88
     <property name="minimum">
89
      <number>100</number>
90 91
     </property>
     <property name="maximum">
92
      <number>20000</number>
93 94 95 96 97 98 99 100 101
     </property>
     <property name="value">
      <number>3000</number>
     </property>
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
     </property>
    </widget>
   </item>
102
   <item row="1" column="8">
103 104 105 106 107 108 109 110 111 112
    <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>
113
     <property name="text">
114
      <string>Follow</string>
115 116 117
     </property>
    </widget>
   </item>
118
   <item row="1" column="5">
119
    <widget class="QComboBox" name="camDistanceComboBox">
120 121
     <property name="toolTip">
      <string>Select the MAV to chase</string>
122
     </property>
123 124
     <property name="statusTip">
      <string>Select the MAV to chase</string>
125
     </property>
126 127 128
     <property name="whatsThis">
      <string>Select the MAV to chase</string>
     </property>
129 130
     <item>
      <property name="text">
131
       <string>MAV Distance</string>
132 133 134 135
      </property>
     </item>
     <item>
      <property name="text">
136
       <string>Ground Distance</string>
137 138 139 140
      </property>
     </item>
    </widget>
   </item>
141
   <item row="1" column="4">
142 143 144 145
    <widget class="Line" name="line">
     <property name="orientation">
      <enum>Qt::Vertical</enum>
     </property>
146
    </widget>
147
   </item>
148
   <item row="1" column="12">
149 150 151 152 153 154
    <widget class="QPushButton" name="resetButton">
     <property name="text">
      <string>Reset</string>
     </property>
    </widget>
   </item>
155
   <item row="1" column="9">
156 157 158 159 160 161
    <widget class="QPushButton" name="changeViewButton">
     <property name="text">
      <string>Overhead</string>
     </property>
    </widget>
   </item>
162
   <item row="1" column="11">
lm's avatar
lm committed
163
    <widget class="QPushButton" name="clearTrailsButton">
164 165 166 167 168 169 170 171 172
     <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>
173
     <property name="text">
lm's avatar
lm committed
174
      <string>Clear Trails</string>
175 176 177
     </property>
    </widget>
   </item>
178
   <item row="1" column="10">
179
    <widget class="Line" name="line_2">
180 181
     <property name="orientation">
      <enum>Qt::Vertical</enum>
182 183 184
     </property>
    </widget>
   </item>
185 186 187 188 189 190 191
   <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>
pixhawk's avatar
pixhawk committed
192
     </property>
193
     <property name="text">
194 195 196 197
      <string>Edit</string>
     </property>
     <property name="checkable">
      <bool>true</bool>
198 199 200
     </property>
    </widget>
   </item>
201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226
   <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>
pixhawk's avatar
pixhawk committed
227 228 229 230 231
  </layout>
 </widget>
 <resources/>
 <connections/>
</ui>