1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <ui version="4.0">
|
---|
3 | <class>PrefGeneral</class>
|
---|
4 | <widget class="QWidget" name="PrefGeneral">
|
---|
5 | <property name="geometry">
|
---|
6 | <rect>
|
---|
7 | <x>0</x>
|
---|
8 | <y>0</y>
|
---|
9 | <width>491</width>
|
---|
10 | <height>554</height>
|
---|
11 | </rect>
|
---|
12 | </property>
|
---|
13 | <layout class="QVBoxLayout">
|
---|
14 | <property name="spacing">
|
---|
15 | <number>0</number>
|
---|
16 | </property>
|
---|
17 | <property name="margin">
|
---|
18 | <number>0</number>
|
---|
19 | </property>
|
---|
20 | <item>
|
---|
21 | <widget class="QTabWidget" name="general_tab">
|
---|
22 | <property name="currentIndex">
|
---|
23 | <number>0</number>
|
---|
24 | </property>
|
---|
25 | <widget class="QWidget" name="tab">
|
---|
26 | <attribute name="title">
|
---|
27 | <string>&General</string>
|
---|
28 | </attribute>
|
---|
29 | <layout class="QVBoxLayout">
|
---|
30 | <item>
|
---|
31 | <layout class="QHBoxLayout">
|
---|
32 | <item>
|
---|
33 | <widget class="QLabel" name="textLabel1_2">
|
---|
34 | <property name="text">
|
---|
35 | <string>&MPlayer executable:</string>
|
---|
36 | </property>
|
---|
37 | <property name="wordWrap">
|
---|
38 | <bool>false</bool>
|
---|
39 | </property>
|
---|
40 | <property name="buddy">
|
---|
41 | <cstring>mplayerbin_edit</cstring>
|
---|
42 | </property>
|
---|
43 | </widget>
|
---|
44 | </item>
|
---|
45 | <item>
|
---|
46 | <widget class="FileChooser" name="mplayerbin_edit"/>
|
---|
47 | </item>
|
---|
48 | </layout>
|
---|
49 | </item>
|
---|
50 | <item>
|
---|
51 | <widget class="QGroupBox" name="groupBox_3">
|
---|
52 | <property name="title">
|
---|
53 | <string>Media settings</string>
|
---|
54 | </property>
|
---|
55 | <layout class="QVBoxLayout">
|
---|
56 | <item>
|
---|
57 | <widget class="QCheckBox" name="remember_all_check">
|
---|
58 | <property name="text">
|
---|
59 | <string>&Remember settings for all files (audio track, subtitles...)</string>
|
---|
60 | </property>
|
---|
61 | </widget>
|
---|
62 | </item>
|
---|
63 | <item>
|
---|
64 | <layout class="QGridLayout">
|
---|
65 | <item row="0" column="0" rowspan="2">
|
---|
66 | <spacer>
|
---|
67 | <property name="orientation">
|
---|
68 | <enum>Qt::Horizontal</enum>
|
---|
69 | </property>
|
---|
70 | <property name="sizeType">
|
---|
71 | <enum>QSizePolicy::Preferred</enum>
|
---|
72 | </property>
|
---|
73 | <property name="sizeHint" stdset="0">
|
---|
74 | <size>
|
---|
75 | <width>20</width>
|
---|
76 | <height>61</height>
|
---|
77 | </size>
|
---|
78 | </property>
|
---|
79 | </spacer>
|
---|
80 | </item>
|
---|
81 | <item row="0" column="1">
|
---|
82 | <widget class="QCheckBox" name="remember_time_check">
|
---|
83 | <property name="enabled">
|
---|
84 | <bool>false</bool>
|
---|
85 | </property>
|
---|
86 | <property name="sizePolicy">
|
---|
87 | <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
|
---|
88 | <horstretch>0</horstretch>
|
---|
89 | <verstretch>0</verstretch>
|
---|
90 | </sizepolicy>
|
---|
91 | </property>
|
---|
92 | <property name="text">
|
---|
93 | <string>Remember &time position</string>
|
---|
94 | </property>
|
---|
95 | </widget>
|
---|
96 | </item>
|
---|
97 | <item row="1" column="1">
|
---|
98 | <layout class="QHBoxLayout">
|
---|
99 | <item>
|
---|
100 | <widget class="QLabel" name="filesettings_method_label">
|
---|
101 | <property name="enabled">
|
---|
102 | <bool>false</bool>
|
---|
103 | </property>
|
---|
104 | <property name="text">
|
---|
105 | <string>&Store settings in</string>
|
---|
106 | </property>
|
---|
107 | <property name="buddy">
|
---|
108 | <cstring>filesettings_method_combo</cstring>
|
---|
109 | </property>
|
---|
110 | </widget>
|
---|
111 | </item>
|
---|
112 | <item>
|
---|
113 | <widget class="QComboBox" name="filesettings_method_combo">
|
---|
114 | <property name="enabled">
|
---|
115 | <bool>false</bool>
|
---|
116 | </property>
|
---|
117 | </widget>
|
---|
118 | </item>
|
---|
119 | <item>
|
---|
120 | <spacer>
|
---|
121 | <property name="orientation">
|
---|
122 | <enum>Qt::Horizontal</enum>
|
---|
123 | </property>
|
---|
124 | <property name="sizeHint" stdset="0">
|
---|
125 | <size>
|
---|
126 | <width>40</width>
|
---|
127 | <height>20</height>
|
---|
128 | </size>
|
---|
129 | </property>
|
---|
130 | </spacer>
|
---|
131 | </item>
|
---|
132 | </layout>
|
---|
133 | </item>
|
---|
134 | </layout>
|
---|
135 | </item>
|
---|
136 | </layout>
|
---|
137 | </widget>
|
---|
138 | </item>
|
---|
139 | <item>
|
---|
140 | <widget class="QGroupBox" name="groupBox_2">
|
---|
141 | <property name="title">
|
---|
142 | <string>Screenshots</string>
|
---|
143 | </property>
|
---|
144 | <layout class="QGridLayout">
|
---|
145 | <item row="0" column="0" colspan="2">
|
---|
146 | <widget class="QCheckBox" name="use_screenshots_check">
|
---|
147 | <property name="text">
|
---|
148 | <string>&Enable screenshots</string>
|
---|
149 | </property>
|
---|
150 | </widget>
|
---|
151 | </item>
|
---|
152 | <item row="1" column="0">
|
---|
153 | <widget class="QLabel" name="screenshots_dir_label">
|
---|
154 | <property name="enabled">
|
---|
155 | <bool>false</bool>
|
---|
156 | </property>
|
---|
157 | <property name="text">
|
---|
158 | <string>&Folder:</string>
|
---|
159 | </property>
|
---|
160 | <property name="wordWrap">
|
---|
161 | <bool>false</bool>
|
---|
162 | </property>
|
---|
163 | <property name="buddy">
|
---|
164 | <cstring>screenshot_edit</cstring>
|
---|
165 | </property>
|
---|
166 | </widget>
|
---|
167 | </item>
|
---|
168 | <item row="1" column="1">
|
---|
169 | <widget class="FileChooser" name="screenshot_edit">
|
---|
170 | <property name="enabled">
|
---|
171 | <bool>false</bool>
|
---|
172 | </property>
|
---|
173 | </widget>
|
---|
174 | </item>
|
---|
175 | </layout>
|
---|
176 | </widget>
|
---|
177 | </item>
|
---|
178 | <item>
|
---|
179 | <widget class="QCheckBox" name="close_on_finish_check">
|
---|
180 | <property name="text">
|
---|
181 | <string>&Close when finished playback</string>
|
---|
182 | </property>
|
---|
183 | </widget>
|
---|
184 | </item>
|
---|
185 | <item>
|
---|
186 | <widget class="QCheckBox" name="pause_if_hidden_check">
|
---|
187 | <property name="text">
|
---|
188 | <string>&Pause when minimized</string>
|
---|
189 | </property>
|
---|
190 | </widget>
|
---|
191 | </item>
|
---|
192 | <item>
|
---|
193 | <spacer>
|
---|
194 | <property name="orientation">
|
---|
195 | <enum>Qt::Vertical</enum>
|
---|
196 | </property>
|
---|
197 | <property name="sizeType">
|
---|
198 | <enum>QSizePolicy::Expanding</enum>
|
---|
199 | </property>
|
---|
200 | <property name="sizeHint" stdset="0">
|
---|
201 | <size>
|
---|
202 | <width>20</width>
|
---|
203 | <height>40</height>
|
---|
204 | </size>
|
---|
205 | </property>
|
---|
206 | </spacer>
|
---|
207 | </item>
|
---|
208 | </layout>
|
---|
209 | </widget>
|
---|
210 | <widget class="QWidget" name="tab_3">
|
---|
211 | <attribute name="title">
|
---|
212 | <string>&Video</string>
|
---|
213 | </attribute>
|
---|
214 | <layout class="QVBoxLayout">
|
---|
215 | <item>
|
---|
216 | <layout class="QHBoxLayout">
|
---|
217 | <item>
|
---|
218 | <widget class="QLabel" name="vo_label">
|
---|
219 | <property name="text">
|
---|
220 | <string>Ou&tput driver:</string>
|
---|
221 | </property>
|
---|
222 | <property name="wordWrap">
|
---|
223 | <bool>false</bool>
|
---|
224 | </property>
|
---|
225 | <property name="buddy">
|
---|
226 | <cstring>vo_combo</cstring>
|
---|
227 | </property>
|
---|
228 | </widget>
|
---|
229 | </item>
|
---|
230 | <item>
|
---|
231 | <widget class="QComboBox" name="vo_combo">
|
---|
232 | <property name="sizePolicy">
|
---|
233 | <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
---|
234 | <horstretch>0</horstretch>
|
---|
235 | <verstretch>0</verstretch>
|
---|
236 | </sizepolicy>
|
---|
237 | </property>
|
---|
238 | <property name="editable">
|
---|
239 | <bool>false</bool>
|
---|
240 | </property>
|
---|
241 | </widget>
|
---|
242 | </item>
|
---|
243 | <item>
|
---|
244 | <widget class="QLineEdit" name="vo_user_defined_edit"/>
|
---|
245 | </item>
|
---|
246 | <item>
|
---|
247 | <widget class="QPushButton" name="vdpau_button">
|
---|
248 | <property name="text">
|
---|
249 | <string>Configu&re...</string>
|
---|
250 | </property>
|
---|
251 | </widget>
|
---|
252 | </item>
|
---|
253 | <item>
|
---|
254 | <spacer>
|
---|
255 | <property name="orientation">
|
---|
256 | <enum>Qt::Horizontal</enum>
|
---|
257 | </property>
|
---|
258 | <property name="sizeHint" stdset="0">
|
---|
259 | <size>
|
---|
260 | <width>81</width>
|
---|
261 | <height>20</height>
|
---|
262 | </size>
|
---|
263 | </property>
|
---|
264 | </spacer>
|
---|
265 | </item>
|
---|
266 | </layout>
|
---|
267 | </item>
|
---|
268 | <item>
|
---|
269 | <widget class="Line" name="line_5">
|
---|
270 | <property name="sizePolicy">
|
---|
271 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
---|
272 | <horstretch>0</horstretch>
|
---|
273 | <verstretch>0</verstretch>
|
---|
274 | </sizepolicy>
|
---|
275 | </property>
|
---|
276 | <property name="orientation">
|
---|
277 | <enum>Qt::Horizontal</enum>
|
---|
278 | </property>
|
---|
279 | </widget>
|
---|
280 | </item>
|
---|
281 | <item>
|
---|
282 | <layout class="QHBoxLayout">
|
---|
283 | <property name="spacing">
|
---|
284 | <number>6</number>
|
---|
285 | </property>
|
---|
286 | <property name="margin">
|
---|
287 | <number>0</number>
|
---|
288 | </property>
|
---|
289 | <item>
|
---|
290 | <widget class="QCheckBox" name="postprocessing_check">
|
---|
291 | <property name="text">
|
---|
292 | <string>&Enable postprocessing by default</string>
|
---|
293 | </property>
|
---|
294 | </widget>
|
---|
295 | </item>
|
---|
296 | <item>
|
---|
297 | <spacer>
|
---|
298 | <property name="orientation">
|
---|
299 | <enum>Qt::Horizontal</enum>
|
---|
300 | </property>
|
---|
301 | <property name="sizeHint" stdset="0">
|
---|
302 | <size>
|
---|
303 | <width>20</width>
|
---|
304 | <height>20</height>
|
---|
305 | </size>
|
---|
306 | </property>
|
---|
307 | </spacer>
|
---|
308 | </item>
|
---|
309 | <item>
|
---|
310 | <widget class="QLabel" name="textLabel1_5">
|
---|
311 | <property name="text">
|
---|
312 | <string>&Quality:</string>
|
---|
313 | </property>
|
---|
314 | <property name="wordWrap">
|
---|
315 | <bool>false</bool>
|
---|
316 | </property>
|
---|
317 | <property name="buddy">
|
---|
318 | <cstring>autoq_spin</cstring>
|
---|
319 | </property>
|
---|
320 | </widget>
|
---|
321 | </item>
|
---|
322 | <item>
|
---|
323 | <widget class="QSpinBox" name="autoq_spin">
|
---|
324 | <property name="minimum">
|
---|
325 | <number>1</number>
|
---|
326 | </property>
|
---|
327 | <property name="maximum">
|
---|
328 | <number>6</number>
|
---|
329 | </property>
|
---|
330 | </widget>
|
---|
331 | </item>
|
---|
332 | </layout>
|
---|
333 | </item>
|
---|
334 | <item>
|
---|
335 | <layout class="QHBoxLayout">
|
---|
336 | <property name="spacing">
|
---|
337 | <number>6</number>
|
---|
338 | </property>
|
---|
339 | <property name="margin">
|
---|
340 | <number>0</number>
|
---|
341 | </property>
|
---|
342 | <item>
|
---|
343 | <widget class="QLabel" name="label_7">
|
---|
344 | <property name="text">
|
---|
345 | <string>Dei&nterlace by default (except for TV):</string>
|
---|
346 | </property>
|
---|
347 | <property name="buddy">
|
---|
348 | <cstring>deinterlace_combo</cstring>
|
---|
349 | </property>
|
---|
350 | </widget>
|
---|
351 | </item>
|
---|
352 | <item>
|
---|
353 | <widget class="QComboBox" name="deinterlace_combo">
|
---|
354 | <property name="sizePolicy">
|
---|
355 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
---|
356 | <horstretch>0</horstretch>
|
---|
357 | <verstretch>0</verstretch>
|
---|
358 | </sizepolicy>
|
---|
359 | </property>
|
---|
360 | </widget>
|
---|
361 | </item>
|
---|
362 | <item>
|
---|
363 | <spacer>
|
---|
364 | <property name="orientation">
|
---|
365 | <enum>Qt::Horizontal</enum>
|
---|
366 | </property>
|
---|
367 | <property name="sizeHint" stdset="0">
|
---|
368 | <size>
|
---|
369 | <width>40</width>
|
---|
370 | <height>20</height>
|
---|
371 | </size>
|
---|
372 | </property>
|
---|
373 | </spacer>
|
---|
374 | </item>
|
---|
375 | </layout>
|
---|
376 | </item>
|
---|
377 | <item>
|
---|
378 | <layout class="QHBoxLayout">
|
---|
379 | <item>
|
---|
380 | <widget class="QLabel" name="label_8">
|
---|
381 | <property name="text">
|
---|
382 | <string>Default &zoom:</string>
|
---|
383 | </property>
|
---|
384 | <property name="buddy">
|
---|
385 | <cstring>zoom_spin</cstring>
|
---|
386 | </property>
|
---|
387 | </widget>
|
---|
388 | </item>
|
---|
389 | <item>
|
---|
390 | <widget class="QDoubleSpinBox" name="zoom_spin">
|
---|
391 | <property name="minimum">
|
---|
392 | <double>0.500000000000000</double>
|
---|
393 | </property>
|
---|
394 | <property name="maximum">
|
---|
395 | <double>10.000000000000000</double>
|
---|
396 | </property>
|
---|
397 | <property name="singleStep">
|
---|
398 | <double>0.100000000000000</double>
|
---|
399 | </property>
|
---|
400 | <property name="value">
|
---|
401 | <double>1.000000000000000</double>
|
---|
402 | </property>
|
---|
403 | </widget>
|
---|
404 | </item>
|
---|
405 | <item>
|
---|
406 | <spacer>
|
---|
407 | <property name="orientation">
|
---|
408 | <enum>Qt::Horizontal</enum>
|
---|
409 | </property>
|
---|
410 | <property name="sizeHint" stdset="0">
|
---|
411 | <size>
|
---|
412 | <width>40</width>
|
---|
413 | <height>20</height>
|
---|
414 | </size>
|
---|
415 | </property>
|
---|
416 | </spacer>
|
---|
417 | </item>
|
---|
418 | </layout>
|
---|
419 | </item>
|
---|
420 | <item>
|
---|
421 | <widget class="Line" name="line_4">
|
---|
422 | <property name="sizePolicy">
|
---|
423 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
---|
424 | <horstretch>0</horstretch>
|
---|
425 | <verstretch>0</verstretch>
|
---|
426 | </sizepolicy>
|
---|
427 | </property>
|
---|
428 | <property name="orientation">
|
---|
429 | <enum>Qt::Horizontal</enum>
|
---|
430 | </property>
|
---|
431 | </widget>
|
---|
432 | </item>
|
---|
433 | <item>
|
---|
434 | <widget class="QCheckBox" name="eq2_check">
|
---|
435 | <property name="text">
|
---|
436 | <string>Use s&oftware video equalizer</string>
|
---|
437 | </property>
|
---|
438 | </widget>
|
---|
439 | </item>
|
---|
440 | <item>
|
---|
441 | <widget class="QCheckBox" name="direct_rendering_check">
|
---|
442 | <property name="text">
|
---|
443 | <string>D&irect rendering</string>
|
---|
444 | </property>
|
---|
445 | </widget>
|
---|
446 | </item>
|
---|
447 | <item>
|
---|
448 | <widget class="QCheckBox" name="double_buffer_check">
|
---|
449 | <property name="text">
|
---|
450 | <string>Dou&ble buffering</string>
|
---|
451 | </property>
|
---|
452 | </widget>
|
---|
453 | </item>
|
---|
454 | <item>
|
---|
455 | <widget class="QCheckBox" name="use_slices_check">
|
---|
456 | <property name="text">
|
---|
457 | <string>Dra&w video using slices</string>
|
---|
458 | </property>
|
---|
459 | </widget>
|
---|
460 | </item>
|
---|
461 | <item>
|
---|
462 | <widget class="Line" name="line_3">
|
---|
463 | <property name="sizePolicy">
|
---|
464 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
---|
465 | <horstretch>0</horstretch>
|
---|
466 | <verstretch>0</verstretch>
|
---|
467 | </sizepolicy>
|
---|
468 | </property>
|
---|
469 | <property name="orientation">
|
---|
470 | <enum>Qt::Horizontal</enum>
|
---|
471 | </property>
|
---|
472 | </widget>
|
---|
473 | </item>
|
---|
474 | <item>
|
---|
475 | <widget class="QCheckBox" name="start_fullscreen_check">
|
---|
476 | <property name="text">
|
---|
477 | <string>Start videos in &fullscreen</string>
|
---|
478 | </property>
|
---|
479 | </widget>
|
---|
480 | </item>
|
---|
481 | <item>
|
---|
482 | <widget class="QCheckBox" name="blackborders_on_fs_check">
|
---|
483 | <property name="text">
|
---|
484 | <string>&Add black borders on fullscreen</string>
|
---|
485 | </property>
|
---|
486 | </widget>
|
---|
487 | </item>
|
---|
488 | <item>
|
---|
489 | <widget class="QCheckBox" name="screensaver_check">
|
---|
490 | <property name="text">
|
---|
491 | <string>Disable &screensaver</string>
|
---|
492 | </property>
|
---|
493 | </widget>
|
---|
494 | </item>
|
---|
495 | <item>
|
---|
496 | <widget class="QGroupBox" name="screensaver_group">
|
---|
497 | <property name="title">
|
---|
498 | <string>Screensaver</string>
|
---|
499 | </property>
|
---|
500 | <layout class="QVBoxLayout">
|
---|
501 | <item>
|
---|
502 | <widget class="QCheckBox" name="turn_screensaver_off_check">
|
---|
503 | <property name="text">
|
---|
504 | <string>Swit&ch screensaver off</string>
|
---|
505 | </property>
|
---|
506 | </widget>
|
---|
507 | </item>
|
---|
508 | <item>
|
---|
509 | <widget class="QCheckBox" name="avoid_screensaver_check">
|
---|
510 | <property name="text">
|
---|
511 | <string>Avoid &screensaver</string>
|
---|
512 | </property>
|
---|
513 | </widget>
|
---|
514 | </item>
|
---|
515 | </layout>
|
---|
516 | </widget>
|
---|
517 | </item>
|
---|
518 | <item>
|
---|
519 | <spacer>
|
---|
520 | <property name="orientation">
|
---|
521 | <enum>Qt::Vertical</enum>
|
---|
522 | </property>
|
---|
523 | <property name="sizeHint" stdset="0">
|
---|
524 | <size>
|
---|
525 | <width>20</width>
|
---|
526 | <height>40</height>
|
---|
527 | </size>
|
---|
528 | </property>
|
---|
529 | </spacer>
|
---|
530 | </item>
|
---|
531 | </layout>
|
---|
532 | </widget>
|
---|
533 | <widget class="QWidget" name="video_and_audio_tab">
|
---|
534 | <attribute name="title">
|
---|
535 | <string>A&udio</string>
|
---|
536 | </attribute>
|
---|
537 | <layout class="QVBoxLayout" name="verticalLayout">
|
---|
538 | <item>
|
---|
539 | <layout class="QHBoxLayout">
|
---|
540 | <item>
|
---|
541 | <widget class="QLabel" name="ao_label">
|
---|
542 | <property name="text">
|
---|
543 | <string>Ou&tput driver:</string>
|
---|
544 | </property>
|
---|
545 | <property name="wordWrap">
|
---|
546 | <bool>false</bool>
|
---|
547 | </property>
|
---|
548 | <property name="buddy">
|
---|
549 | <cstring>ao_combo</cstring>
|
---|
550 | </property>
|
---|
551 | </widget>
|
---|
552 | </item>
|
---|
553 | <item>
|
---|
554 | <widget class="QComboBox" name="ao_combo">
|
---|
555 | <property name="sizePolicy">
|
---|
556 | <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
---|
557 | <horstretch>0</horstretch>
|
---|
558 | <verstretch>0</verstretch>
|
---|
559 | </sizepolicy>
|
---|
560 | </property>
|
---|
561 | <property name="editable">
|
---|
562 | <bool>false</bool>
|
---|
563 | </property>
|
---|
564 | </widget>
|
---|
565 | </item>
|
---|
566 | <item>
|
---|
567 | <widget class="QLineEdit" name="ao_user_defined_edit"/>
|
---|
568 | </item>
|
---|
569 | <item>
|
---|
570 | <spacer>
|
---|
571 | <property name="orientation">
|
---|
572 | <enum>Qt::Horizontal</enum>
|
---|
573 | </property>
|
---|
574 | <property name="sizeHint" stdset="0">
|
---|
575 | <size>
|
---|
576 | <width>81</width>
|
---|
577 | <height>20</height>
|
---|
578 | </size>
|
---|
579 | </property>
|
---|
580 | </spacer>
|
---|
581 | </item>
|
---|
582 | </layout>
|
---|
583 | </item>
|
---|
584 | <item>
|
---|
585 | <widget class="Line" name="line_6">
|
---|
586 | <property name="sizePolicy">
|
---|
587 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
---|
588 | <horstretch>0</horstretch>
|
---|
589 | <verstretch>0</verstretch>
|
---|
590 | </sizepolicy>
|
---|
591 | </property>
|
---|
592 | <property name="orientation">
|
---|
593 | <enum>Qt::Horizontal</enum>
|
---|
594 | </property>
|
---|
595 | </widget>
|
---|
596 | </item>
|
---|
597 | <item>
|
---|
598 | <layout class="QHBoxLayout" name="horizontalLayout">
|
---|
599 | <item>
|
---|
600 | <widget class="QCheckBox" name="audio_equalizer_check">
|
---|
601 | <property name="text">
|
---|
602 | <string>&Enable the audio equalizer</string>
|
---|
603 | </property>
|
---|
604 | </widget>
|
---|
605 | </item>
|
---|
606 | <item>
|
---|
607 | <spacer name="horizontalSpacer">
|
---|
608 | <property name="orientation">
|
---|
609 | <enum>Qt::Horizontal</enum>
|
---|
610 | </property>
|
---|
611 | <property name="sizeHint" stdset="0">
|
---|
612 | <size>
|
---|
613 | <width>40</width>
|
---|
614 | <height>20</height>
|
---|
615 | </size>
|
---|
616 | </property>
|
---|
617 | </spacer>
|
---|
618 | </item>
|
---|
619 | <item>
|
---|
620 | <widget class="QCheckBox" name="global_audio_equalizer_check">
|
---|
621 | <property name="enabled">
|
---|
622 | <bool>false</bool>
|
---|
623 | </property>
|
---|
624 | <property name="text">
|
---|
625 | <string>Global audio e&qualizer</string>
|
---|
626 | </property>
|
---|
627 | </widget>
|
---|
628 | </item>
|
---|
629 | </layout>
|
---|
630 | </item>
|
---|
631 | <item>
|
---|
632 | <widget class="QCheckBox" name="hwac3_check">
|
---|
633 | <property name="text">
|
---|
634 | <string>&AC3/DTS pass-through S/PDIF</string>
|
---|
635 | </property>
|
---|
636 | </widget>
|
---|
637 | </item>
|
---|
638 | <item>
|
---|
639 | <layout class="QHBoxLayout">
|
---|
640 | <property name="spacing">
|
---|
641 | <number>6</number>
|
---|
642 | </property>
|
---|
643 | <property name="margin">
|
---|
644 | <number>0</number>
|
---|
645 | </property>
|
---|
646 | <item>
|
---|
647 | <widget class="QLabel" name="label">
|
---|
648 | <property name="text">
|
---|
649 | <string>C&hannels by default:</string>
|
---|
650 | </property>
|
---|
651 | <property name="buddy">
|
---|
652 | <cstring>channels_combo</cstring>
|
---|
653 | </property>
|
---|
654 | </widget>
|
---|
655 | </item>
|
---|
656 | <item>
|
---|
657 | <widget class="QComboBox" name="channels_combo"/>
|
---|
658 | </item>
|
---|
659 | <item>
|
---|
660 | <spacer>
|
---|
661 | <property name="orientation">
|
---|
662 | <enum>Qt::Horizontal</enum>
|
---|
663 | </property>
|
---|
664 | <property name="sizeHint" stdset="0">
|
---|
665 | <size>
|
---|
666 | <width>40</width>
|
---|
667 | <height>20</height>
|
---|
668 | </size>
|
---|
669 | </property>
|
---|
670 | </spacer>
|
---|
671 | </item>
|
---|
672 | </layout>
|
---|
673 | </item>
|
---|
674 | <item>
|
---|
675 | <layout class="QHBoxLayout">
|
---|
676 | <property name="spacing">
|
---|
677 | <number>6</number>
|
---|
678 | </property>
|
---|
679 | <property name="margin">
|
---|
680 | <number>0</number>
|
---|
681 | </property>
|
---|
682 | <item>
|
---|
683 | <widget class="QLabel" name="label_6">
|
---|
684 | <property name="text">
|
---|
685 | <string>High speed &playback without altering pitch</string>
|
---|
686 | </property>
|
---|
687 | <property name="buddy">
|
---|
688 | <cstring>scaletempo_combo</cstring>
|
---|
689 | </property>
|
---|
690 | </widget>
|
---|
691 | </item>
|
---|
692 | <item>
|
---|
693 | <widget class="TristateCombo" name="scaletempo_combo">
|
---|
694 | <property name="sizePolicy">
|
---|
695 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
---|
696 | <horstretch>0</horstretch>
|
---|
697 | <verstretch>0</verstretch>
|
---|
698 | </sizepolicy>
|
---|
699 | </property>
|
---|
700 | </widget>
|
---|
701 | </item>
|
---|
702 | <item>
|
---|
703 | <spacer>
|
---|
704 | <property name="orientation">
|
---|
705 | <enum>Qt::Horizontal</enum>
|
---|
706 | </property>
|
---|
707 | <property name="sizeHint" stdset="0">
|
---|
708 | <size>
|
---|
709 | <width>40</width>
|
---|
710 | <height>20</height>
|
---|
711 | </size>
|
---|
712 | </property>
|
---|
713 | </spacer>
|
---|
714 | </item>
|
---|
715 | </layout>
|
---|
716 | </item>
|
---|
717 | <item>
|
---|
718 | <widget class="QGroupBox" name="groupBox_4">
|
---|
719 | <property name="title">
|
---|
720 | <string>Volume</string>
|
---|
721 | </property>
|
---|
722 | <layout class="QVBoxLayout">
|
---|
723 | <property name="margin">
|
---|
724 | <number>4</number>
|
---|
725 | </property>
|
---|
726 | <item>
|
---|
727 | <widget class="QCheckBox" name="global_volume_check">
|
---|
728 | <property name="text">
|
---|
729 | <string>Glo&bal volume</string>
|
---|
730 | </property>
|
---|
731 | </widget>
|
---|
732 | </item>
|
---|
733 | <item>
|
---|
734 | <layout class="QHBoxLayout">
|
---|
735 | <property name="spacing">
|
---|
736 | <number>6</number>
|
---|
737 | </property>
|
---|
738 | <property name="margin">
|
---|
739 | <number>0</number>
|
---|
740 | </property>
|
---|
741 | <item>
|
---|
742 | <widget class="QCheckBox" name="softvol_check">
|
---|
743 | <property name="text">
|
---|
744 | <string>Use s&oftware volume control</string>
|
---|
745 | </property>
|
---|
746 | </widget>
|
---|
747 | </item>
|
---|
748 | <item>
|
---|
749 | <spacer>
|
---|
750 | <property name="orientation">
|
---|
751 | <enum>Qt::Horizontal</enum>
|
---|
752 | </property>
|
---|
753 | <property name="sizeHint" stdset="0">
|
---|
754 | <size>
|
---|
755 | <width>20</width>
|
---|
756 | <height>20</height>
|
---|
757 | </size>
|
---|
758 | </property>
|
---|
759 | </spacer>
|
---|
760 | </item>
|
---|
761 | <item>
|
---|
762 | <widget class="QLabel" name="amplification_label">
|
---|
763 | <property name="enabled">
|
---|
764 | <bool>false</bool>
|
---|
765 | </property>
|
---|
766 | <property name="text">
|
---|
767 | <string>Ma&x. Amplification:</string>
|
---|
768 | </property>
|
---|
769 | <property name="wordWrap">
|
---|
770 | <bool>false</bool>
|
---|
771 | </property>
|
---|
772 | <property name="buddy">
|
---|
773 | <cstring>softvol_max_spin</cstring>
|
---|
774 | </property>
|
---|
775 | </widget>
|
---|
776 | </item>
|
---|
777 | <item>
|
---|
778 | <widget class="QSpinBox" name="softvol_max_spin">
|
---|
779 | <property name="enabled">
|
---|
780 | <bool>false</bool>
|
---|
781 | </property>
|
---|
782 | <property name="minimum">
|
---|
783 | <number>10</number>
|
---|
784 | </property>
|
---|
785 | <property name="maximum">
|
---|
786 | <number>10000</number>
|
---|
787 | </property>
|
---|
788 | </widget>
|
---|
789 | </item>
|
---|
790 | </layout>
|
---|
791 | </item>
|
---|
792 | <item>
|
---|
793 | <widget class="QCheckBox" name="volnorm_check">
|
---|
794 | <property name="text">
|
---|
795 | <string>Volume &normalization by default</string>
|
---|
796 | </property>
|
---|
797 | </widget>
|
---|
798 | </item>
|
---|
799 | </layout>
|
---|
800 | </widget>
|
---|
801 | </item>
|
---|
802 | <item>
|
---|
803 | <widget class="QGroupBox" name="groupBox_5">
|
---|
804 | <property name="title">
|
---|
805 | <string>Synchronization</string>
|
---|
806 | </property>
|
---|
807 | <layout class="QVBoxLayout">
|
---|
808 | <property name="margin">
|
---|
809 | <number>4</number>
|
---|
810 | </property>
|
---|
811 | <item>
|
---|
812 | <layout class="QHBoxLayout">
|
---|
813 | <item>
|
---|
814 | <widget class="QCheckBox" name="autosync_check">
|
---|
815 | <property name="text">
|
---|
816 | <string>Audio/video auto &synchronization</string>
|
---|
817 | </property>
|
---|
818 | </widget>
|
---|
819 | </item>
|
---|
820 | <item>
|
---|
821 | <spacer>
|
---|
822 | <property name="orientation">
|
---|
823 | <enum>Qt::Horizontal</enum>
|
---|
824 | </property>
|
---|
825 | <property name="sizeType">
|
---|
826 | <enum>QSizePolicy::Expanding</enum>
|
---|
827 | </property>
|
---|
828 | <property name="sizeHint" stdset="0">
|
---|
829 | <size>
|
---|
830 | <width>40</width>
|
---|
831 | <height>31</height>
|
---|
832 | </size>
|
---|
833 | </property>
|
---|
834 | </spacer>
|
---|
835 | </item>
|
---|
836 | <item>
|
---|
837 | <widget class="QLabel" name="factor_label">
|
---|
838 | <property name="enabled">
|
---|
839 | <bool>false</bool>
|
---|
840 | </property>
|
---|
841 | <property name="text">
|
---|
842 | <string>&Factor:</string>
|
---|
843 | </property>
|
---|
844 | <property name="alignment">
|
---|
845 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
846 | </property>
|
---|
847 | <property name="wordWrap">
|
---|
848 | <bool>false</bool>
|
---|
849 | </property>
|
---|
850 | <property name="buddy">
|
---|
851 | <cstring>autosync_spin</cstring>
|
---|
852 | </property>
|
---|
853 | </widget>
|
---|
854 | </item>
|
---|
855 | <item>
|
---|
856 | <widget class="QSpinBox" name="autosync_spin">
|
---|
857 | <property name="enabled">
|
---|
858 | <bool>false</bool>
|
---|
859 | </property>
|
---|
860 | <property name="minimum">
|
---|
861 | <number>0</number>
|
---|
862 | </property>
|
---|
863 | <property name="maximum">
|
---|
864 | <number>1000</number>
|
---|
865 | </property>
|
---|
866 | <property name="value">
|
---|
867 | <number>100</number>
|
---|
868 | </property>
|
---|
869 | </widget>
|
---|
870 | </item>
|
---|
871 | </layout>
|
---|
872 | </item>
|
---|
873 | <item>
|
---|
874 | <layout class="QHBoxLayout">
|
---|
875 | <item>
|
---|
876 | <widget class="QCheckBox" name="use_mc_check">
|
---|
877 | <property name="text">
|
---|
878 | <string>A-V sync &correction</string>
|
---|
879 | </property>
|
---|
880 | </widget>
|
---|
881 | </item>
|
---|
882 | <item>
|
---|
883 | <spacer>
|
---|
884 | <property name="orientation">
|
---|
885 | <enum>Qt::Horizontal</enum>
|
---|
886 | </property>
|
---|
887 | <property name="sizeHint" stdset="0">
|
---|
888 | <size>
|
---|
889 | <width>40</width>
|
---|
890 | <height>20</height>
|
---|
891 | </size>
|
---|
892 | </property>
|
---|
893 | </spacer>
|
---|
894 | </item>
|
---|
895 | <item>
|
---|
896 | <widget class="QLabel" name="mc_label">
|
---|
897 | <property name="enabled">
|
---|
898 | <bool>false</bool>
|
---|
899 | </property>
|
---|
900 | <property name="text">
|
---|
901 | <string>&Max. correction:</string>
|
---|
902 | </property>
|
---|
903 | <property name="buddy">
|
---|
904 | <cstring>mc_spin</cstring>
|
---|
905 | </property>
|
---|
906 | </widget>
|
---|
907 | </item>
|
---|
908 | <item>
|
---|
909 | <widget class="QDoubleSpinBox" name="mc_spin">
|
---|
910 | <property name="enabled">
|
---|
911 | <bool>false</bool>
|
---|
912 | </property>
|
---|
913 | <property name="maximum">
|
---|
914 | <double>100.000000000000000</double>
|
---|
915 | </property>
|
---|
916 | <property name="singleStep">
|
---|
917 | <double>0.100000000000000</double>
|
---|
918 | </property>
|
---|
919 | </widget>
|
---|
920 | </item>
|
---|
921 | </layout>
|
---|
922 | </item>
|
---|
923 | </layout>
|
---|
924 | </widget>
|
---|
925 | </item>
|
---|
926 | <item>
|
---|
927 | <spacer>
|
---|
928 | <property name="orientation">
|
---|
929 | <enum>Qt::Vertical</enum>
|
---|
930 | </property>
|
---|
931 | <property name="sizeType">
|
---|
932 | <enum>QSizePolicy::Expanding</enum>
|
---|
933 | </property>
|
---|
934 | <property name="sizeHint" stdset="0">
|
---|
935 | <size>
|
---|
936 | <width>20</width>
|
---|
937 | <height>40</height>
|
---|
938 | </size>
|
---|
939 | </property>
|
---|
940 | </spacer>
|
---|
941 | </item>
|
---|
942 | </layout>
|
---|
943 | </widget>
|
---|
944 | <widget class="QWidget" name="tab_2">
|
---|
945 | <attribute name="title">
|
---|
946 | <string>Preferre&d audio and subtitles</string>
|
---|
947 | </attribute>
|
---|
948 | <layout class="QVBoxLayout">
|
---|
949 | <property name="spacing">
|
---|
950 | <number>6</number>
|
---|
951 | </property>
|
---|
952 | <property name="margin">
|
---|
953 | <number>9</number>
|
---|
954 | </property>
|
---|
955 | <item>
|
---|
956 | <widget class="QLabel" name="preferred_desc">
|
---|
957 | <property name="text">
|
---|
958 | <string><Here it goes an explanation text>
|
---|
959 | For translators: don't translate this text, it will be replaced with another one at runtime.</string>
|
---|
960 | </property>
|
---|
961 | <property name="wordWrap">
|
---|
962 | <bool>true</bool>
|
---|
963 | </property>
|
---|
964 | </widget>
|
---|
965 | </item>
|
---|
966 | <item>
|
---|
967 | <widget class="Line" name="line">
|
---|
968 | <property name="sizePolicy">
|
---|
969 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
---|
970 | <horstretch>0</horstretch>
|
---|
971 | <verstretch>0</verstretch>
|
---|
972 | </sizepolicy>
|
---|
973 | </property>
|
---|
974 | <property name="orientation">
|
---|
975 | <enum>Qt::Horizontal</enum>
|
---|
976 | </property>
|
---|
977 | </widget>
|
---|
978 | </item>
|
---|
979 | <item>
|
---|
980 | <layout class="QGridLayout">
|
---|
981 | <property name="margin">
|
---|
982 | <number>0</number>
|
---|
983 | </property>
|
---|
984 | <property name="spacing">
|
---|
985 | <number>6</number>
|
---|
986 | </property>
|
---|
987 | <item row="1" column="2">
|
---|
988 | <spacer>
|
---|
989 | <property name="orientation">
|
---|
990 | <enum>Qt::Horizontal</enum>
|
---|
991 | </property>
|
---|
992 | <property name="sizeHint" stdset="0">
|
---|
993 | <size>
|
---|
994 | <width>40</width>
|
---|
995 | <height>20</height>
|
---|
996 | </size>
|
---|
997 | </property>
|
---|
998 | </spacer>
|
---|
999 | </item>
|
---|
1000 | <item row="2" column="2">
|
---|
1001 | <spacer>
|
---|
1002 | <property name="orientation">
|
---|
1003 | <enum>Qt::Horizontal</enum>
|
---|
1004 | </property>
|
---|
1005 | <property name="sizeHint" stdset="0">
|
---|
1006 | <size>
|
---|
1007 | <width>40</width>
|
---|
1008 | <height>20</height>
|
---|
1009 | </size>
|
---|
1010 | </property>
|
---|
1011 | </spacer>
|
---|
1012 | </item>
|
---|
1013 | <item row="2" column="1">
|
---|
1014 | <widget class="QLineEdit" name="subtitle_lang_edit"/>
|
---|
1015 | </item>
|
---|
1016 | <item row="1" column="0">
|
---|
1017 | <widget class="QLabel" name="textLabel1_20">
|
---|
1018 | <property name="text">
|
---|
1019 | <string>&Audio:</string>
|
---|
1020 | </property>
|
---|
1021 | <property name="alignment">
|
---|
1022 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
1023 | </property>
|
---|
1024 | <property name="wordWrap">
|
---|
1025 | <bool>false</bool>
|
---|
1026 | </property>
|
---|
1027 | <property name="buddy">
|
---|
1028 | <cstring>audio_lang_edit</cstring>
|
---|
1029 | </property>
|
---|
1030 | </widget>
|
---|
1031 | </item>
|
---|
1032 | <item row="1" column="1">
|
---|
1033 | <widget class="QLineEdit" name="audio_lang_edit"/>
|
---|
1034 | </item>
|
---|
1035 | <item row="2" column="0">
|
---|
1036 | <widget class="QLabel" name="textLabel2_11">
|
---|
1037 | <property name="text">
|
---|
1038 | <string>Su&btitles:</string>
|
---|
1039 | </property>
|
---|
1040 | <property name="alignment">
|
---|
1041 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
1042 | </property>
|
---|
1043 | <property name="wordWrap">
|
---|
1044 | <bool>false</bool>
|
---|
1045 | </property>
|
---|
1046 | <property name="buddy">
|
---|
1047 | <cstring>subtitle_lang_edit</cstring>
|
---|
1048 | </property>
|
---|
1049 | </widget>
|
---|
1050 | </item>
|
---|
1051 | <item row="0" column="0" colspan="3">
|
---|
1052 | <widget class="QLabel" name="label_5">
|
---|
1053 | <property name="text">
|
---|
1054 | <string>Preferred language:</string>
|
---|
1055 | </property>
|
---|
1056 | </widget>
|
---|
1057 | </item>
|
---|
1058 | </layout>
|
---|
1059 | </item>
|
---|
1060 | <item>
|
---|
1061 | <widget class="Line" name="line_2">
|
---|
1062 | <property name="orientation">
|
---|
1063 | <enum>Qt::Horizontal</enum>
|
---|
1064 | </property>
|
---|
1065 | </widget>
|
---|
1066 | </item>
|
---|
1067 | <item>
|
---|
1068 | <layout class="QGridLayout">
|
---|
1069 | <property name="margin">
|
---|
1070 | <number>0</number>
|
---|
1071 | </property>
|
---|
1072 | <property name="spacing">
|
---|
1073 | <number>6</number>
|
---|
1074 | </property>
|
---|
1075 | <item row="1" column="1">
|
---|
1076 | <widget class="QSpinBox" name="audio_track_spin">
|
---|
1077 | <property name="minimum">
|
---|
1078 | <number>1</number>
|
---|
1079 | </property>
|
---|
1080 | <property name="maximum">
|
---|
1081 | <number>99</number>
|
---|
1082 | </property>
|
---|
1083 | </widget>
|
---|
1084 | </item>
|
---|
1085 | <item row="1" column="0">
|
---|
1086 | <widget class="QLabel" name="label_3">
|
---|
1087 | <property name="text">
|
---|
1088 | <string>Audi&o:</string>
|
---|
1089 | </property>
|
---|
1090 | <property name="alignment">
|
---|
1091 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
1092 | </property>
|
---|
1093 | <property name="buddy">
|
---|
1094 | <cstring>audio_track_spin</cstring>
|
---|
1095 | </property>
|
---|
1096 | </widget>
|
---|
1097 | </item>
|
---|
1098 | <item row="2" column="0">
|
---|
1099 | <widget class="QLabel" name="label_4">
|
---|
1100 | <property name="text">
|
---|
1101 | <string>&Subtitle:</string>
|
---|
1102 | </property>
|
---|
1103 | <property name="alignment">
|
---|
1104 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
1105 | </property>
|
---|
1106 | <property name="buddy">
|
---|
1107 | <cstring>subtitle_track_spin</cstring>
|
---|
1108 | </property>
|
---|
1109 | </widget>
|
---|
1110 | </item>
|
---|
1111 | <item row="2" column="2">
|
---|
1112 | <spacer>
|
---|
1113 | <property name="orientation">
|
---|
1114 | <enum>Qt::Horizontal</enum>
|
---|
1115 | </property>
|
---|
1116 | <property name="sizeHint" stdset="0">
|
---|
1117 | <size>
|
---|
1118 | <width>151</width>
|
---|
1119 | <height>20</height>
|
---|
1120 | </size>
|
---|
1121 | </property>
|
---|
1122 | </spacer>
|
---|
1123 | </item>
|
---|
1124 | <item row="1" column="2">
|
---|
1125 | <spacer>
|
---|
1126 | <property name="orientation">
|
---|
1127 | <enum>Qt::Horizontal</enum>
|
---|
1128 | </property>
|
---|
1129 | <property name="sizeHint" stdset="0">
|
---|
1130 | <size>
|
---|
1131 | <width>151</width>
|
---|
1132 | <height>20</height>
|
---|
1133 | </size>
|
---|
1134 | </property>
|
---|
1135 | </spacer>
|
---|
1136 | </item>
|
---|
1137 | <item row="2" column="1">
|
---|
1138 | <widget class="QSpinBox" name="subtitle_track_spin">
|
---|
1139 | <property name="minimum">
|
---|
1140 | <number>1</number>
|
---|
1141 | </property>
|
---|
1142 | </widget>
|
---|
1143 | </item>
|
---|
1144 | <item row="0" column="0" colspan="3">
|
---|
1145 | <widget class="QLabel" name="label_2">
|
---|
1146 | <property name="text">
|
---|
1147 | <string>Or choose a track number:</string>
|
---|
1148 | </property>
|
---|
1149 | </widget>
|
---|
1150 | </item>
|
---|
1151 | </layout>
|
---|
1152 | </item>
|
---|
1153 | <item>
|
---|
1154 | <spacer>
|
---|
1155 | <property name="orientation">
|
---|
1156 | <enum>Qt::Vertical</enum>
|
---|
1157 | </property>
|
---|
1158 | <property name="sizeHint" stdset="0">
|
---|
1159 | <size>
|
---|
1160 | <width>20</width>
|
---|
1161 | <height>40</height>
|
---|
1162 | </size>
|
---|
1163 | </property>
|
---|
1164 | </spacer>
|
---|
1165 | </item>
|
---|
1166 | </layout>
|
---|
1167 | </widget>
|
---|
1168 | </widget>
|
---|
1169 | </item>
|
---|
1170 | </layout>
|
---|
1171 | </widget>
|
---|
1172 | <customwidgets>
|
---|
1173 | <customwidget>
|
---|
1174 | <class>TristateCombo</class>
|
---|
1175 | <extends>QComboBox</extends>
|
---|
1176 | <header>tristatecombo.h</header>
|
---|
1177 | </customwidget>
|
---|
1178 | <customwidget>
|
---|
1179 | <class>FileChooser</class>
|
---|
1180 | <extends>QLineEdit</extends>
|
---|
1181 | <header>filechooser.h</header>
|
---|
1182 | </customwidget>
|
---|
1183 | </customwidgets>
|
---|
1184 | <tabstops>
|
---|
1185 | <tabstop>general_tab</tabstop>
|
---|
1186 | <tabstop>mplayerbin_edit</tabstop>
|
---|
1187 | <tabstop>remember_all_check</tabstop>
|
---|
1188 | <tabstop>remember_time_check</tabstop>
|
---|
1189 | <tabstop>filesettings_method_combo</tabstop>
|
---|
1190 | <tabstop>use_screenshots_check</tabstop>
|
---|
1191 | <tabstop>screenshot_edit</tabstop>
|
---|
1192 | <tabstop>close_on_finish_check</tabstop>
|
---|
1193 | <tabstop>pause_if_hidden_check</tabstop>
|
---|
1194 | <tabstop>vo_combo</tabstop>
|
---|
1195 | <tabstop>vo_user_defined_edit</tabstop>
|
---|
1196 | <tabstop>vdpau_button</tabstop>
|
---|
1197 | <tabstop>postprocessing_check</tabstop>
|
---|
1198 | <tabstop>autoq_spin</tabstop>
|
---|
1199 | <tabstop>deinterlace_combo</tabstop>
|
---|
1200 | <tabstop>zoom_spin</tabstop>
|
---|
1201 | <tabstop>eq2_check</tabstop>
|
---|
1202 | <tabstop>direct_rendering_check</tabstop>
|
---|
1203 | <tabstop>double_buffer_check</tabstop>
|
---|
1204 | <tabstop>use_slices_check</tabstop>
|
---|
1205 | <tabstop>start_fullscreen_check</tabstop>
|
---|
1206 | <tabstop>blackborders_on_fs_check</tabstop>
|
---|
1207 | <tabstop>screensaver_check</tabstop>
|
---|
1208 | <tabstop>turn_screensaver_off_check</tabstop>
|
---|
1209 | <tabstop>avoid_screensaver_check</tabstop>
|
---|
1210 | <tabstop>ao_combo</tabstop>
|
---|
1211 | <tabstop>ao_user_defined_edit</tabstop>
|
---|
1212 | <tabstop>audio_equalizer_check</tabstop>
|
---|
1213 | <tabstop>global_audio_equalizer_check</tabstop>
|
---|
1214 | <tabstop>hwac3_check</tabstop>
|
---|
1215 | <tabstop>channels_combo</tabstop>
|
---|
1216 | <tabstop>scaletempo_combo</tabstop>
|
---|
1217 | <tabstop>global_volume_check</tabstop>
|
---|
1218 | <tabstop>softvol_check</tabstop>
|
---|
1219 | <tabstop>softvol_max_spin</tabstop>
|
---|
1220 | <tabstop>volnorm_check</tabstop>
|
---|
1221 | <tabstop>autosync_check</tabstop>
|
---|
1222 | <tabstop>autosync_spin</tabstop>
|
---|
1223 | <tabstop>use_mc_check</tabstop>
|
---|
1224 | <tabstop>mc_spin</tabstop>
|
---|
1225 | <tabstop>audio_lang_edit</tabstop>
|
---|
1226 | <tabstop>subtitle_lang_edit</tabstop>
|
---|
1227 | <tabstop>audio_track_spin</tabstop>
|
---|
1228 | <tabstop>subtitle_track_spin</tabstop>
|
---|
1229 | </tabstops>
|
---|
1230 | <resources/>
|
---|
1231 | <connections>
|
---|
1232 | <connection>
|
---|
1233 | <sender>softvol_check</sender>
|
---|
1234 | <signal>toggled(bool)</signal>
|
---|
1235 | <receiver>softvol_max_spin</receiver>
|
---|
1236 | <slot>setEnabled(bool)</slot>
|
---|
1237 | <hints>
|
---|
1238 | <hint type="sourcelabel">
|
---|
1239 | <x>124</x>
|
---|
1240 | <y>256</y>
|
---|
1241 | </hint>
|
---|
1242 | <hint type="destinationlabel">
|
---|
1243 | <x>504</x>
|
---|
1244 | <y>256</y>
|
---|
1245 | </hint>
|
---|
1246 | </hints>
|
---|
1247 | </connection>
|
---|
1248 | <connection>
|
---|
1249 | <sender>softvol_check</sender>
|
---|
1250 | <signal>toggled(bool)</signal>
|
---|
1251 | <receiver>amplification_label</receiver>
|
---|
1252 | <slot>setEnabled(bool)</slot>
|
---|
1253 | <hints>
|
---|
1254 | <hint type="sourcelabel">
|
---|
1255 | <x>124</x>
|
---|
1256 | <y>256</y>
|
---|
1257 | </hint>
|
---|
1258 | <hint type="destinationlabel">
|
---|
1259 | <x>405</x>
|
---|
1260 | <y>256</y>
|
---|
1261 | </hint>
|
---|
1262 | </hints>
|
---|
1263 | </connection>
|
---|
1264 | <connection>
|
---|
1265 | <sender>remember_all_check</sender>
|
---|
1266 | <signal>toggled(bool)</signal>
|
---|
1267 | <receiver>remember_time_check</receiver>
|
---|
1268 | <slot>setEnabled(bool)</slot>
|
---|
1269 | <hints>
|
---|
1270 | <hint type="sourcelabel">
|
---|
1271 | <x>280</x>
|
---|
1272 | <y>323</y>
|
---|
1273 | </hint>
|
---|
1274 | <hint type="destinationlabel">
|
---|
1275 | <x>293</x>
|
---|
1276 | <y>355</y>
|
---|
1277 | </hint>
|
---|
1278 | </hints>
|
---|
1279 | </connection>
|
---|
1280 | <connection>
|
---|
1281 | <sender>remember_all_check</sender>
|
---|
1282 | <signal>toggled(bool)</signal>
|
---|
1283 | <receiver>filesettings_method_label</receiver>
|
---|
1284 | <slot>setEnabled(bool)</slot>
|
---|
1285 | <hints>
|
---|
1286 | <hint type="sourcelabel">
|
---|
1287 | <x>229</x>
|
---|
1288 | <y>233</y>
|
---|
1289 | </hint>
|
---|
1290 | <hint type="destinationlabel">
|
---|
1291 | <x>93</x>
|
---|
1292 | <y>298</y>
|
---|
1293 | </hint>
|
---|
1294 | </hints>
|
---|
1295 | </connection>
|
---|
1296 | <connection>
|
---|
1297 | <sender>remember_all_check</sender>
|
---|
1298 | <signal>toggled(bool)</signal>
|
---|
1299 | <receiver>filesettings_method_combo</receiver>
|
---|
1300 | <slot>setEnabled(bool)</slot>
|
---|
1301 | <hints>
|
---|
1302 | <hint type="sourcelabel">
|
---|
1303 | <x>229</x>
|
---|
1304 | <y>233</y>
|
---|
1305 | </hint>
|
---|
1306 | <hint type="destinationlabel">
|
---|
1307 | <x>181</x>
|
---|
1308 | <y>298</y>
|
---|
1309 | </hint>
|
---|
1310 | </hints>
|
---|
1311 | </connection>
|
---|
1312 | <connection>
|
---|
1313 | <sender>use_screenshots_check</sender>
|
---|
1314 | <signal>toggled(bool)</signal>
|
---|
1315 | <receiver>screenshots_dir_label</receiver>
|
---|
1316 | <slot>setEnabled(bool)</slot>
|
---|
1317 | <hints>
|
---|
1318 | <hint type="sourcelabel">
|
---|
1319 | <x>229</x>
|
---|
1320 | <y>256</y>
|
---|
1321 | </hint>
|
---|
1322 | <hint type="destinationlabel">
|
---|
1323 | <x>43</x>
|
---|
1324 | <y>288</y>
|
---|
1325 | </hint>
|
---|
1326 | </hints>
|
---|
1327 | </connection>
|
---|
1328 | <connection>
|
---|
1329 | <sender>use_screenshots_check</sender>
|
---|
1330 | <signal>toggled(bool)</signal>
|
---|
1331 | <receiver>screenshot_edit</receiver>
|
---|
1332 | <slot>setEnabled(bool)</slot>
|
---|
1333 | <hints>
|
---|
1334 | <hint type="sourcelabel">
|
---|
1335 | <x>229</x>
|
---|
1336 | <y>256</y>
|
---|
1337 | </hint>
|
---|
1338 | <hint type="destinationlabel">
|
---|
1339 | <x>254</x>
|
---|
1340 | <y>288</y>
|
---|
1341 | </hint>
|
---|
1342 | </hints>
|
---|
1343 | </connection>
|
---|
1344 | <connection>
|
---|
1345 | <sender>autosync_check</sender>
|
---|
1346 | <signal>toggled(bool)</signal>
|
---|
1347 | <receiver>autosync_spin</receiver>
|
---|
1348 | <slot>setEnabled(bool)</slot>
|
---|
1349 | <hints>
|
---|
1350 | <hint type="sourcelabel">
|
---|
1351 | <x>137</x>
|
---|
1352 | <y>385</y>
|
---|
1353 | </hint>
|
---|
1354 | <hint type="destinationlabel">
|
---|
1355 | <x>430</x>
|
---|
1356 | <y>386</y>
|
---|
1357 | </hint>
|
---|
1358 | </hints>
|
---|
1359 | </connection>
|
---|
1360 | <connection>
|
---|
1361 | <sender>autosync_check</sender>
|
---|
1362 | <signal>toggled(bool)</signal>
|
---|
1363 | <receiver>factor_label</receiver>
|
---|
1364 | <slot>setEnabled(bool)</slot>
|
---|
1365 | <hints>
|
---|
1366 | <hint type="sourcelabel">
|
---|
1367 | <x>137</x>
|
---|
1368 | <y>385</y>
|
---|
1369 | </hint>
|
---|
1370 | <hint type="destinationlabel">
|
---|
1371 | <x>361</x>
|
---|
1372 | <y>386</y>
|
---|
1373 | </hint>
|
---|
1374 | </hints>
|
---|
1375 | </connection>
|
---|
1376 | <connection>
|
---|
1377 | <sender>use_mc_check</sender>
|
---|
1378 | <signal>toggled(bool)</signal>
|
---|
1379 | <receiver>mc_label</receiver>
|
---|
1380 | <slot>setEnabled(bool)</slot>
|
---|
1381 | <hints>
|
---|
1382 | <hint type="sourcelabel">
|
---|
1383 | <x>90</x>
|
---|
1384 | <y>406</y>
|
---|
1385 | </hint>
|
---|
1386 | <hint type="destinationlabel">
|
---|
1387 | <x>341</x>
|
---|
1388 | <y>407</y>
|
---|
1389 | </hint>
|
---|
1390 | </hints>
|
---|
1391 | </connection>
|
---|
1392 | <connection>
|
---|
1393 | <sender>use_mc_check</sender>
|
---|
1394 | <signal>toggled(bool)</signal>
|
---|
1395 | <receiver>mc_spin</receiver>
|
---|
1396 | <slot>setEnabled(bool)</slot>
|
---|
1397 | <hints>
|
---|
1398 | <hint type="sourcelabel">
|
---|
1399 | <x>90</x>
|
---|
1400 | <y>406</y>
|
---|
1401 | </hint>
|
---|
1402 | <hint type="destinationlabel">
|
---|
1403 | <x>432</x>
|
---|
1404 | <y>407</y>
|
---|
1405 | </hint>
|
---|
1406 | </hints>
|
---|
1407 | </connection>
|
---|
1408 | <connection>
|
---|
1409 | <sender>audio_equalizer_check</sender>
|
---|
1410 | <signal>toggled(bool)</signal>
|
---|
1411 | <receiver>global_audio_equalizer_check</receiver>
|
---|
1412 | <slot>setEnabled(bool)</slot>
|
---|
1413 | <hints>
|
---|
1414 | <hint type="sourcelabel">
|
---|
1415 | <x>115</x>
|
---|
1416 | <y>95</y>
|
---|
1417 | </hint>
|
---|
1418 | <hint type="destinationlabel">
|
---|
1419 | <x>389</x>
|
---|
1420 | <y>95</y>
|
---|
1421 | </hint>
|
---|
1422 | </hints>
|
---|
1423 | </connection>
|
---|
1424 | </connections>
|
---|
1425 | </ui>
|
---|