blob: fe478c0e61a10f5400ba8e1bee7c0662d3e004f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<ui version="4.0" >
<author></author>
<comment></comment>
<exportmacro></exportmacro>
<class>SimpleDrumsGuiBase</class>
<widget class="QDialog" name="SimpleDrumsGuiBase" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>602</width>
<height>509</height>
</rect>
</property>
<property name="windowTitle" >
<string>DrumSynth 0.1</string>
</property>
</widget>
<layoutdefault spacing="6" margin="11" />
<resources/>
<connections/>
</ui>
|