source: smplayer/trunk/src/prefadvanced.ui@ 128

Last change on this file since 128 was 128, checked in by Silvan Scherrer, 13 years ago

SMPlayer: trunk update to latest svn

  • Property svn:eol-style set to LF
File size: 23.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>PrefAdvanced</class>
4 <widget class="QWidget" name="PrefAdvanced">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>511</width>
10 <height>469</height>
11 </rect>
12 </property>
13 <layout class="QVBoxLayout">
14 <property name="margin">
15 <number>0</number>
16 </property>
17 <item>
18 <widget class="QTabWidget" name="advanced_tab">
19 <property name="currentIndex">
20 <number>0</number>
21 </property>
22 <widget class="QWidget" name="tab1">
23 <attribute name="title">
24 <string>&amp;Advanced</string>
25 </attribute>
26 <layout class="QVBoxLayout">
27 <item>
28 <layout class="QHBoxLayout">
29 <property name="spacing">
30 <number>6</number>
31 </property>
32 <property name="margin">
33 <number>0</number>
34 </property>
35 <item>
36 <widget class="QLabel" name="monitor_aspect_icon">
37 <property name="text">
38 <string>icon</string>
39 </property>
40 <property name="wordWrap">
41 <bool>false</bool>
42 </property>
43 </widget>
44 </item>
45 <item>
46 <widget class="QLabel" name="textLabel1_8">
47 <property name="text">
48 <string>&amp;Monitor aspect:</string>
49 </property>
50 <property name="wordWrap">
51 <bool>false</bool>
52 </property>
53 <property name="buddy">
54 <cstring>monitoraspect_combo</cstring>
55 </property>
56 </widget>
57 </item>
58 <item>
59 <widget class="MyComboBox" name="monitoraspect_combo">
60 <property name="sizePolicy">
61 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
62 <horstretch>0</horstretch>
63 <verstretch>0</verstretch>
64 </sizepolicy>
65 </property>
66 <property name="editable">
67 <bool>true</bool>
68 </property>
69 </widget>
70 </item>
71 <item>
72 <spacer>
73 <property name="orientation">
74 <enum>Qt::Horizontal</enum>
75 </property>
76 <property name="sizeType">
77 <enum>QSizePolicy::Expanding</enum>
78 </property>
79 <property name="sizeHint" stdset="0">
80 <size>
81 <width>190</width>
82 <height>21</height>
83 </size>
84 </property>
85 </spacer>
86 </item>
87 </layout>
88 </item>
89 <item>
90 <widget class="Line" name="line_2">
91 <property name="sizePolicy">
92 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
93 <horstretch>0</horstretch>
94 <verstretch>0</verstretch>
95 </sizepolicy>
96 </property>
97 <property name="orientation">
98 <enum>Qt::Horizontal</enum>
99 </property>
100 </widget>
101 </item>
102 <item>
103 <widget class="QCheckBox" name="mplayer_use_window_check">
104 <property name="text">
105 <string>&amp;Run MPlayer in its own window</string>
106 </property>
107 </widget>
108 </item>
109 <item>
110 <widget class="QCheckBox" name="idx_check">
111 <property name="text">
112 <string>Rebuild &amp;index if needed</string>
113 </property>
114 </widget>
115 </item>
116 <item>
117 <layout class="QHBoxLayout">
118 <item>
119 <widget class="QLabel" name="label_8">
120 <property name="text">
121 <string>C&amp;orrect PTS:</string>
122 </property>
123 <property name="buddy">
124 <cstring>correct_pts_combo</cstring>
125 </property>
126 </widget>
127 </item>
128 <item>
129 <widget class="TristateCombo" name="correct_pts_combo"/>
130 </item>
131 <item>
132 <spacer>
133 <property name="orientation">
134 <enum>Qt::Horizontal</enum>
135 </property>
136 <property name="sizeHint" stdset="0">
137 <size>
138 <width>40</width>
139 <height>20</height>
140 </size>
141 </property>
142 </spacer>
143 </item>
144 </layout>
145 </item>
146 <item>
147 <widget class="QCheckBox" name="shortnames_check">
148 <property name="text">
149 <string>&amp;Pass short filenames (8+3) to MPlayer</string>
150 </property>
151 </widget>
152 </item>
153 <item>
154 <widget class="QCheckBox" name="repaint_video_background_check">
155 <property name="text">
156 <string>Repaint the backgroun&amp;d of the video window</string>
157 </property>
158 </widget>
159 </item>
160 <item>
161 <widget class="Line" name="line_3">
162 <property name="sizePolicy">
163 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
164 <horstretch>0</horstretch>
165 <verstretch>0</verstretch>
166 </sizepolicy>
167 </property>
168 <property name="orientation">
169 <enum>Qt::Horizontal</enum>
170 </property>
171 </widget>
172 </item>
173 <item>
174 <widget class="QLabel" name="label_7">
175 <property name="text">
176 <string>R&amp;un the following actions every time a file is opened. The actions must be separated with spaces:</string>
177 </property>
178 <property name="wordWrap">
179 <bool>true</bool>
180 </property>
181 <property name="buddy">
182 <cstring>actions_to_run_edit</cstring>
183 </property>
184 </widget>
185 </item>
186 <item>
187 <widget class="QLineEdit" name="actions_to_run_edit"/>
188 </item>
189 <item>
190 <widget class="Line" name="line">
191 <property name="sizePolicy">
192 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
193 <horstretch>0</horstretch>
194 <verstretch>0</verstretch>
195 </sizepolicy>
196 </property>
197 <property name="orientation">
198 <enum>Qt::Horizontal</enum>
199 </property>
200 </widget>
201 </item>
202 <item>
203 <layout class="QHBoxLayout">
204 <property name="spacing">
205 <number>6</number>
206 </property>
207 <property name="margin">
208 <number>0</number>
209 </property>
210 <item>
211 <widget class="QLabel" name="colorkey_label">
212 <property name="text">
213 <string>&amp;Colorkey:</string>
214 </property>
215 <property name="wordWrap">
216 <bool>false</bool>
217 </property>
218 <property name="buddy">
219 <cstring>colorkey_view</cstring>
220 </property>
221 </widget>
222 </item>
223 <item>
224 <widget class="QLineEdit" name="colorkey_view">
225 <property name="sizePolicy">
226 <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
227 <horstretch>0</horstretch>
228 <verstretch>0</verstretch>
229 </sizepolicy>
230 </property>
231 </widget>
232 </item>
233 <item>
234 <widget class="QPushButton" name="changeButton">
235 <property name="text">
236 <string>C&amp;hange...</string>
237 </property>
238 </widget>
239 </item>
240 <item>
241 <spacer>
242 <property name="orientation">
243 <enum>Qt::Horizontal</enum>
244 </property>
245 <property name="sizeType">
246 <enum>QSizePolicy::Expanding</enum>
247 </property>
248 <property name="sizeHint" stdset="0">
249 <size>
250 <width>131</width>
251 <height>21</height>
252 </size>
253 </property>
254 </spacer>
255 </item>
256 </layout>
257 </item>
258 <item>
259 <widget class="QCheckBox" name="show_tag_in_title_check">
260 <property name="text">
261 <string>Show tag in&amp;fo in window title</string>
262 </property>
263 </widget>
264 </item>
265 <item>
266 <spacer>
267 <property name="orientation">
268 <enum>Qt::Vertical</enum>
269 </property>
270 <property name="sizeType">
271 <enum>QSizePolicy::Expanding</enum>
272 </property>
273 <property name="sizeHint" stdset="0">
274 <size>
275 <width>489</width>
276 <height>51</height>
277 </size>
278 </property>
279 </spacer>
280 </item>
281 </layout>
282 </widget>
283 <widget class="QWidget" name="tab2">
284 <attribute name="title">
285 <string>Options for MP&amp;layer</string>
286 </attribute>
287 <layout class="QVBoxLayout">
288 <property name="spacing">
289 <number>6</number>
290 </property>
291 <property name="margin">
292 <number>9</number>
293 </property>
294 <item>
295 <widget class="QLabel" name="textLabel3_2">
296 <property name="text">
297 <string>Here you can pass extra options to MPlayer.
298Write them separated by spaces.
299Example: -flip -nosound</string>
300 </property>
301 <property name="alignment">
302 <set>Qt::AlignVCenter</set>
303 </property>
304 <property name="wordWrap">
305 <bool>false</bool>
306 </property>
307 </widget>
308 </item>
309 <item>
310 <layout class="QHBoxLayout">
311 <property name="spacing">
312 <number>6</number>
313 </property>
314 <property name="margin">
315 <number>0</number>
316 </property>
317 <item>
318 <widget class="QLabel" name="textLabel1_3">
319 <property name="text">
320 <string>&amp;Options:</string>
321 </property>
322 <property name="wordWrap">
323 <bool>false</bool>
324 </property>
325 <property name="buddy">
326 <cstring>mplayer_args_edit</cstring>
327 </property>
328 </widget>
329 </item>
330 <item>
331 <widget class="QLineEdit" name="mplayer_args_edit"/>
332 </item>
333 </layout>
334 </item>
335 <item>
336 <widget class="Line" name="line2">
337 <property name="sizePolicy">
338 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
339 <horstretch>0</horstretch>
340 <verstretch>0</verstretch>
341 </sizepolicy>
342 </property>
343 <property name="frameShape">
344 <enum>QFrame::HLine</enum>
345 </property>
346 <property name="frameShadow">
347 <enum>QFrame::Sunken</enum>
348 </property>
349 <property name="orientation">
350 <enum>Qt::Horizontal</enum>
351 </property>
352 </widget>
353 </item>
354 <item>
355 <widget class="QLabel" name="textLabel4_2">
356 <property name="text">
357 <string>You can also pass additional video filters.
358Separate them with &quot;,&quot;. Do not use spaces!
359Example: scale=512:-2,eq2=1.1</string>
360 </property>
361 <property name="alignment">
362 <set>Qt::AlignVCenter</set>
363 </property>
364 <property name="wordWrap">
365 <bool>false</bool>
366 </property>
367 </widget>
368 </item>
369 <item>
370 <layout class="QHBoxLayout">
371 <property name="spacing">
372 <number>6</number>
373 </property>
374 <property name="margin">
375 <number>0</number>
376 </property>
377 <item>
378 <widget class="QLabel" name="textLabel2_3">
379 <property name="text">
380 <string>V&amp;ideo filters:</string>
381 </property>
382 <property name="wordWrap">
383 <bool>false</bool>
384 </property>
385 <property name="buddy">
386 <cstring>mplayer_vfilters_edit</cstring>
387 </property>
388 </widget>
389 </item>
390 <item>
391 <widget class="QLineEdit" name="mplayer_vfilters_edit"/>
392 </item>
393 </layout>
394 </item>
395 <item>
396 <widget class="Line" name="line3">
397 <property name="sizePolicy">
398 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
399 <horstretch>0</horstretch>
400 <verstretch>0</verstretch>
401 </sizepolicy>
402 </property>
403 <property name="frameShape">
404 <enum>QFrame::HLine</enum>
405 </property>
406 <property name="frameShadow">
407 <enum>QFrame::Sunken</enum>
408 </property>
409 <property name="orientation">
410 <enum>Qt::Horizontal</enum>
411 </property>
412 </widget>
413 </item>
414 <item>
415 <widget class="QLabel" name="textLabel5_2">
416 <property name="text">
417 <string>And finally audio filters. Same rule as for video filters.
418Example: resample=44100:0:0,volnorm</string>
419 </property>
420 <property name="alignment">
421 <set>Qt::AlignVCenter</set>
422 </property>
423 <property name="wordWrap">
424 <bool>false</bool>
425 </property>
426 </widget>
427 </item>
428 <item>
429 <layout class="QHBoxLayout">
430 <property name="spacing">
431 <number>6</number>
432 </property>
433 <property name="margin">
434 <number>0</number>
435 </property>
436 <item>
437 <widget class="QLabel" name="textLabel3_3">
438 <property name="text">
439 <string>Audio &amp;filters:</string>
440 </property>
441 <property name="wordWrap">
442 <bool>false</bool>
443 </property>
444 <property name="buddy">
445 <cstring>mplayer_afilters_edit</cstring>
446 </property>
447 </widget>
448 </item>
449 <item>
450 <widget class="QLineEdit" name="mplayer_afilters_edit"/>
451 </item>
452 </layout>
453 </item>
454 <item>
455 <spacer>
456 <property name="orientation">
457 <enum>Qt::Vertical</enum>
458 </property>
459 <property name="sizeHint" stdset="0">
460 <size>
461 <width>20</width>
462 <height>40</height>
463 </size>
464 </property>
465 </spacer>
466 </item>
467 </layout>
468 </widget>
469 <widget class="QWidget" name="tab_proxy">
470 <attribute name="title">
471 <string>&amp;Network</string>
472 </attribute>
473 <layout class="QVBoxLayout">
474 <item>
475 <widget class="QGroupBox" name="internet_connection_groupbox">
476 <property name="title">
477 <string>Network Connection</string>
478 </property>
479 <layout class="QVBoxLayout">
480 <property name="spacing">
481 <number>6</number>
482 </property>
483 <property name="margin">
484 <number>9</number>
485 </property>
486 <item>
487 <widget class="QRadioButton" name="ipv4_button">
488 <property name="text">
489 <string>IPv&amp;4</string>
490 </property>
491 </widget>
492 </item>
493 <item>
494 <widget class="QRadioButton" name="ipv6_button">
495 <property name="text">
496 <string>IPv&amp;6</string>
497 </property>
498 </widget>
499 </item>
500 </layout>
501 </widget>
502 </item>
503 <item>
504 <spacer>
505 <property name="orientation">
506 <enum>Qt::Vertical</enum>
507 </property>
508 <property name="sizeHint" stdset="0">
509 <size>
510 <width>458</width>
511 <height>31</height>
512 </size>
513 </property>
514 </spacer>
515 </item>
516 </layout>
517 </widget>
518 <widget class="QWidget" name="tab4">
519 <attribute name="title">
520 <string>Lo&amp;gs</string>
521 </attribute>
522 <layout class="QVBoxLayout" name="verticalLayout_3">
523 <item>
524 <widget class="QGroupBox" name="mplayer_log_box">
525 <property name="title">
526 <string>MPlayer</string>
527 </property>
528 <layout class="QVBoxLayout" name="verticalLayout_2">
529 <item>
530 <widget class="QCheckBox" name="log_mplayer_check">
531 <property name="text">
532 <string>Log MPlayer &amp;output</string>
533 </property>
534 </widget>
535 </item>
536 <item>
537 <widget class="QWidget" name="mplayer_log_container" native="true">
538 <property name="enabled">
539 <bool>false</bool>
540 </property>
541 <layout class="QGridLayout">
542 <property name="margin">
543 <number>0</number>
544 </property>
545 <item row="0" column="0" rowspan="3">
546 <spacer>
547 <property name="orientation">
548 <enum>Qt::Horizontal</enum>
549 </property>
550 <property name="sizeType">
551 <enum>QSizePolicy::Fixed</enum>
552 </property>
553 <property name="sizeHint" stdset="0">
554 <size>
555 <width>21</width>
556 <height>61</height>
557 </size>
558 </property>
559 </spacer>
560 </item>
561 <item row="0" column="1">
562 <widget class="QCheckBox" name="verbose_check">
563 <property name="text">
564 <string>&amp;Verbose</string>
565 </property>
566 </widget>
567 </item>
568 <item row="1" column="1">
569 <widget class="QCheckBox" name="log_mplayer_save_check">
570 <property name="text">
571 <string>A&amp;utosave MPlayer log to file</string>
572 </property>
573 </widget>
574 </item>
575 <item row="2" column="1">
576 <widget class="QLineEdit" name="log_mplayer_save_name">
577 <property name="enabled">
578 <bool>false</bool>
579 </property>
580 </widget>
581 </item>
582 </layout>
583 </widget>
584 </item>
585 </layout>
586 </widget>
587 </item>
588 <item>
589 <widget class="QGroupBox" name="smplayer_log_box">
590 <property name="title">
591 <string>SMPlayer</string>
592 </property>
593 <layout class="QVBoxLayout" name="verticalLayout">
594 <item>
595 <widget class="QCheckBox" name="log_smplayer_check">
596 <property name="text">
597 <string>Log &amp;SMPlayer output</string>
598 </property>
599 </widget>
600 </item>
601 <item>
602 <widget class="QWidget" name="smplayer_log_container" native="true">
603 <property name="enabled">
604 <bool>false</bool>
605 </property>
606 <layout class="QHBoxLayout">
607 <property name="margin">
608 <number>0</number>
609 </property>
610 <item>
611 <spacer>
612 <property name="orientation">
613 <enum>Qt::Horizontal</enum>
614 </property>
615 <property name="sizeType">
616 <enum>QSizePolicy::Fixed</enum>
617 </property>
618 <property name="sizeHint" stdset="0">
619 <size>
620 <width>21</width>
621 <height>41</height>
622 </size>
623 </property>
624 </spacer>
625 </item>
626 <item>
627 <widget class="QCheckBox" name="log_smplayer_save_check">
628 <property name="text">
629 <string>Sa&amp;ve SMPlayer log to a file</string>
630 </property>
631 </widget>
632 </item>
633 </layout>
634 </widget>
635 </item>
636 <item>
637 <widget class="Line" name="line8_2">
638 <property name="sizePolicy">
639 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
640 <horstretch>0</horstretch>
641 <verstretch>0</verstretch>
642 </sizepolicy>
643 </property>
644 <property name="frameShape">
645 <enum>QFrame::HLine</enum>
646 </property>
647 <property name="frameShadow">
648 <enum>QFrame::Sunken</enum>
649 </property>
650 <property name="orientation">
651 <enum>Qt::Horizontal</enum>
652 </property>
653 </widget>
654 </item>
655 <item>
656 <widget class="QLabel" name="smplayer_log_label1">
657 <property name="text">
658 <string>This option is mainly intended for debugging the application.</string>
659 </property>
660 <property name="wordWrap">
661 <bool>false</bool>
662 </property>
663 </widget>
664 </item>
665 <item>
666 <widget class="QLabel" name="smplayer_log_label2">
667 <property name="text">
668 <string>&amp;Filter for SMPlayer logs:</string>
669 </property>
670 <property name="wordWrap">
671 <bool>false</bool>
672 </property>
673 <property name="buddy">
674 <cstring>log_filter_edit</cstring>
675 </property>
676 </widget>
677 </item>
678 <item>
679 <widget class="QLineEdit" name="log_filter_edit"/>
680 </item>
681 </layout>
682 </widget>
683 </item>
684 <item>
685 <spacer>
686 <property name="orientation">
687 <enum>Qt::Vertical</enum>
688 </property>
689 <property name="sizeHint" stdset="0">
690 <size>
691 <width>489</width>
692 <height>184</height>
693 </size>
694 </property>
695 </spacer>
696 </item>
697 </layout>
698 </widget>
699 </widget>
700 </item>
701 </layout>
702 </widget>
703 <customwidgets>
704 <customwidget>
705 <class>MyComboBox</class>
706 <extends>QComboBox</extends>
707 <header>mycombobox.h</header>
708 </customwidget>
709 <customwidget>
710 <class>TristateCombo</class>
711 <extends>QComboBox</extends>
712 <header>tristatecombo.h</header>
713 </customwidget>
714 </customwidgets>
715 <tabstops>
716 <tabstop>advanced_tab</tabstop>
717 <tabstop>monitoraspect_combo</tabstop>
718 <tabstop>mplayer_use_window_check</tabstop>
719 <tabstop>idx_check</tabstop>
720 <tabstop>correct_pts_combo</tabstop>
721 <tabstop>shortnames_check</tabstop>
722 <tabstop>repaint_video_background_check</tabstop>
723 <tabstop>actions_to_run_edit</tabstop>
724 <tabstop>colorkey_view</tabstop>
725 <tabstop>changeButton</tabstop>
726 <tabstop>show_tag_in_title_check</tabstop>
727 <tabstop>mplayer_args_edit</tabstop>
728 <tabstop>mplayer_vfilters_edit</tabstop>
729 <tabstop>mplayer_afilters_edit</tabstop>
730 <tabstop>ipv4_button</tabstop>
731 <tabstop>ipv6_button</tabstop>
732 <tabstop>log_mplayer_check</tabstop>
733 <tabstop>verbose_check</tabstop>
734 <tabstop>log_mplayer_save_check</tabstop>
735 <tabstop>log_mplayer_save_name</tabstop>
736 <tabstop>log_smplayer_check</tabstop>
737 <tabstop>log_smplayer_save_check</tabstop>
738 <tabstop>log_filter_edit</tabstop>
739 </tabstops>
740 <resources/>
741 <connections>
742 <connection>
743 <sender>log_mplayer_save_check</sender>
744 <signal>toggled(bool)</signal>
745 <receiver>log_mplayer_save_name</receiver>
746 <slot>setEnabled(bool)</slot>
747 <hints>
748 <hint type="sourcelabel">
749 <x>249</x>
750 <y>180</y>
751 </hint>
752 <hint type="destinationlabel">
753 <x>279</x>
754 <y>174</y>
755 </hint>
756 </hints>
757 </connection>
758 <connection>
759 <sender>log_mplayer_check</sender>
760 <signal>toggled(bool)</signal>
761 <receiver>mplayer_log_container</receiver>
762 <slot>setEnabled(bool)</slot>
763 <hints>
764 <hint type="sourcelabel">
765 <x>255</x>
766 <y>73</y>
767 </hint>
768 <hint type="destinationlabel">
769 <x>255</x>
770 <y>143</y>
771 </hint>
772 </hints>
773 </connection>
774 <connection>
775 <sender>log_smplayer_check</sender>
776 <signal>toggled(bool)</signal>
777 <receiver>smplayer_log_container</receiver>
778 <slot>setEnabled(bool)</slot>
779 <hints>
780 <hint type="sourcelabel">
781 <x>255</x>
782 <y>47</y>
783 </hint>
784 <hint type="destinationlabel">
785 <x>255</x>
786 <y>86</y>
787 </hint>
788 </hints>
789 </connection>
790 </connections>
791</ui>
Note: See TracBrowser for help on using the repository browser.