mainwindow.ui 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  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="actionSettings"/>
  77. <addaction name="actionQuit"/>
  78. </widget>
  79. <action name="actionNewFlight">
  80. <property name="text">
  81. <string>NewFlight</string>
  82. </property>
  83. <property name="shortcut">
  84. <string>Ctrl+N</string>
  85. </property>
  86. </action>
  87. <action name="actionQuit">
  88. <property name="text">
  89. <string>Quit</string>
  90. </property>
  91. <property name="shortcut">
  92. <string>Ctrl+Q</string>
  93. </property>
  94. </action>
  95. <action name="actionHome">
  96. <property name="text">
  97. <string>Home</string>
  98. </property>
  99. <property name="shortcut">
  100. <string>Ctrl+H</string>
  101. </property>
  102. </action>
  103. <action name="actionSettings">
  104. <property name="text">
  105. <string>Settings</string>
  106. </property>
  107. <property name="shortcut">
  108. <string>Ctrl+S</string>
  109. </property>
  110. </action>
  111. <action name="actionLogbook">
  112. <property name="text">
  113. <string>Logbook</string>
  114. </property>
  115. <property name="shortcut">
  116. <string>Ctrl+L</string>
  117. </property>
  118. </action>
  119. <action name="actionAircraft">
  120. <property name="text">
  121. <string>Aircraft</string>
  122. </property>
  123. <property name="toolTip">
  124. <string>Show or edit Aircraft</string>
  125. </property>
  126. <property name="shortcut">
  127. <string>Ctrl+A</string>
  128. </property>
  129. </action>
  130. <action name="actionNewAircraft">
  131. <property name="text">
  132. <string>NewAircraft</string>
  133. </property>
  134. <property name="toolTip">
  135. <string>Add a new aircraft to the database</string>
  136. </property>
  137. </action>
  138. <action name="actionPilots">
  139. <property name="text">
  140. <string>Pilots</string>
  141. </property>
  142. <property name="toolTip">
  143. <string>Show or edit Pilots</string>
  144. </property>
  145. <property name="shortcut">
  146. <string>Ctrl+P</string>
  147. </property>
  148. </action>
  149. <action name="actionNewPilot">
  150. <property name="text">
  151. <string>NewPilot</string>
  152. </property>
  153. <property name="toolTip">
  154. <string>Add a new Pilot to the database</string>
  155. </property>
  156. </action>
  157. <action name="actionDebug">
  158. <property name="text">
  159. <string>Debug</string>
  160. </property>
  161. <property name="shortcut">
  162. <string>Ctrl+D</string>
  163. </property>
  164. </action>
  165. </widget>
  166. <resources/>
  167. <connections/>
  168. </ui>