mainwindow.ui 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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="QMenuBar" name="menubar">
  28. <property name="geometry">
  29. <rect>
  30. <x>0</x>
  31. <y>0</y>
  32. <width>1280</width>
  33. <height>25</height>
  34. </rect>
  35. </property>
  36. <widget class="QMenu" name="menuFile">
  37. <property name="title">
  38. <string>File</string>
  39. </property>
  40. <addaction name="actionNew_Flight"/>
  41. <addaction name="separator"/>
  42. <addaction name="actionQuit"/>
  43. </widget>
  44. <addaction name="menuFile"/>
  45. </widget>
  46. <widget class="QToolBar" name="toolBar">
  47. <property name="windowTitle">
  48. <string>toolBar</string>
  49. </property>
  50. <attribute name="toolBarArea">
  51. <enum>TopToolBarArea</enum>
  52. </attribute>
  53. <attribute name="toolBarBreak">
  54. <bool>false</bool>
  55. </attribute>
  56. <addaction name="actionHome"/>
  57. <addaction name="actionLogbook"/>
  58. <addaction name="actionNew_Flight"/>
  59. <addaction name="actionQuit"/>
  60. </widget>
  61. <action name="actionNew_Flight">
  62. <property name="text">
  63. <string>New Flight</string>
  64. </property>
  65. <property name="shortcut">
  66. <string>Ctrl+N</string>
  67. </property>
  68. </action>
  69. <action name="actionQuit">
  70. <property name="text">
  71. <string>Quit</string>
  72. </property>
  73. <property name="shortcut">
  74. <string>Ctrl+Q</string>
  75. </property>
  76. </action>
  77. <action name="actionHome">
  78. <property name="text">
  79. <string>Home</string>
  80. </property>
  81. </action>
  82. <action name="actionLogbook">
  83. <property name="text">
  84. <string>Logbook</string>
  85. </property>
  86. </action>
  87. </widget>
  88. <resources/>
  89. <connections/>
  90. </ui>