blob: 412bfdf65443d28d2d8fe46a0e4cd67498ccc35e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<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" />
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
<resources/>
<connections/>
</ui>
|