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