MainWindow.ui 10.5 KB
Newer Older
pixhawk's avatar
pixhawk committed
1 2
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
pixhawk's avatar
pixhawk committed
3 4
 <class>MainWindow</class>
 <widget class="QMainWindow" name="MainWindow">
pixhawk's avatar
pixhawk committed
5 6 7 8
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
9 10
    <width>1024</width>
    <height>600</height>
pixhawk's avatar
pixhawk committed
11 12 13 14
   </rect>
  </property>
  <property name="minimumSize">
   <size>
15 16
    <width>640</width>
    <height>400</height>
pixhawk's avatar
pixhawk committed
17 18 19 20 21 22 23 24
   </size>
  </property>
  <property name="baseSize">
   <size>
    <width>1100</width>
    <height>800</height>
   </size>
  </property>
25 26 27
  <property name="mouseTracking">
   <bool>false</bool>
  </property>
pixhawk's avatar
pixhawk committed
28 29 30 31 32 33
  <property name="windowTitle">
   <string>MGMainWindow</string>
  </property>
  <property name="styleSheet">
   <string notr="true"/>
  </property>
34 35 36 37 38 39 40 41 42 43 44 45 46 47
  <widget class="QWidget" name="centralWidget">
   <property name="sizePolicy">
    <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
     <horstretch>0</horstretch>
     <verstretch>0</verstretch>
    </sizepolicy>
   </property>
   <property name="minimumSize">
    <size>
     <width>200</width>
     <height>150</height>
    </size>
   </property>
  </widget>
pixhawk's avatar
pixhawk committed
48 49 50 51 52
  <widget class="QMenuBar" name="menuBar">
   <property name="geometry">
    <rect>
     <x>0</x>
     <y>0</y>
53
     <width>1024</width>
Don Gagne's avatar
Don Gagne committed
54
     <height>22</height>
pixhawk's avatar
pixhawk committed
55 56 57 58 59 60 61
    </rect>
   </property>
   <widget class="QMenu" name="menuMGround">
    <property name="title">
     <string>File</string>
    </property>
    <addaction name="separator"/>
pixhawk's avatar
pixhawk committed
62
    <addaction name="actionMuteAudioOutput"/>
dogmaphobic's avatar
dogmaphobic committed
63
    <addaction name="actionAdd_Link"/>
64
    <addaction name="actionSettings"/>
pixhawk's avatar
pixhawk committed
65
    <addaction name="separator"/>
pixhawk's avatar
pixhawk committed
66 67
    <addaction name="actionExit"/>
   </widget>
68 69 70 71 72
   <widget class="QMenu" name="menuHelp">
    <property name="title">
     <string>Help</string>
    </property>
    <addaction name="actionOnline_Documentation"/>
73
    <addaction name="actionProject_Roadmap"/>
74 75 76 77 78 79
    <addaction name="actionDeveloper_Credits"/>
   </widget>
   <widget class="QMenu" name="menuPerspectives">
    <property name="title">
     <string>Perspectives</string>
    </property>
80
    <addaction name="actionSetup"/>
81
    <addaction name="actionMissionView"/>
82
    <addaction name="actionFlightView"/>
83
    <addaction name="actionEngineersView"/>
dogmaphobic's avatar
dogmaphobic committed
84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
    <addaction name="separator"/>
    <addaction name="actionFullscreen"/>
    <addaction name="actionNormal"/>
   </widget>
   <widget class="QMenu" name="menuAdvanced">
    <property name="title">
     <string>Advanced</string>
    </property>
    <widget class="QMenu" name="menuTools">
     <property name="title">
      <string>Tool Widgets</string>
     </property>
     <addaction name="actionNewCustomWidget"/>
     <addaction name="actionLoadCustomWidgetFile"/>
     <addaction name="separator"/>
    </widget>
100 101
    <addaction name="actionGoogleEarthView"/>
    <addaction name="actionLocal3DView"/>
102 103
    <addaction name="actionTerminalView"/>
    <addaction name="actionSimulationView"/>
lm's avatar
lm committed
104
    <addaction name="separator"/>
dogmaphobic's avatar
dogmaphobic committed
105 106 107
    <addaction name="actionSimulate"/>
    <addaction name="separator"/>
    <addaction name="menuTools"/>
108
   </widget>
pixhawk's avatar
pixhawk committed
109
   <addaction name="menuMGround"/>
Lorenz Meier's avatar
Lorenz Meier committed
110
   <addaction name="menuPerspectives"/>
dogmaphobic's avatar
dogmaphobic committed
111
   <addaction name="menuAdvanced"/>
112
   <addaction name="menuHelp"/>
pixhawk's avatar
pixhawk committed
113 114 115 116 117 118 119 120 121 122 123
  </widget>
  <widget class="QStatusBar" name="statusBar"/>
  <action name="actionExit">
   <property name="text">
    <string>Exit</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+Q</string>
   </property>
  </action>
  <action name="actionLiftoff">
124 125 126
   <property name="enabled">
    <bool>true</bool>
   </property>
pixhawk's avatar
pixhawk committed
127
   <property name="icon">
lm's avatar
lm committed
128
    <iconset resource="../../qgroundcontrol.qrc">
129 130
     <normaloff>:/files/images/control/launch.svg</normaloff>
     <normalon>:/files/images/control/launch.svg</normalon>:/files/images/control/launch.svg</iconset>
pixhawk's avatar
pixhawk committed
131 132 133 134 135 136 137
   </property>
   <property name="text">
    <string>Liftoff</string>
   </property>
  </action>
  <action name="actionLand">
   <property name="icon">
lm's avatar
lm committed
138
    <iconset resource="../../qgroundcontrol.qrc">
139
     <normaloff>:/files/images/control/land.svg</normaloff>:/files/images/control/land.svg</iconset>
pixhawk's avatar
pixhawk committed
140 141 142 143 144 145
   </property>
   <property name="text">
    <string>Land</string>
   </property>
  </action>
  <action name="actionEmergency_Land">
146
   <property name="icon">
lm's avatar
lm committed
147
    <iconset resource="../../qgroundcontrol.qrc">
148
     <normaloff>:/files/images/actions/process-stop.svg</normaloff>:/files/images/actions/process-stop.svg</iconset>
149
   </property>
pixhawk's avatar
pixhawk committed
150 151 152 153
   <property name="text">
    <string>Emergency Land</string>
   </property>
   <property name="shortcut">
154
    <string>Ctrl+L</string>
pixhawk's avatar
pixhawk committed
155 156 157
   </property>
  </action>
  <action name="actionEmergency_Kill">
158
   <property name="icon">
lm's avatar
lm committed
159
    <iconset resource="../../qgroundcontrol.qrc">
160
     <normaloff>:/files/images/actions/process-stop.svg</normaloff>:/files/images/actions/process-stop.svg</iconset>
161
   </property>
pixhawk's avatar
pixhawk committed
162 163 164 165 166 167 168 169 170
   <property name="text">
    <string>Kill UAS</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+K</string>
   </property>
  </action>
  <action name="actionAdd_Link">
   <property name="text">
dogmaphobic's avatar
dogmaphobic committed
171
    <string>Manage Communication Links</string>
pixhawk's avatar
pixhawk committed
172 173
   </property>
  </action>
174 175 176 177 178 179 180 181 182 183 184
  <action name="actionSimulate">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>Simulate</string>
   </property>
   <property name="toolTip">
    <string>Simulate one vehicle to test and evaluate this application</string>
   </property>
  </action>
185 186 187 188 189
  <action name="actionOnline_Documentation">
   <property name="text">
    <string>Online Documentation</string>
   </property>
  </action>
190
  <action name="actionProject_Roadmap">
191 192 193 194 195 196 197 198 199
   <property name="text">
    <string>Project Roadmap</string>
   </property>
  </action>
  <action name="actionDeveloper_Credits">
   <property name="text">
    <string>Developer Credits</string>
   </property>
  </action>
200
  <action name="actionMissionView">
201 202 203
   <property name="checkable">
    <bool>true</bool>
   </property>
204
   <property name="text">
Don Gagne's avatar
Don Gagne committed
205
    <string>Plan</string>
206 207 208
   </property>
  </action>
  <action name="actionEngineersView">
209 210 211
   <property name="checkable">
    <bool>true</bool>
   </property>
212
   <property name="text">
Don Gagne's avatar
Don Gagne committed
213
    <string>Analyze</string>
214 215
   </property>
  </action>
216
  <action name="actionFlightView">
217 218 219
   <property name="checkable">
    <bool>true</bool>
   </property>
220
   <property name="text">
Don Gagne's avatar
Don Gagne committed
221
    <string>Fly</string>
222 223
   </property>
  </action>
224 225 226 227 228
  <action name="actionNewCustomWidget">
   <property name="text">
    <string>New Custom Widget</string>
   </property>
  </action>
229 230 231 232 233 234 235 236
  <action name="actionMuteAudioOutput">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>Mute Audio Output</string>
   </property>
  </action>
237 238
  <action name="actionShutdownMAV">
   <property name="icon">
lm's avatar
lm committed
239
    <iconset resource="../../qgroundcontrol.qrc">
240
     <normaloff>:/files/images/actions/system-log-out.svg</normaloff>:/files/images/actions/system-log-out.svg</iconset>
241 242 243 244 245 246 247 248 249 250 251
   </property>
   <property name="text">
    <string>Shutdown MAV</string>
   </property>
   <property name="toolTip">
    <string>Shutdown the onboard computer - works not during flight</string>
   </property>
   <property name="statusTip">
    <string>Shutdown the onboard computer - works not during flight</string>
   </property>
  </action>
252 253 254 255
  <action name="actionSettings">
   <property name="text">
    <string>Settings</string>
   </property>
256 257 258
   <property name="toolTip">
    <string>Application settings</string>
   </property>
Don Gagne's avatar
Don Gagne committed
259 260 261
   <property name="menuRole">
    <enum>QAction::PreferencesRole</enum>
   </property>
262
  </action>
lm's avatar
lm committed
263
  <action name="actionFullscreen">
264 265 266 267 268 269
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="checked">
    <bool>false</bool>
   </property>
lm's avatar
lm committed
270 271 272 273 274
   <property name="text">
    <string>Fullscreen</string>
   </property>
  </action>
  <action name="actionNormal">
275 276 277 278 279 280
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="checked">
    <bool>false</bool>
   </property>
lm's avatar
lm committed
281 282 283 284 285 286 287
   <property name="text">
    <string>Normal</string>
   </property>
   <property name="shortcut">
    <string>Esc</string>
   </property>
  </action>
288 289 290 291 292
  <action name="actionLoadCustomWidgetFile">
   <property name="text">
    <string>Load Custom Widget File</string>
   </property>
  </action>
293
  <action name="actionSetup">
294 295 296
   <property name="checkable">
    <bool>true</bool>
   </property>
297
   <property name="text">
Don Gagne's avatar
Don Gagne committed
298
    <string>Setup</string>
299 300
   </property>
   <property name="toolTip">
301
    <string>Setup of the vehicle</string>
302
   </property>
Don Gagne's avatar
Don Gagne committed
303 304 305
   <property name="menuRole">
    <enum>QAction::NoRole</enum>
   </property>
306
  </action>
307 308 309 310 311 312 313 314
  <action name="actionAdvanced_Mode">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>Advanced Mode</string>
   </property>
  </action>
315
  <action name="actionSimulationView">
316 317 318
   <property name="checkable">
    <bool>true</bool>
   </property>
319
   <property name="text">
320
    <string>HIL Simulation</string>
321 322
   </property>
  </action>
323 324 325 326 327 328 329 330
  <action name="actionTerminalView">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>Terminal</string>
   </property>
  </action>
331
  <action name="actionGoogleEarthView">
332 333 334
   <property name="checkable">
    <bool>true</bool>
   </property>
335 336 337 338 339
   <property name="text">
    <string>Google Earth</string>
   </property>
  </action>
  <action name="actionLocal3DView">
340 341 342
   <property name="checkable">
    <bool>true</bool>
   </property>
343 344 345 346
   <property name="text">
    <string>Local 3D View</string>
   </property>
  </action>
pixhawk's avatar
pixhawk committed
347 348 349
 </widget>
 <layoutdefault spacing="6" margin="11"/>
 <resources>
lm's avatar
lm committed
350
  <include location="../../qgroundcontrol.qrc"/>
pixhawk's avatar
pixhawk committed
351 352 353 354 355
 </resources>
 <connections>
  <connection>
   <sender>actionExit</sender>
   <signal>triggered()</signal>
pixhawk's avatar
pixhawk committed
356
   <receiver>MainWindow</receiver>
pixhawk's avatar
pixhawk committed
357 358 359 360 361 362 363 364 365 366 367 368
   <slot>close()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>-1</x>
     <y>-1</y>
    </hint>
    <hint type="destinationlabel">
     <x>299</x>
     <y>199</y>
    </hint>
   </hints>
  </connection>
lm's avatar
lm committed
369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400
  <connection>
   <sender>actionFullscreen</sender>
   <signal>triggered()</signal>
   <receiver>MainWindow</receiver>
   <slot>showFullScreen()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>-1</x>
     <y>-1</y>
    </hint>
    <hint type="destinationlabel">
     <x>399</x>
     <y>249</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>actionNormal</sender>
   <signal>triggered()</signal>
   <receiver>MainWindow</receiver>
   <slot>showNormal()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>-1</x>
     <y>-1</y>
    </hint>
    <hint type="destinationlabel">
     <x>399</x>
     <y>249</y>
    </hint>
   </hints>
  </connection>
pixhawk's avatar
pixhawk committed
401 402
 </connections>
</ui>