mainwindow.ui 3.4 KB

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