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