mainwindow.ui 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  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="windowTitle">
  14. <string>openPilotLog v0.6</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <layout class="QGridLayout" name="gridLayout">
  18. <item row="0" column="0">
  19. <widget class="QStackedWidget" name="stackedWidget">
  20. <widget class="QWidget" name="page"/>
  21. <widget class="QWidget" name="page_2"/>
  22. </widget>
  23. </item>
  24. </layout>
  25. </widget>
  26. <widget class="QStatusBar" name="statusbar"/>
  27. <widget class="QToolBar" name="toolBar">
  28. <property name="windowTitle">
  29. <string>toolBar</string>
  30. </property>
  31. <attribute name="toolBarArea">
  32. <enum>TopToolBarArea</enum>
  33. </attribute>
  34. <attribute name="toolBarBreak">
  35. <bool>false</bool>
  36. </attribute>
  37. <addaction name="actionHome"/>
  38. <addaction name="actionLogbook"/>
  39. <addaction name="actionAircraft"/>
  40. <addaction name="actionPilots"/>
  41. <addaction name="actionSettings"/>
  42. <addaction name="actionQuit"/>
  43. </widget>
  44. <action name="actionNewFlight">
  45. <property name="text">
  46. <string>NewFlight</string>
  47. </property>
  48. <property name="shortcut">
  49. <string>Ctrl+N</string>
  50. </property>
  51. </action>
  52. <action name="actionQuit">
  53. <property name="text">
  54. <string>Quit</string>
  55. </property>
  56. <property name="shortcut">
  57. <string>Ctrl+Q</string>
  58. </property>
  59. </action>
  60. <action name="actionHome">
  61. <property name="text">
  62. <string>Home</string>
  63. </property>
  64. <property name="shortcut">
  65. <string>Ctrl+H</string>
  66. </property>
  67. </action>
  68. <action name="actionSettings">
  69. <property name="text">
  70. <string>Settings</string>
  71. </property>
  72. <property name="shortcut">
  73. <string>Ctrl+S</string>
  74. </property>
  75. </action>
  76. <action name="actionLogbook">
  77. <property name="text">
  78. <string>Logbook</string>
  79. </property>
  80. <property name="shortcut">
  81. <string>Ctrl+L</string>
  82. </property>
  83. </action>
  84. <action name="actionAircraft">
  85. <property name="text">
  86. <string>Aircraft</string>
  87. </property>
  88. <property name="toolTip">
  89. <string>Show or edit Aircraft</string>
  90. </property>
  91. <property name="shortcut">
  92. <string>Ctrl+A</string>
  93. </property>
  94. </action>
  95. <action name="actionNewAircraft">
  96. <property name="text">
  97. <string>NewAircraft</string>
  98. </property>
  99. <property name="toolTip">
  100. <string>Add a new aircraft to the database</string>
  101. </property>
  102. </action>
  103. <action name="actionPilots">
  104. <property name="text">
  105. <string>Pilots</string>
  106. </property>
  107. <property name="toolTip">
  108. <string>Show or edit Pilots</string>
  109. </property>
  110. <property name="shortcut">
  111. <string>Ctrl+P</string>
  112. </property>
  113. </action>
  114. <action name="actionNewPilot">
  115. <property name="text">
  116. <string>NewPilot</string>
  117. </property>
  118. <property name="toolTip">
  119. <string>Add a new Pilot to the database</string>
  120. </property>
  121. </action>
  122. </widget>
  123. <resources/>
  124. <connections/>
  125. </ui>