mainwindow.ui 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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="actionNewFlight"/>
  40. <addaction name="actionSettings"/>
  41. <addaction name="actionQuit"/>
  42. </widget>
  43. <action name="actionNewFlight">
  44. <property name="text">
  45. <string>NewFlight</string>
  46. </property>
  47. <property name="shortcut">
  48. <string>Ctrl+N</string>
  49. </property>
  50. </action>
  51. <action name="actionQuit">
  52. <property name="text">
  53. <string>Quit</string>
  54. </property>
  55. <property name="shortcut">
  56. <string>Ctrl+Q</string>
  57. </property>
  58. </action>
  59. <action name="actionHome">
  60. <property name="text">
  61. <string>Home</string>
  62. </property>
  63. <property name="shortcut">
  64. <string>Ctrl+H</string>
  65. </property>
  66. </action>
  67. <action name="actionSettings">
  68. <property name="text">
  69. <string>Settings</string>
  70. </property>
  71. <property name="shortcut">
  72. <string>Ctrl+S</string>
  73. </property>
  74. </action>
  75. <action name="actionLogbook">
  76. <property name="text">
  77. <string>Logbook</string>
  78. </property>
  79. <property name="shortcut">
  80. <string>Ctrl+L</string>
  81. </property>
  82. </action>
  83. </widget>
  84. <resources/>
  85. <connections/>
  86. </ui>