mainwindow.ui 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  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>1920</width>
  10. <height>1080</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="actionNewFlight"/>
  39. <addaction name="actionLogbook"/>
  40. <addaction name="actionAircraft"/>
  41. <addaction name="actionPilots"/>
  42. <addaction name="actionDebug"/>
  43. <addaction name="actionSettings"/>
  44. <addaction name="actionQuit"/>
  45. </widget>
  46. <action name="actionNewFlight">
  47. <property name="text">
  48. <string>NewFlight</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="shortcut">
  59. <string>Ctrl+Q</string>
  60. </property>
  61. </action>
  62. <action name="actionHome">
  63. <property name="text">
  64. <string>Home</string>
  65. </property>
  66. <property name="shortcut">
  67. <string>Ctrl+H</string>
  68. </property>
  69. </action>
  70. <action name="actionSettings">
  71. <property name="text">
  72. <string>Settings</string>
  73. </property>
  74. <property name="shortcut">
  75. <string>Ctrl+S</string>
  76. </property>
  77. </action>
  78. <action name="actionLogbook">
  79. <property name="text">
  80. <string>Logbook</string>
  81. </property>
  82. <property name="shortcut">
  83. <string>Ctrl+L</string>
  84. </property>
  85. </action>
  86. <action name="actionAircraft">
  87. <property name="text">
  88. <string>Aircraft</string>
  89. </property>
  90. <property name="toolTip">
  91. <string>Show or edit Aircraft</string>
  92. </property>
  93. <property name="shortcut">
  94. <string>Ctrl+A</string>
  95. </property>
  96. </action>
  97. <action name="actionNewAircraft">
  98. <property name="text">
  99. <string>NewAircraft</string>
  100. </property>
  101. <property name="toolTip">
  102. <string>Add a new aircraft to the database</string>
  103. </property>
  104. </action>
  105. <action name="actionPilots">
  106. <property name="text">
  107. <string>Pilots</string>
  108. </property>
  109. <property name="toolTip">
  110. <string>Show or edit Pilots</string>
  111. </property>
  112. <property name="shortcut">
  113. <string>Ctrl+P</string>
  114. </property>
  115. </action>
  116. <action name="actionNewPilot">
  117. <property name="text">
  118. <string>NewPilot</string>
  119. </property>
  120. <property name="toolTip">
  121. <string>Add a new Pilot to the database</string>
  122. </property>
  123. </action>
  124. <action name="actionDebug">
  125. <property name="text">
  126. <string>Debug</string>
  127. </property>
  128. <property name="shortcut">
  129. <string>Ctrl+D</string>
  130. </property>
  131. </action>
  132. </widget>
  133. <resources/>
  134. <connections/>
  135. </ui>