MainWindow.ui 7.89 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>
Don Gagne's avatar
Don Gagne committed
54
     <height>22</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"/>
dogmaphobic's avatar
dogmaphobic committed
63
    <addaction name="actionAdd_Link"/>
64
    <addaction name="actionSettings"/>
65
    <addaction name="actionUseMissionEditor"/>
pixhawk's avatar
pixhawk committed
66
    <addaction name="separator"/>
pixhawk's avatar
pixhawk committed
67 68
    <addaction name="actionExit"/>
   </widget>
69 70 71 72 73
   <widget class="QMenu" name="menuHelp">
    <property name="title">
     <string>Help</string>
    </property>
    <addaction name="actionOnline_Documentation"/>
74
    <addaction name="actionProject_Roadmap"/>
75 76 77 78
    <addaction name="actionDeveloper_Credits"/>
   </widget>
   <widget class="QMenu" name="menuPerspectives">
    <property name="title">
79
     <string>View</string>
80
    </property>
81
    <addaction name="actionSetup"/>
82 83 84
    <addaction name="actionPlan"/>
    <addaction name="actionFlight"/>
    <addaction name="actionAnalyze"/>
dogmaphobic's avatar
dogmaphobic committed
85 86 87
    <addaction name="separator"/>
    <addaction name="actionFullscreen"/>
    <addaction name="actionNormal"/>
88 89
    <addaction name="separator"/>
    <addaction name="actionStatusBar"/>
dogmaphobic's avatar
dogmaphobic committed
90 91 92 93 94 95 96 97 98 99 100
   </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>
101
    <addaction name="actionSimulationView"/>
lm's avatar
lm committed
102
    <addaction name="separator"/>
dogmaphobic's avatar
dogmaphobic committed
103 104
    <addaction name="separator"/>
    <addaction name="menuTools"/>
105
   </widget>
pixhawk's avatar
pixhawk committed
106
   <addaction name="menuMGround"/>
Lorenz Meier's avatar
Lorenz Meier committed
107
   <addaction name="menuPerspectives"/>
dogmaphobic's avatar
dogmaphobic committed
108
   <addaction name="menuAdvanced"/>
109
   <addaction name="menuHelp"/>
pixhawk's avatar
pixhawk committed
110 111 112 113 114 115 116 117 118 119 120 121
  </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
122
    <string>Manage Communication Links</string>
pixhawk's avatar
pixhawk committed
123 124
   </property>
  </action>
125 126 127 128 129
  <action name="actionOnline_Documentation">
   <property name="text">
    <string>Online Documentation</string>
   </property>
  </action>
130
  <action name="actionProject_Roadmap">
131 132 133 134 135 136 137 138 139
   <property name="text">
    <string>Project Roadmap</string>
   </property>
  </action>
  <action name="actionDeveloper_Credits">
   <property name="text">
    <string>Developer Credits</string>
   </property>
  </action>
140
  <action name="actionPlan">
141 142 143
   <property name="checkable">
    <bool>true</bool>
   </property>
144
   <property name="text">
Don Gagne's avatar
Don Gagne committed
145
    <string>Plan</string>
146 147
   </property>
  </action>
148
  <action name="actionAnalyze">
149 150 151
   <property name="checkable">
    <bool>true</bool>
   </property>
152
   <property name="text">
Don Gagne's avatar
Don Gagne committed
153
    <string>Analyze</string>
154 155
   </property>
  </action>
156
  <action name="actionFlight">
157 158 159
   <property name="checkable">
    <bool>true</bool>
   </property>
160
   <property name="text">
Don Gagne's avatar
Don Gagne committed
161
    <string>Fly</string>
162 163
   </property>
  </action>
164 165 166 167 168 169 170 171
  <action name="actionMuteAudioOutput">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>Mute Audio Output</string>
   </property>
  </action>
172 173 174 175
  <action name="actionSettings">
   <property name="text">
    <string>Settings</string>
   </property>
176 177 178
   <property name="toolTip">
    <string>Application settings</string>
   </property>
Don Gagne's avatar
Don Gagne committed
179 180 181
   <property name="menuRole">
    <enum>QAction::PreferencesRole</enum>
   </property>
182
  </action>
lm's avatar
lm committed
183
  <action name="actionFullscreen">
184 185 186 187 188 189
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="checked">
    <bool>false</bool>
   </property>
lm's avatar
lm committed
190 191 192 193 194
   <property name="text">
    <string>Fullscreen</string>
   </property>
  </action>
  <action name="actionNormal">
195 196 197 198 199 200
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="checked">
    <bool>false</bool>
   </property>
lm's avatar
lm committed
201 202 203 204 205 206 207
   <property name="text">
    <string>Normal</string>
   </property>
   <property name="shortcut">
    <string>Esc</string>
   </property>
  </action>
208
  <action name="actionSetup">
209 210 211
   <property name="checkable">
    <bool>true</bool>
   </property>
212
   <property name="text">
Don Gagne's avatar
Don Gagne committed
213
    <string>Setup</string>
214 215
   </property>
   <property name="toolTip">
216
    <string>Setup of the vehicle</string>
217
   </property>
Don Gagne's avatar
Don Gagne committed
218 219 220
   <property name="menuRole">
    <enum>QAction::NoRole</enum>
   </property>
221
  </action>
222 223 224 225 226 227 228 229
  <action name="actionAdvanced_Mode">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>Advanced Mode</string>
   </property>
  </action>
230
  <action name="actionSimulationView">
231 232 233
   <property name="checkable">
    <bool>true</bool>
   </property>
234
   <property name="text">
235
    <string>HIL Simulation</string>
236 237
   </property>
  </action>
238 239 240 241 242
  <action name="actionStatusBar">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
243
    <string>Show Status Bar</string>
244 245
   </property>
  </action>
Don Gagne's avatar
Don Gagne committed
246 247 248 249 250 251 252 253 254 255 256
  <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>
257 258 259 260 261 262 263 264 265 266 267
  <action name="actionUseMissionEditor">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>Use new mission editor (reboot required)</string>
   </property>
   <property name="toolTip">
    <string>Mission Editor</string>
   </property>
  </action>
pixhawk's avatar
pixhawk committed
268 269 270
 </widget>
 <layoutdefault spacing="6" margin="11"/>
 <resources>
lm's avatar
lm committed
271
  <include location="../../qgroundcontrol.qrc"/>
pixhawk's avatar
pixhawk committed
272 273 274 275 276
 </resources>
 <connections>
  <connection>
   <sender>actionExit</sender>
   <signal>triggered()</signal>
pixhawk's avatar
pixhawk committed
277
   <receiver>MainWindow</receiver>
pixhawk's avatar
pixhawk committed
278 279 280 281 282 283 284 285 286 287 288 289
   <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
290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321
  <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
322 323
 </connections>
</ui>