2
0

mainwindow.ui 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  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. <action name="actionNewFlight">
  44. <property name="text">
  45. <string>NewFlight</string>
  46. </property>
  47. <property name="toolTip">
  48. <string>Add a new flight to the logbook</string>
  49. </property>
  50. <property name="shortcut">
  51. <string>Ctrl+N</string>
  52. </property>
  53. </action>
  54. <action name="actionQuit">
  55. <property name="text">
  56. <string>Quit</string>
  57. </property>
  58. <property name="toolTip">
  59. <string>Exit the application</string>
  60. </property>
  61. <property name="shortcut">
  62. <string>Ctrl+Q</string>
  63. </property>
  64. </action>
  65. <action name="actionHome">
  66. <property name="text">
  67. <string>Home</string>
  68. </property>
  69. <property name="shortcut">
  70. <string>Ctrl+H</string>
  71. </property>
  72. </action>
  73. <action name="actionSettings">
  74. <property name="text">
  75. <string>Settings</string>
  76. </property>
  77. <property name="toolTip">
  78. <string>Change Settings</string>
  79. </property>
  80. <property name="shortcut">
  81. <string>Ctrl+S</string>
  82. </property>
  83. </action>
  84. <action name="actionLogbook">
  85. <property name="text">
  86. <string>Logbook</string>
  87. </property>
  88. <property name="shortcut">
  89. <string>Ctrl+L</string>
  90. </property>
  91. </action>
  92. <action name="actionAircraft">
  93. <property name="text">
  94. <string>Aircraft</string>
  95. </property>
  96. <property name="toolTip">
  97. <string>Show or edit your aircraft</string>
  98. </property>
  99. <property name="shortcut">
  100. <string>Ctrl+A</string>
  101. </property>
  102. </action>
  103. <action name="actionNewAircraft">
  104. <property name="text">
  105. <string>NewAircraft</string>
  106. </property>
  107. <property name="toolTip">
  108. <string>Add a new aircraft to the database</string>
  109. </property>
  110. </action>
  111. <action name="actionPilots">
  112. <property name="text">
  113. <string>Pilots</string>
  114. </property>
  115. <property name="toolTip">
  116. <string>Show or edit Pilots</string>
  117. </property>
  118. <property name="shortcut">
  119. <string>Ctrl+P</string>
  120. </property>
  121. </action>
  122. <action name="actionNewPilot">
  123. <property name="text">
  124. <string>NewPilot</string>
  125. </property>
  126. <property name="toolTip">
  127. <string>Add a new Pilot to the database</string>
  128. </property>
  129. </action>
  130. <action name="actionDebug">
  131. <property name="text">
  132. <string>Debug</string>
  133. </property>
  134. <property name="shortcut">
  135. <string>Ctrl+D</string>
  136. </property>
  137. </action>
  138. <action name="actionBackup">
  139. <property name="text">
  140. <string>Backup</string>
  141. </property>
  142. <property name="toolTip">
  143. <string>Create or restore a backup of the database</string>
  144. </property>
  145. <property name="shortcut">
  146. <string>Ctrl+B</string>
  147. </property>
  148. </action>
  149. </widget>
  150. <resources/>
  151. <connections/>
  152. </ui>