-
Notifications
You must be signed in to change notification settings - Fork 2
/
inputtoolbox.ui
120 lines (120 loc) · 2.68 KB
/
inputtoolbox.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>InputToolBox</class>
<widget class="QToolBox" name="InputToolBox">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>274</width>
<height>146</height>
</rect>
</property>
<property name="focusPolicy">
<enum>Qt::TabFocus</enum>
</property>
<property name="windowTitle">
<string>ToolBox</string>
</property>
<property name="frameShape">
<enum>QFrame::Panel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="gainPage">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>272</width>
<height>86</height>
</rect>
</property>
<attribute name="label">
<string>Gain</string>
</attribute>
<widget class="QSlider" name="gainSlider">
<property name="geometry">
<rect>
<x>10</x>
<y>0</y>
<width>251</width>
<height>29</height>
</rect>
</property>
<property name="maximum">
<number>999</number>
</property>
<property name="value">
<number>100</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="tickPosition">
<enum>QSlider::TicksBelow</enum>
</property>
<property name="tickInterval">
<number>100</number>
</property>
</widget>
<widget class="QProgressBar" name="inputLevel">
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<width>251</width>
<height>23</height>
</rect>
</property>
<property name="maximum">
<number>32768</number>
</property>
<property name="value">
<number>24</number>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
</property>
<property name="textVisible">
<bool>true</bool>
</property>
<property name="format">
<string>Input: %p%</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="aboutPage">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>98</width>
<height>28</height>
</rect>
</property>
<attribute name="label">
<string>About</string>
</attribute>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>0</y>
<width>251</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Author: Doug Gale</string>
</property>
</widget>
</widget>
</widget>
<resources/>
<connections/>
</ui>