<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>MainWindow</class>
 <widget class="QMainWindow" name="MainWindow">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>1920</width>
    <height>1080</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>openPilotLog v0.6</string>
  </property>
  <widget class="QWidget" name="centralwidget">
   <layout class="QGridLayout" name="gridLayout">
    <item row="0" column="0">
     <widget class="QStackedWidget" name="stackedWidget">
      <widget class="QWidget" name="page"/>
      <widget class="QWidget" name="page_2"/>
     </widget>
    </item>
   </layout>
  </widget>
  <widget class="QStatusBar" name="statusbar"/>
  <widget class="QToolBar" name="toolBar">
   <property name="windowTitle">
    <string>toolBar</string>
   </property>
   <attribute name="toolBarArea">
    <enum>TopToolBarArea</enum>
   </attribute>
   <attribute name="toolBarBreak">
    <bool>false</bool>
   </attribute>
   <addaction name="actionHome"/>
   <addaction name="actionNewFlight"/>
   <addaction name="actionLogbook"/>
   <addaction name="actionAircraft"/>
   <addaction name="actionPilots"/>
   <addaction name="actionSettings"/>
   <addaction name="actionQuit"/>
  </widget>
  <action name="actionNewFlight">
   <property name="text">
    <string>NewFlight</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+N</string>
   </property>
  </action>
  <action name="actionQuit">
   <property name="text">
    <string>Quit</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+Q</string>
   </property>
  </action>
  <action name="actionHome">
   <property name="text">
    <string>Home</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+H</string>
   </property>
  </action>
  <action name="actionSettings">
   <property name="text">
    <string>Settings</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+S</string>
   </property>
  </action>
  <action name="actionLogbook">
   <property name="text">
    <string>Logbook</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+L</string>
   </property>
  </action>
  <action name="actionAircraft">
   <property name="text">
    <string>Aircraft</string>
   </property>
   <property name="toolTip">
    <string>Show or edit Aircraft</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+A</string>
   </property>
  </action>
  <action name="actionNewAircraft">
   <property name="text">
    <string>NewAircraft</string>
   </property>
   <property name="toolTip">
    <string>Add a new aircraft to the database</string>
   </property>
  </action>
  <action name="actionPilots">
   <property name="text">
    <string>Pilots</string>
   </property>
   <property name="toolTip">
    <string>Show or edit Pilots</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+P</string>
   </property>
  </action>
  <action name="actionNewPilot">
   <property name="text">
    <string>NewPilot</string>
   </property>
   <property name="toolTip">
    <string>Add a new Pilot to the database</string>
   </property>
  </action>
 </widget>
 <resources/>
 <connections/>
</ui>