mainwindow.ui 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1280</width>
  10. <height>720</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="minimumSize">
  20. <size>
  21. <width>1280</width>
  22. <height>720</height>
  23. </size>
  24. </property>
  25. <property name="maximumSize">
  26. <size>
  27. <width>16777215</width>
  28. <height>16777215</height>
  29. </size>
  30. </property>
  31. <property name="windowTitle">
  32. <string>openPilotLog</string>
  33. </property>
  34. <property name="toolButtonStyle">
  35. <enum>Qt::ToolButtonTextUnderIcon</enum>
  36. </property>
  37. <widget class="QWidget" name="centralwidget">
  38. <layout class="QGridLayout" name="gridLayout">
  39. <item row="0" column="0">
  40. <widget class="QStackedWidget" name="stackedWidget">
  41. <property name="currentIndex">
  42. <number>-1</number>
  43. </property>
  44. </widget>
  45. </item>
  46. </layout>
  47. </widget>
  48. <widget class="QStatusBar" name="statusbar"/>
  49. <action name="actionNewFlight">
  50. <property name="text">
  51. <string>New Flight</string>
  52. </property>
  53. <property name="toolTip">
  54. <string>Add a new flight to the logbook</string>
  55. </property>
  56. <property name="shortcut">
  57. <string>Ctrl+N</string>
  58. </property>
  59. </action>
  60. <action name="actionQuit">
  61. <property name="text">
  62. <string>Quit</string>
  63. </property>
  64. <property name="toolTip">
  65. <string>Exit the application</string>
  66. </property>
  67. <property name="shortcut">
  68. <string>Ctrl+Q</string>
  69. </property>
  70. </action>
  71. <action name="actionHome">
  72. <property name="text">
  73. <string>Home</string>
  74. </property>
  75. <property name="shortcut">
  76. <string>Ctrl+H</string>
  77. </property>
  78. </action>
  79. <action name="actionSettings">
  80. <property name="text">
  81. <string>Settings</string>
  82. </property>
  83. <property name="toolTip">
  84. <string>Change Settings</string>
  85. </property>
  86. <property name="shortcut">
  87. <string>Ctrl+S</string>
  88. </property>
  89. </action>
  90. <action name="actionLogbook">
  91. <property name="text">
  92. <string>Logbook</string>
  93. </property>
  94. <property name="shortcut">
  95. <string>Ctrl+L</string>
  96. </property>
  97. </action>
  98. <action name="actionAircraft">
  99. <property name="text">
  100. <string>Aircraft</string>
  101. </property>
  102. <property name="toolTip">
  103. <string>Show or edit your aircraft</string>
  104. </property>
  105. <property name="shortcut">
  106. <string>Ctrl+A</string>
  107. </property>
  108. </action>
  109. <action name="actionNewAircraft">
  110. <property name="text">
  111. <string>NewAircraft</string>
  112. </property>
  113. <property name="toolTip">
  114. <string>Add a new aircraft to the database</string>
  115. </property>
  116. </action>
  117. <action name="actionPilots">
  118. <property name="text">
  119. <string>Pilots</string>
  120. </property>
  121. <property name="toolTip">
  122. <string>Show or edit Pilots</string>
  123. </property>
  124. <property name="shortcut">
  125. <string>Ctrl+P</string>
  126. </property>
  127. </action>
  128. <action name="actionNewPilot">
  129. <property name="text">
  130. <string>NewPilot</string>
  131. </property>
  132. <property name="toolTip">
  133. <string>Add a new Pilot to the database</string>
  134. </property>
  135. </action>
  136. <action name="actionDebug">
  137. <property name="text">
  138. <string>Debug</string>
  139. </property>
  140. <property name="shortcut">
  141. <string>Ctrl+D</string>
  142. </property>
  143. </action>
  144. <action name="actionAirports">
  145. <property name="text">
  146. <string>Airports</string>
  147. </property>
  148. <property name="toolTip">
  149. <string>Add a new or edit an existing airport</string>
  150. </property>
  151. <property name="shortcut">
  152. <string>Ctrl+A</string>
  153. </property>
  154. </action>
  155. <action name="actionNewSim">
  156. <property name="text">
  157. <string>New Sim</string>
  158. </property>
  159. <property name="toolTip">
  160. <string>Add a new simulator sesion to the logbook</string>
  161. </property>
  162. <property name="shortcut">
  163. <string>Ctrl+S</string>
  164. </property>
  165. </action>
  166. </widget>
  167. <resources/>
  168. <connections/>
  169. </ui>