| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>drumduinoClass</class>
- <widget class="QMainWindow" name="drumduinoClass">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>902</width>
- <height>635</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>drumduino</string>
- </property>
- <widget class="QWidget" name="centralWidget">
- <layout class="QVBoxLayout" name="verticalLayout">
- <item>
- <widget class="QTabWidget" name="tabWidget"/>
- </item>
- </layout>
- </widget>
- <widget class="QMenuBar" name="menuBar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>902</width>
- <height>21</height>
- </rect>
- </property>
- </widget>
- <widget class="QToolBar" name="mainToolBar">
- <property name="movable">
- <bool>false</bool>
- </property>
- <property name="floatable">
- <bool>true</bool>
- </property>
- <attribute name="toolBarArea">
- <enum>TopToolBarArea</enum>
- </attribute>
- <attribute name="toolBarBreak">
- <bool>false</bool>
- </attribute>
- <addaction name="actionSave"/>
- <addaction name="actionLoad"/>
- </widget>
- <widget class="QStatusBar" name="statusBar"/>
- <action name="actionSave">
- <property name="text">
- <string>Save</string>
- </property>
- </action>
- <action name="actionLoad">
- <property name="text">
- <string>Load</string>
- </property>
- </action>
- </widget>
- <layoutdefault spacing="6" margin="11"/>
- <resources>
- <include location="drumduino.qrc"/>
- </resources>
- <connections/>
- </ui>
|