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