1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <ui version="4.0">
|
---|
3 | <class>VideoEqualizer</class>
|
---|
4 | <widget class="QWidget" name="VideoEqualizer">
|
---|
5 | <property name="geometry">
|
---|
6 | <rect>
|
---|
7 | <x>0</x>
|
---|
8 | <y>0</y>
|
---|
9 | <width>452</width>
|
---|
10 | <height>258</height>
|
---|
11 | </rect>
|
---|
12 | </property>
|
---|
13 | <property name="windowTitle">
|
---|
14 | <string>Video Equalizer</string>
|
---|
15 | </property>
|
---|
16 | <layout class="QVBoxLayout" name="verticalLayout">
|
---|
17 | <item>
|
---|
18 | <layout class="QGridLayout" name="gridLayout">
|
---|
19 | <item row="0" column="0">
|
---|
20 | <widget class="QLabel" name="contrast_label">
|
---|
21 | <property name="text">
|
---|
22 | <string>&Contrast</string>
|
---|
23 | </property>
|
---|
24 | <property name="buddy">
|
---|
25 | <cstring>contrast_slider</cstring>
|
---|
26 | </property>
|
---|
27 | </widget>
|
---|
28 | </item>
|
---|
29 | <item row="0" column="1">
|
---|
30 | <widget class="QSlider" name="contrast_slider">
|
---|
31 | <property name="minimumSize">
|
---|
32 | <size>
|
---|
33 | <width>300</width>
|
---|
34 | <height>0</height>
|
---|
35 | </size>
|
---|
36 | </property>
|
---|
37 | <property name="minimum">
|
---|
38 | <number>-100</number>
|
---|
39 | </property>
|
---|
40 | <property name="maximum">
|
---|
41 | <number>100</number>
|
---|
42 | </property>
|
---|
43 | <property name="orientation">
|
---|
44 | <enum>Qt::Horizontal</enum>
|
---|
45 | </property>
|
---|
46 | <property name="tickPosition">
|
---|
47 | <enum>QSlider::TicksBelow</enum>
|
---|
48 | </property>
|
---|
49 | </widget>
|
---|
50 | </item>
|
---|
51 | <item row="0" column="2">
|
---|
52 | <widget class="QLabel" name="contrast_indicator">
|
---|
53 | <property name="minimumSize">
|
---|
54 | <size>
|
---|
55 | <width>48</width>
|
---|
56 | <height>0</height>
|
---|
57 | </size>
|
---|
58 | </property>
|
---|
59 | <property name="frameShape">
|
---|
60 | <enum>QFrame::Box</enum>
|
---|
61 | </property>
|
---|
62 | <property name="frameShadow">
|
---|
63 | <enum>QFrame::Sunken</enum>
|
---|
64 | </property>
|
---|
65 | <property name="text">
|
---|
66 | <string notr="true">0</string>
|
---|
67 | </property>
|
---|
68 | <property name="alignment">
|
---|
69 | <set>Qt::AlignCenter</set>
|
---|
70 | </property>
|
---|
71 | </widget>
|
---|
72 | </item>
|
---|
73 | <item row="1" column="0">
|
---|
74 | <widget class="QLabel" name="brightness_label">
|
---|
75 | <property name="text">
|
---|
76 | <string>&Brightness</string>
|
---|
77 | </property>
|
---|
78 | <property name="buddy">
|
---|
79 | <cstring>brightness_slider</cstring>
|
---|
80 | </property>
|
---|
81 | </widget>
|
---|
82 | </item>
|
---|
83 | <item row="1" column="1">
|
---|
84 | <widget class="QSlider" name="brightness_slider">
|
---|
85 | <property name="minimumSize">
|
---|
86 | <size>
|
---|
87 | <width>300</width>
|
---|
88 | <height>0</height>
|
---|
89 | </size>
|
---|
90 | </property>
|
---|
91 | <property name="minimum">
|
---|
92 | <number>-100</number>
|
---|
93 | </property>
|
---|
94 | <property name="maximum">
|
---|
95 | <number>100</number>
|
---|
96 | </property>
|
---|
97 | <property name="orientation">
|
---|
98 | <enum>Qt::Horizontal</enum>
|
---|
99 | </property>
|
---|
100 | <property name="tickPosition">
|
---|
101 | <enum>QSlider::TicksBelow</enum>
|
---|
102 | </property>
|
---|
103 | </widget>
|
---|
104 | </item>
|
---|
105 | <item row="1" column="2">
|
---|
106 | <widget class="QLabel" name="brightness_indicator">
|
---|
107 | <property name="minimumSize">
|
---|
108 | <size>
|
---|
109 | <width>48</width>
|
---|
110 | <height>0</height>
|
---|
111 | </size>
|
---|
112 | </property>
|
---|
113 | <property name="frameShape">
|
---|
114 | <enum>QFrame::Box</enum>
|
---|
115 | </property>
|
---|
116 | <property name="frameShadow">
|
---|
117 | <enum>QFrame::Sunken</enum>
|
---|
118 | </property>
|
---|
119 | <property name="text">
|
---|
120 | <string notr="true">0</string>
|
---|
121 | </property>
|
---|
122 | <property name="alignment">
|
---|
123 | <set>Qt::AlignCenter</set>
|
---|
124 | </property>
|
---|
125 | </widget>
|
---|
126 | </item>
|
---|
127 | <item row="2" column="0">
|
---|
128 | <widget class="QLabel" name="hue_label">
|
---|
129 | <property name="text">
|
---|
130 | <string>&Hue</string>
|
---|
131 | </property>
|
---|
132 | <property name="buddy">
|
---|
133 | <cstring>hue_slider</cstring>
|
---|
134 | </property>
|
---|
135 | </widget>
|
---|
136 | </item>
|
---|
137 | <item row="2" column="1">
|
---|
138 | <widget class="QSlider" name="hue_slider">
|
---|
139 | <property name="minimumSize">
|
---|
140 | <size>
|
---|
141 | <width>300</width>
|
---|
142 | <height>0</height>
|
---|
143 | </size>
|
---|
144 | </property>
|
---|
145 | <property name="minimum">
|
---|
146 | <number>-100</number>
|
---|
147 | </property>
|
---|
148 | <property name="maximum">
|
---|
149 | <number>100</number>
|
---|
150 | </property>
|
---|
151 | <property name="orientation">
|
---|
152 | <enum>Qt::Horizontal</enum>
|
---|
153 | </property>
|
---|
154 | <property name="tickPosition">
|
---|
155 | <enum>QSlider::TicksBelow</enum>
|
---|
156 | </property>
|
---|
157 | </widget>
|
---|
158 | </item>
|
---|
159 | <item row="2" column="2">
|
---|
160 | <widget class="QLabel" name="hue_indicator">
|
---|
161 | <property name="minimumSize">
|
---|
162 | <size>
|
---|
163 | <width>48</width>
|
---|
164 | <height>0</height>
|
---|
165 | </size>
|
---|
166 | </property>
|
---|
167 | <property name="frameShape">
|
---|
168 | <enum>QFrame::Box</enum>
|
---|
169 | </property>
|
---|
170 | <property name="frameShadow">
|
---|
171 | <enum>QFrame::Sunken</enum>
|
---|
172 | </property>
|
---|
173 | <property name="text">
|
---|
174 | <string notr="true">0</string>
|
---|
175 | </property>
|
---|
176 | <property name="alignment">
|
---|
177 | <set>Qt::AlignCenter</set>
|
---|
178 | </property>
|
---|
179 | </widget>
|
---|
180 | </item>
|
---|
181 | <item row="3" column="0">
|
---|
182 | <widget class="QLabel" name="saturation_label">
|
---|
183 | <property name="text">
|
---|
184 | <string>&Saturation</string>
|
---|
185 | </property>
|
---|
186 | <property name="buddy">
|
---|
187 | <cstring>saturation_slider</cstring>
|
---|
188 | </property>
|
---|
189 | </widget>
|
---|
190 | </item>
|
---|
191 | <item row="3" column="1">
|
---|
192 | <widget class="QSlider" name="saturation_slider">
|
---|
193 | <property name="minimumSize">
|
---|
194 | <size>
|
---|
195 | <width>300</width>
|
---|
196 | <height>0</height>
|
---|
197 | </size>
|
---|
198 | </property>
|
---|
199 | <property name="minimum">
|
---|
200 | <number>-100</number>
|
---|
201 | </property>
|
---|
202 | <property name="maximum">
|
---|
203 | <number>100</number>
|
---|
204 | </property>
|
---|
205 | <property name="orientation">
|
---|
206 | <enum>Qt::Horizontal</enum>
|
---|
207 | </property>
|
---|
208 | <property name="tickPosition">
|
---|
209 | <enum>QSlider::TicksBelow</enum>
|
---|
210 | </property>
|
---|
211 | </widget>
|
---|
212 | </item>
|
---|
213 | <item row="3" column="2">
|
---|
214 | <widget class="QLabel" name="saturation_indicator">
|
---|
215 | <property name="minimumSize">
|
---|
216 | <size>
|
---|
217 | <width>48</width>
|
---|
218 | <height>0</height>
|
---|
219 | </size>
|
---|
220 | </property>
|
---|
221 | <property name="frameShape">
|
---|
222 | <enum>QFrame::Box</enum>
|
---|
223 | </property>
|
---|
224 | <property name="frameShadow">
|
---|
225 | <enum>QFrame::Sunken</enum>
|
---|
226 | </property>
|
---|
227 | <property name="text">
|
---|
228 | <string notr="true">0</string>
|
---|
229 | </property>
|
---|
230 | <property name="alignment">
|
---|
231 | <set>Qt::AlignCenter</set>
|
---|
232 | </property>
|
---|
233 | </widget>
|
---|
234 | </item>
|
---|
235 | <item row="4" column="0">
|
---|
236 | <widget class="QLabel" name="gamma_label">
|
---|
237 | <property name="text">
|
---|
238 | <string>&Gamma</string>
|
---|
239 | </property>
|
---|
240 | <property name="buddy">
|
---|
241 | <cstring>gamma_slider</cstring>
|
---|
242 | </property>
|
---|
243 | </widget>
|
---|
244 | </item>
|
---|
245 | <item row="4" column="1">
|
---|
246 | <widget class="QSlider" name="gamma_slider">
|
---|
247 | <property name="minimumSize">
|
---|
248 | <size>
|
---|
249 | <width>300</width>
|
---|
250 | <height>0</height>
|
---|
251 | </size>
|
---|
252 | </property>
|
---|
253 | <property name="minimum">
|
---|
254 | <number>-100</number>
|
---|
255 | </property>
|
---|
256 | <property name="maximum">
|
---|
257 | <number>100</number>
|
---|
258 | </property>
|
---|
259 | <property name="orientation">
|
---|
260 | <enum>Qt::Horizontal</enum>
|
---|
261 | </property>
|
---|
262 | <property name="tickPosition">
|
---|
263 | <enum>QSlider::TicksBelow</enum>
|
---|
264 | </property>
|
---|
265 | </widget>
|
---|
266 | </item>
|
---|
267 | <item row="4" column="2">
|
---|
268 | <widget class="QLabel" name="gamma_indicator">
|
---|
269 | <property name="minimumSize">
|
---|
270 | <size>
|
---|
271 | <width>48</width>
|
---|
272 | <height>0</height>
|
---|
273 | </size>
|
---|
274 | </property>
|
---|
275 | <property name="frameShape">
|
---|
276 | <enum>QFrame::Box</enum>
|
---|
277 | </property>
|
---|
278 | <property name="frameShadow">
|
---|
279 | <enum>QFrame::Sunken</enum>
|
---|
280 | </property>
|
---|
281 | <property name="text">
|
---|
282 | <string notr="true">0</string>
|
---|
283 | </property>
|
---|
284 | <property name="alignment">
|
---|
285 | <set>Qt::AlignCenter</set>
|
---|
286 | </property>
|
---|
287 | </widget>
|
---|
288 | </item>
|
---|
289 | </layout>
|
---|
290 | </item>
|
---|
291 | <item>
|
---|
292 | <widget class="Line" name="line">
|
---|
293 | <property name="orientation">
|
---|
294 | <enum>Qt::Horizontal</enum>
|
---|
295 | </property>
|
---|
296 | </widget>
|
---|
297 | </item>
|
---|
298 | <item>
|
---|
299 | <layout class="QHBoxLayout" name="horizontalLayout">
|
---|
300 | <item>
|
---|
301 | <widget class="QCheckBox" name="bysoftware_check">
|
---|
302 | <property name="sizePolicy">
|
---|
303 | <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
|
---|
304 | <horstretch>0</horstretch>
|
---|
305 | <verstretch>0</verstretch>
|
---|
306 | </sizepolicy>
|
---|
307 | </property>
|
---|
308 | <property name="text">
|
---|
309 | <string>Software &equalizer</string>
|
---|
310 | </property>
|
---|
311 | </widget>
|
---|
312 | </item>
|
---|
313 | <item>
|
---|
314 | <widget class="QPushButton" name="makedefault_button">
|
---|
315 | <property name="text">
|
---|
316 | <string>Set as &default values</string>
|
---|
317 | </property>
|
---|
318 | </widget>
|
---|
319 | </item>
|
---|
320 | <item>
|
---|
321 | <widget class="QPushButton" name="reset_button">
|
---|
322 | <property name="text">
|
---|
323 | <string>&Reset</string>
|
---|
324 | </property>
|
---|
325 | </widget>
|
---|
326 | </item>
|
---|
327 | <item>
|
---|
328 | <widget class="QPushButton" name="close_button">
|
---|
329 | <property name="text">
|
---|
330 | <string>&Close</string>
|
---|
331 | </property>
|
---|
332 | </widget>
|
---|
333 | </item>
|
---|
334 | </layout>
|
---|
335 | </item>
|
---|
336 | </layout>
|
---|
337 | </widget>
|
---|
338 | <tabstops>
|
---|
339 | <tabstop>contrast_slider</tabstop>
|
---|
340 | <tabstop>brightness_slider</tabstop>
|
---|
341 | <tabstop>hue_slider</tabstop>
|
---|
342 | <tabstop>saturation_slider</tabstop>
|
---|
343 | <tabstop>gamma_slider</tabstop>
|
---|
344 | <tabstop>bysoftware_check</tabstop>
|
---|
345 | <tabstop>makedefault_button</tabstop>
|
---|
346 | <tabstop>reset_button</tabstop>
|
---|
347 | </tabstops>
|
---|
348 | <resources/>
|
---|
349 | <connections>
|
---|
350 | <connection>
|
---|
351 | <sender>close_button</sender>
|
---|
352 | <signal>clicked()</signal>
|
---|
353 | <receiver>VideoEqualizer</receiver>
|
---|
354 | <slot>close()</slot>
|
---|
355 | <hints>
|
---|
356 | <hint type="sourcelabel">
|
---|
357 | <x>399</x>
|
---|
358 | <y>234</y>
|
---|
359 | </hint>
|
---|
360 | <hint type="destinationlabel">
|
---|
361 | <x>225</x>
|
---|
362 | <y>128</y>
|
---|
363 | </hint>
|
---|
364 | </hints>
|
---|
365 | </connection>
|
---|
366 | </connections>
|
---|
367 | </ui>
|
---|