-
Notifications
You must be signed in to change notification settings - Fork 0
/
PatternWidget.ui
47 lines (47 loc) · 1.06 KB
/
PatternWidget.ui
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>PatternWidget</class>
<widget class="QWidget" name="PatternWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>515</width>
<height>439</height>
</rect>
</property>
<property name="windowTitle">
<string/>
</property>
<layout class="QVBoxLayout" name="layMain">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="PatternView" name="grpPianoRoll">
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>PatternView</class>
<extends>QGraphicsView</extends>
<header>PatternView.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>