2
0

mainwindow.ui 2.1 KB

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