MainWindow.ui 2.45 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 15 16 17 18
   </rect>
  </property>
  <property name="baseSize">
   <size>
    <width>1100</width>
    <height>800</height>
   </size>
  </property>
19 20 21
  <property name="mouseTracking">
   <bool>false</bool>
  </property>
pixhawk's avatar
pixhawk committed
22 23 24 25 26 27
  <property name="windowTitle">
   <string>MGMainWindow</string>
  </property>
  <property name="styleSheet">
   <string notr="true"/>
  </property>
28
  <widget class="QWidget" name="centralWidget"/>
pixhawk's avatar
pixhawk committed
29 30 31 32 33
  <widget class="QMenuBar" name="menuBar">
   <property name="geometry">
    <rect>
     <x>0</x>
     <y>0</y>
34
     <width>1024</width>
Don Gagne's avatar
Don Gagne committed
35
     <height>22</height>
pixhawk's avatar
pixhawk committed
36 37
    </rect>
   </property>
38
   <widget class="QMenu" name="menuFile">
pixhawk's avatar
pixhawk committed
39 40 41 42
    <property name="title">
     <string>File</string>
    </property>
    <addaction name="separator"/>
Don Gagne's avatar
Don Gagne committed
43
    <addaction name="actionStatusBar"/>
pixhawk's avatar
pixhawk committed
44
    <addaction name="separator"/>
pixhawk's avatar
pixhawk committed
45 46
    <addaction name="actionExit"/>
   </widget>
47
   <widget class="QMenu" name="menuWidgets">
dogmaphobic's avatar
dogmaphobic committed
48
    <property name="title">
49
     <string>Widgets</string>
dogmaphobic's avatar
dogmaphobic committed
50
    </property>
51
   </widget>
52
   <addaction name="menuFile"/>
53
   <addaction name="menuWidgets"/>
pixhawk's avatar
pixhawk committed
54 55 56 57 58 59 60 61 62 63 64 65
  </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
66
    <string>Manage Communication Links</string>
pixhawk's avatar
pixhawk committed
67 68
   </property>
  </action>
69 70 71 72 73 74 75 76
  <action name="actionAdvanced_Mode">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>Advanced Mode</string>
   </property>
  </action>
77 78 79 80 81
  <action name="actionStatusBar">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
82
    <string>Replay Flight Data</string>
83 84
   </property>
  </action>
pixhawk's avatar
pixhawk committed
85 86
 </widget>
 <layoutdefault spacing="6" margin="11"/>
Don Gagne's avatar
Don Gagne committed
87
 <resources/>
pixhawk's avatar
pixhawk committed
88 89 90 91
 <connections>
  <connection>
   <sender>actionExit</sender>
   <signal>triggered()</signal>
pixhawk's avatar
pixhawk committed
92
   <receiver>MainWindow</receiver>
pixhawk's avatar
pixhawk committed
93 94 95 96 97 98 99 100 101 102 103 104 105 106
   <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>