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