Skip to content
Snippets Groups Projects
MainWindow.ui 17.8 KiB
Newer Older
  • Learn to ignore specific revisions
  • pixhawk's avatar
    pixhawk committed
    <?xml version="1.0" encoding="UTF-8"?>
    <ui version="4.0">
    
    pixhawk's avatar
    pixhawk committed
     <class>MainWindow</class>
     <widget class="QMainWindow" name="MainWindow">
    
    pixhawk's avatar
    pixhawk committed
      <property name="geometry">
       <rect>
        <x>0</x>
        <y>0</y>
    
        <width>1024</width>
        <height>600</height>
    
    pixhawk's avatar
    pixhawk committed
       </rect>
      </property>
      <property name="minimumSize">
       <size>
    
        <width>640</width>
        <height>400</height>
    
    pixhawk's avatar
    pixhawk committed
       </size>
      </property>
      <property name="baseSize">
       <size>
        <width>1100</width>
        <height>800</height>
       </size>
      </property>
    
      <property name="mouseTracking">
       <bool>false</bool>
      </property>
    
    pixhawk's avatar
    pixhawk committed
      <property name="windowTitle">
       <string>MGMainWindow</string>
      </property>
      <property name="styleSheet">
       <string notr="true"/>
      </property>
    
      <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
      <widget class="QMenuBar" name="menuBar">
       <property name="geometry">
        <rect>
         <x>0</x>
         <y>0</y>
    
         <width>1024</width>
         <height>22</height>
    
    pixhawk's avatar
    pixhawk committed
        </rect>
       </property>
       <widget class="QMenu" name="menuMGround">
        <property name="title">
         <string>File</string>
        </property>
    
        <addaction name="actionJoystick_Settings"/>
    
        <addaction name="actionSimulate"/>
    
    pixhawk's avatar
    pixhawk committed
        <addaction name="separator"/>
    
    pixhawk's avatar
    pixhawk committed
        <addaction name="actionMuteAudioOutput"/>
    
        <addaction name="actionJoystickSettings"/>
    
        <addaction name="actionSettings"/>
    
    pixhawk's avatar
    pixhawk committed
        <addaction name="separator"/>
    
    pixhawk's avatar
    pixhawk committed
        <addaction name="actionExit"/>
       </widget>
       <widget class="QMenu" name="menuNetwork">
        <property name="title">
    
    pixhawk's avatar
    pixhawk committed
        </property>
        <addaction name="actionAdd_Link"/>
        <addaction name="separator"/>
       </widget>
    
    Lorenz Meier's avatar
    Lorenz Meier committed
         <string>Tool Widgets</string>
    
    pixhawk's avatar
    pixhawk committed
        <addaction name="actionNewCustomWidget"/>
    
        <addaction name="actionLoadCustomWidgetFile"/>
    
        <addaction name="separator"/>
    
       </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>
    
        <addaction name="actionMissionView"/>
        <addaction name="actionFlightView"/>
    
        <addaction name="actionHardwareConfig"/>
        <addaction name="actionSoftwareConfig"/>
    
        <addaction name="actionTerminalView"/>
    
        <addaction name="actionEngineersView"/>
        <addaction name="actionSimulationView"/>
    
        <addaction name="actionGoogleEarthView"/>
        <addaction name="actionLocal3DView"/>
    
    Lorenz Meier's avatar
    Lorenz Meier committed
        <addaction name="actionFirmwareUpdateView"/>
    
        <addaction name="actionUnconnectedView"/>
    
    lm's avatar
    lm committed
        <addaction name="separator"/>
        <addaction name="actionFullscreen"/>
        <addaction name="actionNormal"/>
    
       </widget>
    
    pixhawk's avatar
    pixhawk committed
       <addaction name="menuMGround"/>
       <addaction name="menuNetwork"/>
    
    Lorenz Meier's avatar
    Lorenz Meier committed
       <addaction name="menuPerspectives"/>
    
    pixhawk's avatar
    pixhawk committed
      </widget>
      <widget class="QStatusBar" name="statusBar"/>
      <action name="actionExit">
       <property name="icon">
    
    lm's avatar
    lm committed
        <iconset resource="../../qgroundcontrol.qrc">
    
         <normaloff>:/files/images/actions/system-log-out.svg</normaloff>:/files/images/actions/system-log-out.svg</iconset>
    
    pixhawk's avatar
    pixhawk committed
       </property>
       <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>
    
    pixhawk's avatar
    pixhawk committed
       <property name="icon">
    
    lm's avatar
    lm committed
        <iconset resource="../../qgroundcontrol.qrc">
    
         <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
       </property>
       <property name="text">
        <string>Liftoff</string>
       </property>
      </action>
      <action name="actionLand">
       <property name="icon">
    
    lm's avatar
    lm committed
        <iconset resource="../../qgroundcontrol.qrc">
    
         <normaloff>:/files/images/control/land.svg</normaloff>:/files/images/control/land.svg</iconset>
    
    pixhawk's avatar
    pixhawk committed
       </property>
       <property name="text">
        <string>Land</string>
       </property>
      </action>
      <action name="actionEmergency_Land">
    
    lm's avatar
    lm committed
        <iconset resource="../../qgroundcontrol.qrc">
    
         <normaloff>:/files/images/actions/process-stop.svg</normaloff>:/files/images/actions/process-stop.svg</iconset>
    
    pixhawk's avatar
    pixhawk committed
       <property name="text">
        <string>Emergency Land</string>
       </property>
       <property name="shortcut">
        <string>Ctrl+E</string>
       </property>
      </action>
      <action name="actionEmergency_Kill">
    
    lm's avatar
    lm committed
        <iconset resource="../../qgroundcontrol.qrc">
    
         <normaloff>:/files/images/actions/process-stop.svg</normaloff>:/files/images/actions/process-stop.svg</iconset>
    
    pixhawk's avatar
    pixhawk committed
       <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
        <iconset resource="../../qgroundcontrol.qrc">
    
         <normaloff>:/files/images/actions/list-add.svg</normaloff>:/files/images/actions/list-add.svg</iconset>
    
    pixhawk's avatar
    pixhawk committed
       </property>
       <property name="text">
        <string>Add Link</string>
       </property>
      </action>
      <action name="actionConfiguration">
       <property name="icon">
    
    lm's avatar
    lm committed
        <iconset resource="../../qgroundcontrol.qrc">
    
         <normaloff>:/files/images/categories/applications-system.svg</normaloff>:/files/images/categories/applications-system.svg</iconset>
    
    pixhawk's avatar
    pixhawk committed
       </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
        <iconset resource="../../qgroundcontrol.qrc">
    
         <normaloff>:/files/images/devices/input-gaming.svg</normaloff>:/files/images/devices/input-gaming.svg</iconset>
    
    pixhawk's avatar
    pixhawk committed
       </property>
       <property name="text">
    
        <string>Joystick Configuration</string>
    
    pixhawk's avatar
    pixhawk committed
       </property>
    
       <property name="visible">
        <bool>true</bool>
       </property>
    
    pixhawk's avatar
    pixhawk committed
      </action>
    
      <action name="actionSimulate">
       <property name="checkable">
        <bool>true</bool>
       </property>
       <property name="icon">
    
    lm's avatar
    lm committed
        <iconset resource="../../qgroundcontrol.qrc">
    
         <normaloff>:/files/images/control/launch.svg</normaloff>:/files/images/control/launch.svg</iconset>
    
       </property>
       <property name="text">
        <string>Simulate</string>
       </property>
       <property name="toolTip">
        <string>Simulate one vehicle to test and evaluate this application</string>
       </property>
      </action>
    
      <action name="actionShow_Slugs_View">
       <property name="icon">
    
    lm's avatar
    lm committed
        <iconset resource="../../qgroundcontrol.qrc">
    
         <normaloff>:/files/images/contrib/slugs.png</normaloff>:/files/images/contrib/slugs.png</iconset>
    
       </property>
       <property name="text">
        <string>Show Slugs View</string>
       </property>
      </action>
    
      <action name="actionJoystick_Settings">
       <property name="icon">
    
    lm's avatar
    lm committed
        <iconset resource="../../qgroundcontrol.qrc">
    
         <normaloff>:/files/images/devices/input-gaming.svg</normaloff>:/files/images/devices/input-gaming.svg</iconset>
    
       </property>
       <property name="text">
        <string>Joystick Settings</string>
       </property>
       <property name="visible">
        <bool>false</bool>
       </property>
      </action>
    
      <action name="actionOnline_Documentation">
       <property name="icon">
    
    lm's avatar
    lm committed
        <iconset resource="../../qgroundcontrol.qrc">
    
         <normaloff>:/files/images/apps/utilities-system-monitor.svg</normaloff>:/files/images/apps/utilities-system-monitor.svg</iconset>
    
       </property>
       <property name="text">
        <string>Online Documentation</string>
       </property>
      </action>
      <action name="actionProject_Roadmap_2">
       <property name="icon">
    
    lm's avatar
    lm committed
        <iconset resource="../../qgroundcontrol.qrc">
    
         <normaloff>:/files/images/status/software-update-available.svg</normaloff>:/files/images/status/software-update-available.svg</iconset>
    
       </property>
       <property name="text">
        <string>Project Roadmap</string>
       </property>
      </action>
      <action name="actionDeveloper_Credits">
       <property name="icon">
    
    lm's avatar
    lm committed
        <iconset resource="../../qgroundcontrol.qrc">
    
         <normaloff>:/files/images/categories/preferences-system.svg</normaloff>:/files/images/categories/preferences-system.svg</iconset>
    
       </property>
       <property name="text">
        <string>Developer Credits</string>
       </property>
      </action>
    
       <property name="checkable">
        <bool>true</bool>
       </property>
    
    lm's avatar
    lm committed
        <iconset resource="../../qgroundcontrol.qrc">
    
         <normaloff>:/files/images/categories/applications-internet.svg</normaloff>:/files/images/categories/applications-internet.svg</iconset>
    
        <string>Mission</string>
    
       <property name="shortcut">
        <string>Meta+O</string>
       </property>
    
       <property name="checkable">
        <bool>true</bool>
       </property>
    
    lm's avatar
    lm committed
        <iconset resource="../../qgroundcontrol.qrc">
    
         <normaloff>:/files/images/apps/utilities-system-monitor.svg</normaloff>:/files/images/apps/utilities-system-monitor.svg</iconset>
    
    Lorenz Meier's avatar
    Lorenz Meier committed
        <string>Plot</string>
    
       <property name="shortcut">
        <string>Meta+E</string>
       </property>
    
       <property name="checkable">
        <bool>true</bool>
       </property>
    
    lm's avatar
    lm committed
        <iconset resource="../../qgroundcontrol.qrc">
    
         <normaloff>:/files/images/devices/network-wired.svg</normaloff>:/files/images/devices/network-wired.svg</iconset>
    
       </property>
       <property name="text">
        <string>Mavlink</string>
       </property>
    
       <property name="shortcut">
        <string>Meta+M</string>
       </property>
    
       <property name="checkable">
        <bool>true</bool>
       </property>
    
    lm's avatar
    lm committed
        <iconset resource="../../qgroundcontrol.qrc">
    
         <normaloff>:/files/images/status/network-wireless-encrypted.svg</normaloff>:/files/images/status/network-wireless-encrypted.svg</iconset>
    
        <string>Flight</string>
    
       <property name="shortcut">
        <string>Meta+P</string>
       </property>
    
    lm's avatar
    lm committed
        <iconset resource="../../qgroundcontrol.qrc">
    
         <normaloff>:/files/images/apps/utilities-system-monitor.svg</normaloff>:/files/images/apps/utilities-system-monitor.svg</iconset>
    
       <property name="text">
        <string>New Custom Widget</string>
       </property>
      </action>
    
      <action name="actionMuteAudioOutput">
       <property name="checkable">
        <bool>true</bool>
       </property>
       <property name="icon">
    
    lm's avatar
    lm committed
        <iconset resource="../../qgroundcontrol.qrc">
    
         <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>
    
       </property>
       <property name="text">
        <string>Mute Audio Output</string>
       </property>
      </action>
    
      <action name="actionUnconnectedView">
       <property name="checkable">
        <bool>true</bool>
       </property>
       <property name="icon">
    
    lm's avatar
    lm committed
        <iconset resource="../../qgroundcontrol.qrc">
    
         <normaloff>:/files/images/devices/network-wireless.svg</normaloff>:/files/images/devices/network-wireless.svg</iconset>
    
       </property>
       <property name="text">
        <string>Unconnected</string>
       </property>
       <property name="shortcut">
        <string>Meta+U</string>
       </property>
      </action>
    
      <action name="actionShutdownMAV">
       <property name="icon">
    
    lm's avatar
    lm committed
        <iconset resource="../../qgroundcontrol.qrc">
    
         <normaloff>:/files/images/actions/system-log-out.svg</normaloff>:/files/images/actions/system-log-out.svg</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>
      </action>
    
    lm's avatar
    lm committed
      <action name="actionFullscreen">
       <property name="text">
        <string>Fullscreen</string>
       </property>
       <property name="shortcut">
    
    lm's avatar
    lm committed
       </property>
      </action>
      <action name="actionNormal">
       <property name="text">
        <string>Normal</string>
       </property>
       <property name="shortcut">
        <string>Esc</string>
       </property>
      </action>
    
      <action name="actionLoadCustomWidgetFile">
       <property name="icon">
    
    lm's avatar
    lm committed
        <iconset resource="../../qgroundcontrol.qrc">
    
         <normaloff>:/files/images/status/folder-drag-accept.svg</normaloff>:/files/images/status/folder-drag-accept.svg</iconset>
    
       </property>
       <property name="text">
        <string>Load Custom Widget File</string>
       </property>
      </action>
    
    Lorenz Meier's avatar
    Lorenz Meier committed
      <action name="actionFirmwareUpdateView">
       <property name="icon">
        <iconset resource="../../qgroundcontrol.qrc">
    
         <normaloff>:/files/images/status/software-update-available.svg</normaloff>:/files/images/status/software-update-available.svg</iconset>
    
    Lorenz Meier's avatar
    Lorenz Meier committed
       </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>
    
      <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">
    
        <string>Simulation</string>
    
       </property>
       <property name="toolTip">
        <string>Open the simulation view</string>
    
       <property name="checkable">
        <bool>true</bool>
       </property>
    
       <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">
    
       </property>
       <property name="toolTip">
        <string>Configuration options of the vehicle.</string>
    
      <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="icon">
        <iconset resource="../../qgroundcontrol.qrc">
         <normaloff>:/files/images/apps/accessories-calculator.svg</normaloff>:/files/images/apps/accessories-calculator.svg</iconset>
       </property>
    
       <property name="text">
        <string>Simulation</string>
       </property>
      </action>
    
       <property name="checkable">
        <bool>true</bool>
       </property>
    
       <property name="icon">
        <iconset resource="../../qgroundcontrol.qrc">
         <normaloff>:/files/images/categories/applications-system.svg</normaloff>:/files/images/categories/applications-system.svg</iconset>
       </property>
    
       <property name="text">
        <string>Software</string>
       </property>
      </action>
    
      <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>
    
      <action name="actionGoogleEarthView">
       <property name="text">
        <string>Google Earth</string>
       </property>
      </action>
      <action name="actionLocal3DView">
       <property name="text">
        <string>Local 3D View</string>
       </property>
      </action>
    
    pixhawk's avatar
    pixhawk committed
     </widget>
     <layoutdefault spacing="6" margin="11"/>
     <resources>
    
    lm's avatar
    lm committed
      <include location="../../qgroundcontrol.qrc"/>
    
    pixhawk's avatar
    pixhawk committed
     </resources>
     <connections>
      <connection>
       <sender>actionExit</sender>
       <signal>triggered()</signal>
    
    pixhawk's avatar
    pixhawk committed
       <receiver>MainWindow</receiver>
    
    pixhawk's avatar
    pixhawk committed
       <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
      <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
     </connections>
    </ui>