Newer
Older
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<width>1024</width>
<height>600</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>640</width>
<height>400</height>
</size>
</property>
<property name="baseSize">
<size>
<width>1100</width>
<height>800</height>
</size>
</property>
<property name="mouseTracking">
<bool>false</bool>
</property>
<property name="windowTitle">
<string>MGMainWindow</string>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
lm
committed
<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>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
</rect>
</property>
<widget class="QMenu" name="menuMGround">
<property name="title">
<string>File</string>
</property>
<addaction name="separator"/>
<addaction name="actionSettings"/>
Mariano Lizarraga
committed
<widget class="QMenu" name="menuHelp">
<property name="title">
<string>Help</string>
</property>
<addaction name="actionOnline_Documentation"/>
<addaction name="actionProject_Roadmap"/>
Mariano Lizarraga
committed
<addaction name="actionDeveloper_Credits"/>
</widget>
<widget class="QMenu" name="menuPerspectives">
<property name="title">
<string>View</string>
Mariano Lizarraga
committed
</property>
<addaction name="actionSetup"/>
<addaction name="actionPlan"/>
<addaction name="actionFlight"/>
<addaction name="actionAnalyze"/>
<addaction name="separator"/>
<addaction name="actionFullscreen"/>
<addaction name="actionNormal"/>
<addaction name="separator"/>
<addaction name="actionStatusBar"/>
</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="separator"/>
</widget>
<addaction name="actionExperimentalPlanView"/>
<addaction name="actionTerminalView"/>
<addaction name="actionSimulationView"/>
<addaction name="separator"/>
<addaction name="menuTools"/>
Mariano Lizarraga
committed
<addaction name="menuHelp"/>
</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">
<property name="enabled">
<bool>true</bool>
</property>
<normaloff>:/res/Launch</normaloff>
<normalon>:/res/Launch</normalon>:/res/Launch</iconset>
</property>
<property name="text">
<string>Liftoff</string>
</property>
</action>
<action name="actionLand">
<property name="icon">
<normaloff>:/res/Land</normaloff>:/res/Land</iconset>
</property>
<property name="text">
<string>Land</string>
</property>
</action>
<action name="actionEmergency_Land">
<property name="icon">
<normaloff>:/res/Kill</normaloff>:/res/Kill</iconset>
</property>
<property name="text">
<string>Emergency Land</string>
</property>
<property name="shortcut">
</property>
</action>
<action name="actionEmergency_Kill">
<property name="icon">
<normaloff>:/res/Kill</normaloff>:/res/Kill</iconset>
</property>
<property name="text">
<string>Kill UAS</string>
</property>
<property name="shortcut">
<string>Ctrl+K</string>
</property>
</action>
<action name="actionAdd_Link">
<property name="text">
Mariano Lizarraga
committed
<action name="actionOnline_Documentation">
<property name="text">
<string>Online Documentation</string>
</property>
</action>
<action name="actionProject_Roadmap">
Mariano Lizarraga
committed
<property name="text">
<string>Project Roadmap</string>
</property>
</action>
<action name="actionDeveloper_Credits">
<property name="text">
<string>Developer Credits</string>
</property>
</action>
<property name="checkable">
<bool>true</bool>
</property>
Mariano Lizarraga
committed
<property name="text">
Mariano Lizarraga
committed
</property>
</action>
<property name="checkable">
<bool>true</bool>
</property>
Mariano Lizarraga
committed
<property name="text">
Mariano Lizarraga
committed
</property>
</action>
<property name="checkable">
<bool>true</bool>
</property>
Mariano Lizarraga
committed
<property name="text">
Mariano Lizarraga
committed
</property>
</action>
<action name="actionMuteAudioOutput">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Mute Audio Output</string>
</property>
</action>
<action name="actionShutdownMAV">
<property name="icon">
<normaloff>:/res/Shutdown</normaloff>:/res/Shutdown</iconset>
</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>
<action name="actionSettings">
<property name="text">
<string>Settings</string>
</property>
<property name="toolTip">
<string>Application settings</string>
</property>
<property name="menuRole">
<enum>QAction::PreferencesRole</enum>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
<property name="text">
<string>Fullscreen</string>
</property>
</action>
<action name="actionNormal">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
<property name="text">
<string>Normal</string>
</property>
<property name="shortcut">
<string>Esc</string>
</property>
</action>
<action name="actionSetup">
Michael Carpenter
committed
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
</property>
<property name="toolTip">
<string>Setup of the vehicle</string>
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
Michael Carpenter
committed
<action name="actionAdvanced_Mode">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Advanced Mode</string>
</property>
</action>
<action name="actionSimulationView">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
</property>
</action>
<action name="actionTerminalView">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Terminal</string>
</property>
</action>
<action name="actionStatusBar">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Status Bar</string>
</property>
</action>
<action name="actionExperimentalPlanView">
<property name="text">
<string>Experimental Plan View</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources>
</resources>
<connections>
<connection>
<sender>actionExit</sender>
<signal>triggered()</signal>
<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>
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
<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>