mainwindow.ui 4.2 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>1024</width>
  10. <height>768</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="maximumSize">
  20. <size>
  21. <width>16777215</width>
  22. <height>16777215</height>
  23. </size>
  24. </property>
  25. <property name="windowTitle">
  26. <string>openPilotLog v0.6</string>
  27. </property>
  28. <property name="toolButtonStyle">
  29. <enum>Qt::ToolButtonTextUnderIcon</enum>
  30. </property>
  31. <widget class="QWidget" name="centralwidget">
  32. <layout class="QGridLayout" name="gridLayout">
  33. <item row="0" column="0">
  34. <widget class="QStackedWidget" name="stackedWidget">
  35. <property name="currentIndex">
  36. <number>-1</number>
  37. </property>
  38. </widget>
  39. </item>
  40. </layout>
  41. </widget>
  42. <widget class="QStatusBar" name="statusbar"/>
  43. <widget class="QToolBar" name="toolBar">
  44. <property name="sizePolicy">
  45. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
  46. <horstretch>0</horstretch>
  47. <verstretch>0</verstretch>
  48. </sizepolicy>
  49. </property>
  50. <property name="windowTitle">
  51. <string>toolBar</string>
  52. </property>
  53. <property name="iconSize">
  54. <size>
  55. <width>12</width>
  56. <height>12</height>
  57. </size>
  58. </property>
  59. <property name="toolButtonStyle">
  60. <enum>Qt::ToolButtonTextUnderIcon</enum>
  61. </property>
  62. <property name="floatable">
  63. <bool>false</bool>
  64. </property>
  65. <attribute name="toolBarArea">
  66. <enum>TopToolBarArea</enum>
  67. </attribute>
  68. <attribute name="toolBarBreak">
  69. <bool>false</bool>
  70. </attribute>
  71. <addaction name="actionHome"/>
  72. <addaction name="actionNewFlight"/>
  73. <addaction name="actionLogbook"/>
  74. <addaction name="actionAircraft"/>
  75. <addaction name="actionPilots"/>
  76. <addaction name="actionDebug"/>
  77. <addaction name="actionSettings"/>
  78. <addaction name="actionQuit"/>
  79. </widget>
  80. <action name="actionNewFlight">
  81. <property name="text">
  82. <string>NewFlight</string>
  83. </property>
  84. <property name="shortcut">
  85. <string>Ctrl+N</string>
  86. </property>
  87. </action>
  88. <action name="actionQuit">
  89. <property name="text">
  90. <string>Quit</string>
  91. </property>
  92. <property name="shortcut">
  93. <string>Ctrl+Q</string>
  94. </property>
  95. </action>
  96. <action name="actionHome">
  97. <property name="text">
  98. <string>Home</string>
  99. </property>
  100. <property name="shortcut">
  101. <string>Ctrl+H</string>
  102. </property>
  103. </action>
  104. <action name="actionSettings">
  105. <property name="text">
  106. <string>Settings</string>
  107. </property>
  108. <property name="shortcut">
  109. <string>Ctrl+S</string>
  110. </property>
  111. </action>
  112. <action name="actionLogbook">
  113. <property name="text">
  114. <string>Logbook</string>
  115. </property>
  116. <property name="shortcut">
  117. <string>Ctrl+L</string>
  118. </property>
  119. </action>
  120. <action name="actionAircraft">
  121. <property name="text">
  122. <string>Aircraft</string>
  123. </property>
  124. <property name="toolTip">
  125. <string>Show or edit Aircraft</string>
  126. </property>
  127. <property name="shortcut">
  128. <string>Ctrl+A</string>
  129. </property>
  130. </action>
  131. <action name="actionNewAircraft">
  132. <property name="text">
  133. <string>NewAircraft</string>
  134. </property>
  135. <property name="toolTip">
  136. <string>Add a new aircraft to the database</string>
  137. </property>
  138. </action>
  139. <action name="actionPilots">
  140. <property name="text">
  141. <string>Pilots</string>
  142. </property>
  143. <property name="toolTip">
  144. <string>Show or edit Pilots</string>
  145. </property>
  146. <property name="shortcut">
  147. <string>Ctrl+P</string>
  148. </property>
  149. </action>
  150. <action name="actionNewPilot">
  151. <property name="text">
  152. <string>NewPilot</string>
  153. </property>
  154. <property name="toolTip">
  155. <string>Add a new Pilot to the database</string>
  156. </property>
  157. </action>
  158. <action name="actionDebug">
  159. <property name="text">
  160. <string>Debug</string>
  161. </property>
  162. <property name="shortcut">
  163. <string>Ctrl+D</string>
  164. </property>
  165. </action>
  166. </widget>
  167. <resources/>
  168. <connections/>
  169. </ui>