drumduino.ui 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>drumduinoClass</class>
  4. <widget class="QMainWindow" name="drumduinoClass">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>902</width>
  10. <height>635</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>drumduino</string>
  15. </property>
  16. <widget class="QWidget" name="centralWidget">
  17. <layout class="QVBoxLayout" name="verticalLayout">
  18. <item>
  19. <widget class="QTabWidget" name="tabWidget"/>
  20. </item>
  21. </layout>
  22. </widget>
  23. <widget class="QMenuBar" name="menuBar">
  24. <property name="geometry">
  25. <rect>
  26. <x>0</x>
  27. <y>0</y>
  28. <width>902</width>
  29. <height>21</height>
  30. </rect>
  31. </property>
  32. </widget>
  33. <widget class="QToolBar" name="mainToolBar">
  34. <property name="movable">
  35. <bool>false</bool>
  36. </property>
  37. <property name="floatable">
  38. <bool>true</bool>
  39. </property>
  40. <attribute name="toolBarArea">
  41. <enum>TopToolBarArea</enum>
  42. </attribute>
  43. <attribute name="toolBarBreak">
  44. <bool>false</bool>
  45. </attribute>
  46. <addaction name="actionSave"/>
  47. <addaction name="actionLoad"/>
  48. </widget>
  49. <widget class="QStatusBar" name="statusBar"/>
  50. <action name="actionSave">
  51. <property name="text">
  52. <string>Save</string>
  53. </property>
  54. </action>
  55. <action name="actionLoad">
  56. <property name="text">
  57. <string>Load</string>
  58. </property>
  59. </action>
  60. </widget>
  61. <layoutdefault spacing="6" margin="11"/>
  62. <resources>
  63. <include location="drumduino.qrc"/>
  64. </resources>
  65. <connections/>
  66. </ui>