MainWindow.ui 17.1 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>800</width>
    <height>500</height>
pixhawk's avatar
pixhawk committed
11 12 13 14 15 16 17 18 19 20 21 22 23 24
   </rect>
  </property>
  <property name="minimumSize">
   <size>
    <width>800</width>
    <height>500</height>
   </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>800</width>
54
     <height>22</height>
pixhawk's avatar
pixhawk committed
55 56 57 58 59 60
    </rect>
   </property>
   <widget class="QMenu" name="menuMGround">
    <property name="title">
     <string>File</string>
    </property>
61 62
    <widget class="QMenu" name="menuPreferences">
     <property name="title">
63
      <string>Display</string>
64 65 66 67
     </property>
     <addaction name="actionSelectStylesheet"/>
     <addaction name="actionReloadStylesheet"/>
    </widget>
68
    <addaction name="actionJoystick_Settings"/>
69
    <addaction name="actionSimulate"/>
pixhawk's avatar
pixhawk committed
70
    <addaction name="separator"/>
pixhawk's avatar
pixhawk committed
71
    <addaction name="actionMuteAudioOutput"/>
72
    <addaction name="actionJoystickSettings"/>
73
    <addaction name="actionSettings"/>
74
    <addaction name="menuPreferences"/>
75
    <addaction name="actionAdvanced_Mode"/>
pixhawk's avatar
pixhawk committed
76
    <addaction name="separator"/>
pixhawk's avatar
pixhawk committed
77 78 79 80
    <addaction name="actionExit"/>
   </widget>
   <widget class="QMenu" name="menuNetwork">
    <property name="title">
81
     <string>Communication</string>
pixhawk's avatar
pixhawk committed
82 83 84 85
    </property>
    <addaction name="actionAdd_Link"/>
    <addaction name="separator"/>
   </widget>
86
   <widget class="QMenu" name="menuTools">
87
    <property name="title">
Lorenz Meier's avatar
Lorenz Meier committed
88
     <string>Tool Widgets</string>
89
    </property>
pixhawk's avatar
pixhawk committed
90
    <addaction name="actionNewCustomWidget"/>
91
    <addaction name="actionLoadCustomWidgetFile"/>
92
    <addaction name="separator"/>
93 94 95 96 97 98 99 100 101 102 103 104 105
   </widget>
   <widget class="QMenu" name="menuHelp">
    <property name="title">
     <string>Help</string>
    </property>
    <addaction name="actionOnline_Documentation"/>
    <addaction name="actionProject_Roadmap_2"/>
    <addaction name="actionDeveloper_Credits"/>
   </widget>
   <widget class="QMenu" name="menuPerspectives">
    <property name="title">
     <string>Perspectives</string>
    </property>
106 107
    <addaction name="actionMissionView"/>
    <addaction name="actionFlightView"/>
108
    <addaction name="actionConfiguration_2"/>
109 110
    <addaction name="actionEngineersView"/>
    <addaction name="actionSimulationView"/>
111
    <addaction name="separator"/>
Lorenz Meier's avatar
Lorenz Meier committed
112
    <addaction name="actionFirmwareUpdateView"/>
113
    <addaction name="actionMavlinkView"/>
114
    <addaction name="actionUnconnectedView"/>
lm's avatar
lm committed
115 116 117
    <addaction name="separator"/>
    <addaction name="actionFullscreen"/>
    <addaction name="actionNormal"/>
118
   </widget>
pixhawk's avatar
pixhawk committed
119 120
   <addaction name="menuMGround"/>
   <addaction name="menuNetwork"/>
Lorenz Meier's avatar
Lorenz Meier committed
121
   <addaction name="menuPerspectives"/>
122
   <addaction name="menuTools"/>
123
   <addaction name="menuHelp"/>
pixhawk's avatar
pixhawk committed
124 125 126 127
  </widget>
  <widget class="QStatusBar" name="statusBar"/>
  <action name="actionExit">
   <property name="icon">
lm's avatar
lm committed
128
    <iconset resource="../../qgroundcontrol.qrc">
129
     <normaloff>:/files/images/actions/system-log-out.svg</normaloff>:/files/images/actions/system-log-out.svg</iconset>
pixhawk's avatar
pixhawk committed
130 131 132 133 134 135 136 137 138
   </property>
   <property name="text">
    <string>Exit</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+Q</string>
   </property>
  </action>
  <action name="actionLiftoff">
139 140 141
   <property name="enabled">
    <bool>true</bool>
   </property>
pixhawk's avatar
pixhawk committed
142
   <property name="icon">
lm's avatar
lm committed
143
    <iconset resource="../../qgroundcontrol.qrc">
144 145
     <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
146 147 148 149 150 151 152
   </property>
   <property name="text">
    <string>Liftoff</string>
   </property>
  </action>
  <action name="actionLand">
   <property name="icon">
lm's avatar
lm committed
153
    <iconset resource="../../qgroundcontrol.qrc">
154
     <normaloff>:/files/images/control/land.svg</normaloff>:/files/images/control/land.svg</iconset>
pixhawk's avatar
pixhawk committed
155 156 157 158 159 160
   </property>
   <property name="text">
    <string>Land</string>
   </property>
  </action>
  <action name="actionEmergency_Land">
161
   <property name="icon">
lm's avatar
lm committed
162
    <iconset resource="../../qgroundcontrol.qrc">
163
     <normaloff>:/files/images/actions/process-stop.svg</normaloff>:/files/images/actions/process-stop.svg</iconset>
164
   </property>
pixhawk's avatar
pixhawk committed
165 166 167 168 169 170 171 172
   <property name="text">
    <string>Emergency Land</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+E</string>
   </property>
  </action>
  <action name="actionEmergency_Kill">
173
   <property name="icon">
lm's avatar
lm committed
174
    <iconset resource="../../qgroundcontrol.qrc">
175
     <normaloff>:/files/images/actions/process-stop.svg</normaloff>:/files/images/actions/process-stop.svg</iconset>
176
   </property>
pixhawk's avatar
pixhawk committed
177 178 179 180 181 182 183 184 185
   <property name="text">
    <string>Kill UAS</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+K</string>
   </property>
  </action>
  <action name="actionAdd_Link">
   <property name="icon">
lm's avatar
lm committed
186
    <iconset resource="../../qgroundcontrol.qrc">
187
     <normaloff>:/files/images/actions/list-add.svg</normaloff>:/files/images/actions/list-add.svg</iconset>
pixhawk's avatar
pixhawk committed
188 189 190 191 192 193 194
   </property>
   <property name="text">
    <string>Add Link</string>
   </property>
  </action>
  <action name="actionConfiguration">
   <property name="icon">
lm's avatar
lm committed
195
    <iconset resource="../../qgroundcontrol.qrc">
196
     <normaloff>:/files/images/categories/applications-system.svg</normaloff>:/files/images/categories/applications-system.svg</iconset>
pixhawk's avatar
pixhawk committed
197 198 199 200 201 202 203 204 205 206
   </property>
   <property name="text">
    <string>Preferences</string>
   </property>
   <property name="toolTip">
    <string>Open UAS Preferences</string>
   </property>
  </action>
  <action name="actionJoystickSettings">
   <property name="icon">
lm's avatar
lm committed
207
    <iconset resource="../../qgroundcontrol.qrc">
208
     <normaloff>:/files/images/devices/input-gaming.svg</normaloff>:/files/images/devices/input-gaming.svg</iconset>
pixhawk's avatar
pixhawk committed
209 210
   </property>
   <property name="text">
211
    <string>Joystick Test</string>
pixhawk's avatar
pixhawk committed
212
   </property>
213 214 215
   <property name="visible">
    <bool>true</bool>
   </property>
pixhawk's avatar
pixhawk committed
216
  </action>
217 218 219 220 221
  <action name="actionSimulate">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="icon">
lm's avatar
lm committed
222
    <iconset resource="../../qgroundcontrol.qrc">
223
     <normaloff>:/files/images/control/launch.svg</normaloff>:/files/images/control/launch.svg</iconset>
224 225 226 227 228 229 230 231
   </property>
   <property name="text">
    <string>Simulate</string>
   </property>
   <property name="toolTip">
    <string>Simulate one vehicle to test and evaluate this application</string>
   </property>
  </action>
232 233
  <action name="actionShow_Slugs_View">
   <property name="icon">
lm's avatar
lm committed
234
    <iconset resource="../../qgroundcontrol.qrc">
235
     <normaloff>:/files/images/contrib/slugs.png</normaloff>:/files/images/contrib/slugs.png</iconset>
236 237 238 239 240
   </property>
   <property name="text">
    <string>Show Slugs View</string>
   </property>
  </action>
241 242
  <action name="actionJoystick_Settings">
   <property name="icon">
lm's avatar
lm committed
243
    <iconset resource="../../qgroundcontrol.qrc">
244
     <normaloff>:/files/images/devices/input-gaming.svg</normaloff>:/files/images/devices/input-gaming.svg</iconset>
245 246 247 248 249 250 251 252
   </property>
   <property name="text">
    <string>Joystick Settings</string>
   </property>
   <property name="visible">
    <bool>false</bool>
   </property>
  </action>
253 254
  <action name="actionOnline_Documentation">
   <property name="icon">
lm's avatar
lm committed
255
    <iconset resource="../../qgroundcontrol.qrc">
256
     <normaloff>:/files/images/apps/utilities-system-monitor.svg</normaloff>:/files/images/apps/utilities-system-monitor.svg</iconset>
257 258 259 260 261 262 263
   </property>
   <property name="text">
    <string>Online Documentation</string>
   </property>
  </action>
  <action name="actionProject_Roadmap_2">
   <property name="icon">
lm's avatar
lm committed
264
    <iconset resource="../../qgroundcontrol.qrc">
265
     <normaloff>:/files/images/status/software-update-available.svg</normaloff>:/files/images/status/software-update-available.svg</iconset>
266 267 268 269 270 271 272
   </property>
   <property name="text">
    <string>Project Roadmap</string>
   </property>
  </action>
  <action name="actionDeveloper_Credits">
   <property name="icon">
lm's avatar
lm committed
273
    <iconset resource="../../qgroundcontrol.qrc">
274
     <normaloff>:/files/images/categories/preferences-system.svg</normaloff>:/files/images/categories/preferences-system.svg</iconset>
275 276 277 278 279
   </property>
   <property name="text">
    <string>Developer Credits</string>
   </property>
  </action>
280
  <action name="actionMissionView">
281 282 283
   <property name="checkable">
    <bool>true</bool>
   </property>
284
   <property name="icon">
lm's avatar
lm committed
285
    <iconset resource="../../qgroundcontrol.qrc">
286
     <normaloff>:/files/images/status/weather-overcast.svg</normaloff>:/files/images/status/weather-overcast.svg</iconset>
287 288
   </property>
   <property name="text">
289
    <string>Mission</string>
290
   </property>
291 292 293
   <property name="shortcut">
    <string>Meta+O</string>
   </property>
294 295
  </action>
  <action name="actionEngineersView">
296 297 298
   <property name="checkable">
    <bool>true</bool>
   </property>
299
   <property name="icon">
lm's avatar
lm committed
300
    <iconset resource="../../qgroundcontrol.qrc">
301
     <normaloff>:/files/images/apps/utilities-system-monitor.svg</normaloff>:/files/images/apps/utilities-system-monitor.svg</iconset>
302 303
   </property>
   <property name="text">
Lorenz Meier's avatar
Lorenz Meier committed
304
    <string>Plot</string>
305
   </property>
306 307 308
   <property name="shortcut">
    <string>Meta+E</string>
   </property>
309 310
  </action>
  <action name="actionMavlinkView">
311 312 313
   <property name="checkable">
    <bool>true</bool>
   </property>
314
   <property name="icon">
lm's avatar
lm committed
315
    <iconset resource="../../qgroundcontrol.qrc">
316
     <normaloff>:/files/images/devices/network-wired.svg</normaloff>:/files/images/devices/network-wired.svg</iconset>
317 318 319 320
   </property>
   <property name="text">
    <string>Mavlink</string>
   </property>
321 322 323
   <property name="shortcut">
    <string>Meta+M</string>
   </property>
324
  </action>
325
  <action name="actionSelectStylesheet">
326
   <property name="icon">
lm's avatar
lm committed
327
    <iconset resource="../../qgroundcontrol.qrc">
328
     <normaloff>:/files/images/categories/applications-internet.svg</normaloff>:/files/images/categories/applications-internet.svg</iconset>
329 330
   </property>
   <property name="text">
331
    <string>Select Stylesheet</string>
332 333
   </property>
  </action>
334
  <action name="actionFlightView">
335 336 337
   <property name="checkable">
    <bool>true</bool>
   </property>
338
   <property name="icon">
lm's avatar
lm committed
339
    <iconset resource="../../qgroundcontrol.qrc">
340
     <normaloff>:/files/images/status/network-wireless-encrypted.svg</normaloff>:/files/images/status/network-wireless-encrypted.svg</iconset>
341 342
   </property>
   <property name="text">
343
    <string>Flight</string>
344
   </property>
345 346 347
   <property name="shortcut">
    <string>Meta+P</string>
   </property>
348
  </action>
349
  <action name="actionNewCustomWidget">
350
   <property name="icon">
lm's avatar
lm committed
351
    <iconset resource="../../qgroundcontrol.qrc">
352
     <normaloff>:/files/images/apps/utilities-system-monitor.svg</normaloff>:/files/images/apps/utilities-system-monitor.svg</iconset>
353
   </property>
354 355 356 357
   <property name="text">
    <string>New Custom Widget</string>
   </property>
  </action>
358 359 360 361 362
  <action name="actionMuteAudioOutput">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="icon">
lm's avatar
lm committed
363
    <iconset resource="../../qgroundcontrol.qrc">
364 365 366 367 368
     <normaloff>:/files/images/status/audio-volume-high.svg</normaloff>
     <normalon>:/files/images/status/audio-volume-muted.svg</normalon>
     <activeon>:/files/images/status/audio-volume-muted.svg</activeon>
     <selectedoff>:/files/images/status/audio-volume-high.svg</selectedoff>
     <selectedon>:/files/images/status/audio-volume-muted.svg</selectedon>:/files/images/status/audio-volume-high.svg</iconset>
369 370 371 372 373
   </property>
   <property name="text">
    <string>Mute Audio Output</string>
   </property>
  </action>
374 375 376 377 378
  <action name="actionUnconnectedView">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="icon">
lm's avatar
lm committed
379
    <iconset resource="../../qgroundcontrol.qrc">
380
     <normaloff>:/files/images/devices/network-wireless.svg</normaloff>:/files/images/devices/network-wireless.svg</iconset>
381 382 383 384 385 386 387 388
   </property>
   <property name="text">
    <string>Unconnected</string>
   </property>
   <property name="shortcut">
    <string>Meta+U</string>
   </property>
  </action>
389 390
  <action name="actionShutdownMAV">
   <property name="icon">
lm's avatar
lm committed
391
    <iconset resource="../../qgroundcontrol.qrc">
392
     <normaloff>:/files/images/actions/system-log-out.svg</normaloff>:/files/images/actions/system-log-out.svg</iconset>
393 394 395 396 397 398 399 400 401 402 403
   </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>
404 405 406 407 408 409 410 411
  <action name="actionReloadStylesheet">
   <property name="text">
    <string>Reload Stylesheet</string>
   </property>
   <property name="shortcut">
    <string>Meta+R</string>
   </property>
  </action>
412 413 414 415 416
  <action name="actionSettings">
   <property name="text">
    <string>Settings</string>
   </property>
  </action>
lm's avatar
lm committed
417 418 419 420 421
  <action name="actionFullscreen">
   <property name="text">
    <string>Fullscreen</string>
   </property>
   <property name="shortcut">
422
    <string>Meta+Return</string>
lm's avatar
lm committed
423 424 425 426 427 428 429 430 431 432
   </property>
  </action>
  <action name="actionNormal">
   <property name="text">
    <string>Normal</string>
   </property>
   <property name="shortcut">
    <string>Esc</string>
   </property>
  </action>
433 434
  <action name="actionLoadCustomWidgetFile">
   <property name="icon">
lm's avatar
lm committed
435
    <iconset resource="../../qgroundcontrol.qrc">
436
     <normaloff>:/files/images/status/folder-drag-accept.svg</normaloff>:/files/images/status/folder-drag-accept.svg</iconset>
437 438 439 440 441
   </property>
   <property name="text">
    <string>Load Custom Widget File</string>
   </property>
  </action>
Lorenz Meier's avatar
Lorenz Meier committed
442 443 444
  <action name="actionFirmwareUpdateView">
   <property name="icon">
    <iconset resource="../../qgroundcontrol.qrc">
445
     <normaloff>:/files/images/status/software-update-available.svg</normaloff>:/files/images/status/software-update-available.svg</iconset>
Lorenz Meier's avatar
Lorenz Meier committed
446 447 448 449 450 451 452 453
   </property>
   <property name="text">
    <string>Firmware Update</string>
   </property>
   <property name="toolTip">
    <string>Update the firmware of one of the connected autopilots</string>
   </property>
  </action>
454 455 456 457 458 459 460 461 462
  <action name="actionSimulation_View">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="icon">
    <iconset resource="../../qgroundcontrol.qrc">
     <normaloff>:/files/images/control/launch.svg</normaloff>:/files/images/control/launch.svg</iconset>
   </property>
   <property name="text">
463
    <string>Simulation</string>
464 465 466
   </property>
   <property name="toolTip">
    <string>Open the simulation view</string>
467
   </property>
468 469
  </action>
  <action name="actionConfiguration_2">
470 471 472
   <property name="checkable">
    <bool>true</bool>
   </property>
473 474 475 476 477
   <property name="icon">
    <iconset resource="../../qgroundcontrol.qrc">
     <normaloff>:/files/images/categories/preferences-system.svg</normaloff>:/files/images/categories/preferences-system.svg</iconset>
   </property>
   <property name="text">
478 479 480 481
    <string>Config</string>
   </property>
   <property name="toolTip">
    <string>Configuration options of the vehicle.</string>
482 483
   </property>
  </action>
484 485 486 487 488 489 490 491
  <action name="actionAdvanced_Mode">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>Advanced Mode</string>
   </property>
  </action>
492 493 494 495 496
  <action name="actionSimulationView">
   <property name="text">
    <string>Simulation</string>
   </property>
  </action>
pixhawk's avatar
pixhawk committed
497 498 499
 </widget>
 <layoutdefault spacing="6" margin="11"/>
 <resources>
lm's avatar
lm committed
500
  <include location="../../qgroundcontrol.qrc"/>
pixhawk's avatar
pixhawk committed
501 502 503 504 505
 </resources>
 <connections>
  <connection>
   <sender>actionExit</sender>
   <signal>triggered()</signal>
pixhawk's avatar
pixhawk committed
506
   <receiver>MainWindow</receiver>
pixhawk's avatar
pixhawk committed
507 508 509 510 511 512 513 514 515 516 517 518
   <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
519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550
  <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
551 552
 </connections>
</ui>