MainWindow.ui 5.43 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>
54
     <height>21</height>
pixhawk's avatar
pixhawk committed
55 56 57 58 59 60 61
    </rect>
   </property>
   <widget class="QMenu" name="menuMGround">
    <property name="title">
     <string>File</string>
    </property>
    <addaction name="separator"/>
pixhawk's avatar
pixhawk committed
62
    <addaction name="actionMuteAudioOutput"/>
63
    <addaction name="actionSettings"/>
pixhawk's avatar
pixhawk committed
64
    <addaction name="separator"/>
pixhawk's avatar
pixhawk committed
65 66
    <addaction name="actionExit"/>
   </widget>
67 68 69 70 71
   <widget class="QMenu" name="menuHelp">
    <property name="title">
     <string>Help</string>
    </property>
    <addaction name="actionOnline_Documentation"/>
72
    <addaction name="actionProject_Roadmap"/>
73 74 75 76
    <addaction name="actionDeveloper_Credits"/>
   </widget>
   <widget class="QMenu" name="menuPerspectives">
    <property name="title">
77
     <string>View</string>
78
    </property>
79
    <addaction name="actionSetup"/>
80 81
    <addaction name="actionPlan"/>
    <addaction name="actionFlight"/>
dogmaphobic's avatar
dogmaphobic committed
82
    <addaction name="separator"/>
83 84
    <addaction name="separator"/>
    <addaction name="actionStatusBar"/>
dogmaphobic's avatar
dogmaphobic committed
85
   </widget>
86
   <widget class="QMenu" name="menuWidgets">
dogmaphobic's avatar
dogmaphobic committed
87
    <property name="title">
88
     <string>Widgets</string>
dogmaphobic's avatar
dogmaphobic committed
89
    </property>
90
   </widget>
pixhawk's avatar
pixhawk committed
91
   <addaction name="menuMGround"/>
Lorenz Meier's avatar
Lorenz Meier committed
92
   <addaction name="menuPerspectives"/>
93
   <addaction name="menuWidgets"/>
94
   <addaction name="menuHelp"/>
pixhawk's avatar
pixhawk committed
95 96 97 98 99 100 101 102 103 104 105 106
  </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
107
    <string>Manage Communication Links</string>
pixhawk's avatar
pixhawk committed
108 109
   </property>
  </action>
110 111 112 113 114
  <action name="actionOnline_Documentation">
   <property name="text">
    <string>Online Documentation</string>
   </property>
  </action>
115
  <action name="actionProject_Roadmap">
116 117 118 119 120 121 122 123 124
   <property name="text">
    <string>Project Roadmap</string>
   </property>
  </action>
  <action name="actionDeveloper_Credits">
   <property name="text">
    <string>Developer Credits</string>
   </property>
  </action>
125
  <action name="actionPlan">
126 127 128
   <property name="checkable">
    <bool>true</bool>
   </property>
129
   <property name="text">
Don Gagne's avatar
Don Gagne committed
130
    <string>Plan</string>
131 132
   </property>
  </action>
133
  <action name="actionFlight">
134 135 136
   <property name="checkable">
    <bool>true</bool>
   </property>
137
   <property name="text">
Don Gagne's avatar
Don Gagne committed
138
    <string>Fly</string>
139 140
   </property>
  </action>
141 142 143 144 145 146 147 148
  <action name="actionMuteAudioOutput">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>Mute Audio Output</string>
   </property>
  </action>
149 150 151 152
  <action name="actionSettings">
   <property name="text">
    <string>Settings</string>
   </property>
153 154 155
   <property name="toolTip">
    <string>Application settings</string>
   </property>
Don Gagne's avatar
Don Gagne committed
156 157 158
   <property name="menuRole">
    <enum>QAction::PreferencesRole</enum>
   </property>
159
  </action>
160
  <action name="actionSetup">
161 162 163
   <property name="checkable">
    <bool>true</bool>
   </property>
164
   <property name="text">
Don Gagne's avatar
Don Gagne committed
165
    <string>Setup</string>
166 167
   </property>
   <property name="toolTip">
168
    <string>Setup of the vehicle</string>
169
   </property>
Don Gagne's avatar
Don Gagne committed
170 171 172
   <property name="menuRole">
    <enum>QAction::NoRole</enum>
   </property>
173
  </action>
174 175 176 177 178 179 180 181
  <action name="actionAdvanced_Mode">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>Advanced Mode</string>
   </property>
  </action>
182 183 184 185 186
  <action name="actionStatusBar">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
187
    <string>Show Status Bar</string>
188 189
   </property>
  </action>
Don Gagne's avatar
Don Gagne committed
190 191 192 193 194 195 196 197 198 199 200
  <action name="actionMissionEditor">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>New Mission Editor</string>
   </property>
   <property name="toolTip">
    <string>Mission Editor</string>
   </property>
  </action>
pixhawk's avatar
pixhawk committed
201 202
 </widget>
 <layoutdefault spacing="6" margin="11"/>
Don Gagne's avatar
Don Gagne committed
203
 <resources/>
pixhawk's avatar
pixhawk committed
204 205 206 207
 <connections>
  <connection>
   <sender>actionExit</sender>
   <signal>triggered()</signal>
pixhawk's avatar
pixhawk committed
208
   <receiver>MainWindow</receiver>
pixhawk's avatar
pixhawk committed
209 210 211 212 213 214 215 216 217 218 219 220 221 222
   <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>