Skip to content
Snippets Groups Projects
MainWindow.ui 3.13 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>
    
    Don Gagne's avatar
    Don Gagne committed
         <height>22</height>
    
    pixhawk's avatar
    pixhawk committed
        </rect>
       </property>
       <widget class="QMenu" name="menuMGround">
        <property name="title">
         <string>File</string>
        </property>
        <addaction name="separator"/>
    
    pixhawk's avatar
    pixhawk committed
        <addaction name="actionMuteAudioOutput"/>
    
    Don Gagne's avatar
    Don Gagne committed
        <addaction name="actionStatusBar"/>
    
    pixhawk's avatar
    pixhawk committed
        <addaction name="separator"/>
    
    pixhawk's avatar
    pixhawk committed
        <addaction name="actionExit"/>
       </widget>
    
       <widget class="QMenu" name="menuWidgets">
    
    dogmaphobic's avatar
    dogmaphobic committed
        <property name="title">
    
         <string>Widgets</string>
    
    dogmaphobic's avatar
    dogmaphobic committed
        </property>
    
       </widget>
    
    pixhawk's avatar
    pixhawk committed
       <addaction name="menuMGround"/>
    
       <addaction name="menuWidgets"/>
    
    pixhawk's avatar
    pixhawk committed
      </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="actionAdd_Link">
       <property name="text">
    
    dogmaphobic's avatar
    dogmaphobic committed
        <string>Manage Communication Links</string>
    
    pixhawk's avatar
    pixhawk 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="actionAdvanced_Mode">
       <property name="checkable">
        <bool>true</bool>
       </property>
       <property name="text">
        <string>Advanced Mode</string>
       </property>
      </action>
    
      <action name="actionStatusBar">
       <property name="checkable">
        <bool>true</bool>
       </property>
       <property name="text">
    
        <string>Show Status Bar</string>
    
    pixhawk's avatar
    pixhawk committed
     </widget>
     <layoutdefault spacing="6" margin="11"/>
    
    Don Gagne's avatar
    Don Gagne committed
     <resources/>
    
    pixhawk's avatar
    pixhawk committed
     <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>
     </connections>
    </ui>