-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwidget.ui
64 lines (64 loc) · 3.66 KB
/
widget.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Widget</class>
<widget class="QWidget" name="Widget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>499</width>
<height>361</height>
</rect>
</property>
<property name="windowTitle">
<string>Trap-Maker</string>
</property>
<property name="styleSheet">
<string notr="true">QFrame#frame {background-image: url(:/resources/hqdefault.jpg);}</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QFrame" name="frame">
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QLabel" name="labelDebug">
<property name="geometry">
<rect>
<x>20</x>
<y>320</y>
<width>47</width>
<height>13</height>
</rect>
</property>
<property name="text">
<string>TextLabel</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>50</x>
<y>40</y>
<width>411</width>
<height>281</height>
</rect>
</property>
<property name="text">
<string><html><head/><body><p><span style=" font-size:18pt; font-weight:600; color:#ffaa00;">Shift</span><span style=" font-size:18pt; color:#ffaa00;"> = trap snares</span></p><p><span style=" font-size:18pt; font-weight:600; color:#ffaa00;">Space </span><span style=" font-size:18pt; color:#ffaa00;">= 808 bass kick</span></p><p><span style=" font-size:18pt; font-weight:600; color:#ffaa00;">Q</span><span style=" font-size:18pt; color:#ffaa00;"> = toggle hats</span></p><p><span style=" font-size:18pt; font-weight:600; color:#ffaa00;">W</span><span style=" font-size:18pt; color:#ffaa00;"> = trap hats</span></p><p><span style=" font-size:18pt; font-weight:600; color:#ffaa00;">r</span><span style=" font-size:18pt; color:#ffaa00;">/</span><span style=" font-size:18pt; font-weight:600; color:#ffaa00;">l</span><span style=" font-size:18pt; text-decoration: underline; color:#ffaa00;">arrows</span><span style=" font-size:18pt; color:#ffaa00;"> = hat full tempo step</span></p><p><span style=" font-size:18pt; font-weight:600; color:#ffaa00;">u</span><span style=" font-size:18pt; color:#ffaa00;">/</span><span style=" font-size:18pt; font-weight:600; color:#ffaa00;">d</span><span style=" font-size:18pt; text-decoration: underline; color:#ffaa00;">arrows</span><span style=" font-size:18pt; color:#ffaa00;"> =hat halftempo step</span></p><p><span style=" font-size:18pt; font-weight:600; color:#ffaa00;">Alt </span><span style=" font-size:18pt; color:#ffaa00;">= travel 808</span></p><p><span style=" font-size:18pt; color:#ffaa00;"><br/></span></p></body></html></string>
</property>
</widget>
</widget>
</item>
</layout>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>