0
|
1 |
<ui version="4.0" >
|
|
2 |
<class>Dialog</class>
|
|
3 |
<widget class="QDialog" name="Dialog" >
|
|
4 |
<property name="geometry" >
|
|
5 |
<rect>
|
|
6 |
<x>0</x>
|
|
7 |
<y>0</y>
|
|
8 |
<width>392</width>
|
|
9 |
<height>176</height>
|
|
10 |
</rect>
|
|
11 |
</property>
|
|
12 |
<property name="windowTitle" >
|
|
13 |
<string>Dialog</string>
|
|
14 |
</property>
|
|
15 |
<layout class="QVBoxLayout" name="verticalLayout" >
|
|
16 |
<item>
|
|
17 |
<layout class="QHBoxLayout" >
|
|
18 |
<item>
|
|
19 |
<widget class="QLabel" name="label" >
|
|
20 |
<property name="sizePolicy" >
|
|
21 |
<sizepolicy vsizetype="Preferred" hsizetype="Maximum" >
|
|
22 |
<horstretch>0</horstretch>
|
|
23 |
<verstretch>0</verstretch>
|
|
24 |
</sizepolicy>
|
|
25 |
</property>
|
|
26 |
<property name="minimumSize" >
|
|
27 |
<size>
|
|
28 |
<width>90</width>
|
|
29 |
<height>0</height>
|
|
30 |
</size>
|
|
31 |
</property>
|
|
32 |
<property name="text" >
|
|
33 |
<string>Audio device:</string>
|
|
34 |
</property>
|
|
35 |
<property name="alignment" >
|
|
36 |
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
|
37 |
</property>
|
|
38 |
</widget>
|
|
39 |
</item>
|
|
40 |
<item>
|
|
41 |
<widget class="QComboBox" name="deviceCombo" >
|
|
42 |
<property name="sizePolicy" >
|
|
43 |
<sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
|
|
44 |
<horstretch>0</horstretch>
|
|
45 |
<verstretch>0</verstretch>
|
|
46 |
</sizepolicy>
|
|
47 |
</property>
|
|
48 |
</widget>
|
|
49 |
</item>
|
|
50 |
</layout>
|
|
51 |
</item>
|
|
52 |
<item>
|
|
53 |
<layout class="QHBoxLayout" >
|
|
54 |
<item>
|
|
55 |
<widget class="QLabel" name="label_6" >
|
|
56 |
<property name="sizePolicy" >
|
|
57 |
<sizepolicy vsizetype="Preferred" hsizetype="Maximum" >
|
|
58 |
<horstretch>0</horstretch>
|
|
59 |
<verstretch>0</verstretch>
|
|
60 |
</sizepolicy>
|
|
61 |
</property>
|
|
62 |
<property name="minimumSize" >
|
|
63 |
<size>
|
|
64 |
<width>90</width>
|
|
65 |
<height>0</height>
|
|
66 |
</size>
|
|
67 |
</property>
|
|
68 |
<property name="text" >
|
|
69 |
<string>Audio effect:</string>
|
|
70 |
</property>
|
|
71 |
<property name="alignment" >
|
|
72 |
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
|
73 |
</property>
|
|
74 |
</widget>
|
|
75 |
</item>
|
|
76 |
<item>
|
|
77 |
<widget class="QComboBox" name="audioEffectsCombo" >
|
|
78 |
<property name="sizePolicy" >
|
|
79 |
<sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
|
|
80 |
<horstretch>0</horstretch>
|
|
81 |
<verstretch>0</verstretch>
|
|
82 |
</sizepolicy>
|
|
83 |
</property>
|
|
84 |
</widget>
|
|
85 |
</item>
|
|
86 |
</layout>
|
|
87 |
</item>
|
|
88 |
<item>
|
|
89 |
<layout class="QHBoxLayout" >
|
|
90 |
<item>
|
|
91 |
<widget class="QLabel" name="crossFadeLabel" >
|
|
92 |
<property name="sizePolicy" >
|
|
93 |
<sizepolicy vsizetype="Preferred" hsizetype="Maximum" >
|
|
94 |
<horstretch>0</horstretch>
|
|
95 |
<verstretch>0</verstretch>
|
|
96 |
</sizepolicy>
|
|
97 |
</property>
|
|
98 |
<property name="minimumSize" >
|
|
99 |
<size>
|
|
100 |
<width>90</width>
|
|
101 |
<height>0</height>
|
|
102 |
</size>
|
|
103 |
</property>
|
|
104 |
<property name="text" >
|
|
105 |
<string>Cross fade:</string>
|
|
106 |
</property>
|
|
107 |
<property name="alignment" >
|
|
108 |
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
|
109 |
</property>
|
|
110 |
</widget>
|
|
111 |
</item>
|
|
112 |
<item>
|
|
113 |
<layout class="QVBoxLayout" >
|
|
114 |
<item>
|
|
115 |
<widget class="QSlider" name="crossFadeSlider" >
|
|
116 |
<property name="sizePolicy" >
|
|
117 |
<sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
|
|
118 |
<horstretch>0</horstretch>
|
|
119 |
<verstretch>0</verstretch>
|
|
120 |
</sizepolicy>
|
|
121 |
</property>
|
|
122 |
<property name="minimum" >
|
|
123 |
<number>-20</number>
|
|
124 |
</property>
|
|
125 |
<property name="maximum" >
|
|
126 |
<number>20</number>
|
|
127 |
</property>
|
|
128 |
<property name="singleStep" >
|
|
129 |
<number>1</number>
|
|
130 |
</property>
|
|
131 |
<property name="pageStep" >
|
|
132 |
<number>2</number>
|
|
133 |
</property>
|
|
134 |
<property name="value" >
|
|
135 |
<number>0</number>
|
|
136 |
</property>
|
|
137 |
<property name="orientation" >
|
|
138 |
<enum>Qt::Horizontal</enum>
|
|
139 |
</property>
|
|
140 |
<property name="tickPosition" >
|
|
141 |
<enum>QSlider::TicksBelow</enum>
|
|
142 |
</property>
|
|
143 |
</widget>
|
|
144 |
</item>
|
|
145 |
<item>
|
|
146 |
<layout class="QHBoxLayout" >
|
|
147 |
<item>
|
|
148 |
<widget class="QLabel" name="label_3" >
|
|
149 |
<property name="font" >
|
|
150 |
<font>
|
|
151 |
<pointsize>9</pointsize>
|
|
152 |
</font>
|
|
153 |
</property>
|
|
154 |
<property name="text" >
|
|
155 |
<string>-10 Sec</string>
|
|
156 |
</property>
|
|
157 |
</widget>
|
|
158 |
</item>
|
|
159 |
<item>
|
|
160 |
<spacer>
|
|
161 |
<property name="orientation" >
|
|
162 |
<enum>Qt::Horizontal</enum>
|
|
163 |
</property>
|
|
164 |
<property name="sizeHint" stdset="0" >
|
|
165 |
<size>
|
|
166 |
<width>40</width>
|
|
167 |
<height>20</height>
|
|
168 |
</size>
|
|
169 |
</property>
|
|
170 |
</spacer>
|
|
171 |
</item>
|
|
172 |
<item>
|
|
173 |
<widget class="QLabel" name="label_5" >
|
|
174 |
<property name="font" >
|
|
175 |
<font>
|
|
176 |
<pointsize>9</pointsize>
|
|
177 |
</font>
|
|
178 |
</property>
|
|
179 |
<property name="text" >
|
|
180 |
<string>0</string>
|
|
181 |
</property>
|
|
182 |
</widget>
|
|
183 |
</item>
|
|
184 |
<item>
|
|
185 |
<spacer>
|
|
186 |
<property name="orientation" >
|
|
187 |
<enum>Qt::Horizontal</enum>
|
|
188 |
</property>
|
|
189 |
<property name="sizeHint" stdset="0" >
|
|
190 |
<size>
|
|
191 |
<width>40</width>
|
|
192 |
<height>20</height>
|
|
193 |
</size>
|
|
194 |
</property>
|
|
195 |
</spacer>
|
|
196 |
</item>
|
|
197 |
<item>
|
|
198 |
<widget class="QLabel" name="label_4" >
|
|
199 |
<property name="font" >
|
|
200 |
<font>
|
|
201 |
<pointsize>9</pointsize>
|
|
202 |
</font>
|
|
203 |
</property>
|
|
204 |
<property name="text" >
|
|
205 |
<string>10 Sec</string>
|
|
206 |
</property>
|
|
207 |
</widget>
|
|
208 |
</item>
|
|
209 |
</layout>
|
|
210 |
</item>
|
|
211 |
</layout>
|
|
212 |
</item>
|
|
213 |
</layout>
|
|
214 |
</item>
|
|
215 |
<item>
|
|
216 |
<widget class="QDialogButtonBox" name="buttonBox" >
|
|
217 |
<property name="orientation" >
|
|
218 |
<enum>Qt::Horizontal</enum>
|
|
219 |
</property>
|
|
220 |
<property name="standardButtons" >
|
|
221 |
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
222 |
</property>
|
|
223 |
</widget>
|
|
224 |
</item>
|
|
225 |
</layout>
|
|
226 |
</widget>
|
|
227 |
<resources/>
|
|
228 |
<connections>
|
|
229 |
<connection>
|
|
230 |
<sender>buttonBox</sender>
|
|
231 |
<signal>accepted()</signal>
|
|
232 |
<receiver>Dialog</receiver>
|
|
233 |
<slot>accept()</slot>
|
|
234 |
<hints>
|
|
235 |
<hint type="sourcelabel" >
|
|
236 |
<x>248</x>
|
|
237 |
<y>254</y>
|
|
238 |
</hint>
|
|
239 |
<hint type="destinationlabel" >
|
|
240 |
<x>157</x>
|
|
241 |
<y>274</y>
|
|
242 |
</hint>
|
|
243 |
</hints>
|
|
244 |
</connection>
|
|
245 |
<connection>
|
|
246 |
<sender>buttonBox</sender>
|
|
247 |
<signal>rejected()</signal>
|
|
248 |
<receiver>Dialog</receiver>
|
|
249 |
<slot>reject()</slot>
|
|
250 |
<hints>
|
|
251 |
<hint type="sourcelabel" >
|
|
252 |
<x>316</x>
|
|
253 |
<y>260</y>
|
|
254 |
</hint>
|
|
255 |
<hint type="destinationlabel" >
|
|
256 |
<x>286</x>
|
|
257 |
<y>274</y>
|
|
258 |
</hint>
|
|
259 |
</hints>
|
|
260 |
</connection>
|
|
261 |
</connections>
|
|
262 |
</ui>
|