blob: 244273a69f5064ea1b6690656ac8104b40d3793f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<class>SimpleDrumsGuiBase</class>
<widget class="QDialog">
<property name="name">
<cstring>SimpleDrumsGuiBase</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>602</width>
<height>509</height>
</rect>
</property>
<property name="paletteBackgroundColor">
<color>
<red>194</red>
<green>194</green>
<blue>194</blue>
</color>
</property>
<property name="caption">
<string>DrumSynth 0.1</string>
</property>
</widget>
<layoutdefaults spacing="6" margin="11"/>
</UI>
|