mainwindow.ui 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  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>openLog v0.5</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="actionNewFlight"/>
  41. <addaction name="actionNewAircraft"/>
  42. <addaction name="actionSettings"/>
  43. <addaction name="actionQuit"/>
  44. </widget>
  45. <action name="actionNewFlight">
  46. <property name="text">
  47. <string>NewFlight</string>
  48. </property>
  49. <property name="shortcut">
  50. <string>Ctrl+N</string>
  51. </property>
  52. </action>
  53. <action name="actionQuit">
  54. <property name="text">
  55. <string>Quit</string>
  56. </property>
  57. <property name="shortcut">
  58. <string>Ctrl+Q</string>
  59. </property>
  60. </action>
  61. <action name="actionHome">
  62. <property name="text">
  63. <string>Home</string>
  64. </property>
  65. <property name="shortcut">
  66. <string>Ctrl+H</string>
  67. </property>
  68. </action>
  69. <action name="actionSettings">
  70. <property name="text">
  71. <string>Settings</string>
  72. </property>
  73. <property name="shortcut">
  74. <string>Ctrl+S</string>
  75. </property>
  76. </action>
  77. <action name="actionLogbook">
  78. <property name="text">
  79. <string>Logbook</string>
  80. </property>
  81. <property name="shortcut">
  82. <string>Ctrl+L</string>
  83. </property>
  84. </action>
  85. <action name="actionAircraft">
  86. <property name="text">
  87. <string>Aircraft</string>
  88. </property>
  89. <property name="toolTip">
  90. <string>Show or edit Aircraft</string>
  91. </property>
  92. <property name="shortcut">
  93. <string>Ctrl+A</string>
  94. </property>
  95. </action>
  96. <action name="actionNewAircraft">
  97. <property name="text">
  98. <string>NewAircraft</string>
  99. </property>
  100. <property name="toolTip">
  101. <string>Add a new aircraft to the database</string>
  102. </property>
  103. </action>
  104. </widget>
  105. <resources/>
  106. <connections/>
  107. </ui>