summaryrefslogtreecommitdiffstats
path: root/kplayer/kplayersettingsadvanced.ui
blob: 62b4f602a9467b4e994d1740bd30e3055ec64e75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
<class>KPlayerSettingsAdvancedPage</class>
<widget class="TQFrame">
    <property name="name">
        <cstring>KPlayerSettingsAdvancedPage</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>600</width>
            <height>480</height>
        </rect>
    </property>
    <property name="sizePolicy">
        <sizepolicy>
            <hsizetype>1</hsizetype>
            <vsizetype>5</vsizetype>
            <horstretch>0</horstretch>
            <verstretch>0</verstretch>
        </sizepolicy>
    </property>
    <property name="caption">
        <string>Advanced Settings</string>
    </property>
    <property name="frameShape">
        <enum>NoFrame</enum>
    </property>
    <property name="frameShadow">
        <enum>Plain</enum>
    </property>
    <property name="lineWidth">
        <number>0</number>
    </property>
    <grid>
        <property name="name">
            <cstring>unnamed</cstring>
        </property>
        <widget class="TQFrame" row="0" column="0">
            <property name="name">
                <cstring>frame1</cstring>
            </property>
            <property name="sizePolicy">
                <sizepolicy>
                    <hsizetype>3</hsizetype>
                    <vsizetype>0</vsizetype>
                    <horstretch>0</horstretch>
                    <verstretch>0</verstretch>
                </sizepolicy>
            </property>
            <property name="frameShape">
                <enum>NoFrame</enum>
            </property>
            <property name="frameShadow">
                <enum>Plain</enum>
            </property>
            <vbox>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <widget class="TQLabel">
                    <property name="name">
                        <cstring>l_executable_path</cstring>
                    </property>
                    <property name="text">
                        <string>&amp;Executable path</string>
                    </property>
                    <property name="alignment">
                        <set>AlignVCenter|AlignLeft</set>
                    </property>
                    <property name="buddy" stdset="0">
                        <cstring>c_executable_path</cstring>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Path to MPlayer executable</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>Path to MPlayer executable, either absolute path or a name to look for in the current environment path.</string>
                    </property>
                </widget>
                <widget class="TQLineEdit">
                    <property name="name">
                        <cstring>c_executable_path</cstring>
                    </property>
                    <property name="sizePolicy">
                        <sizepolicy>
                            <hsizetype>3</hsizetype>
                            <vsizetype>0</vsizetype>
                            <horstretch>0</horstretch>
                            <verstretch>0</verstretch>
                        </sizepolicy>
                    </property>
                    <property name="text">
                        <string></string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Path to MPlayer executable</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>Path to MPlayer executable, either absolute path or a name to look for in the current environment path.</string>
                    </property>
                </widget>
                <widget class="TQLabel">
                    <property name="name">
                        <cstring>l_command_line</cstring>
                    </property>
                    <property name="text">
                        <string>Additional command &amp;line arguments</string>
                    </property>
                    <property name="alignment">
                        <set>AlignVCenter|AlignLeft</set>
                    </property>
                    <property name="buddy" stdset="0">
                        <cstring>c_command_line</cstring>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Additional options to be passed to MPlayer</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>Additional options that will be passed to MPlayer on the command line. See mplayer(1) manpage for a complete list of possible options. You can also choose this option for individual file or URL in File Properties.</string>
                    </property>
                </widget>
                <widget class="TQLineEdit">
                    <property name="name">
                        <cstring>c_command_line</cstring>
                    </property>
                    <property name="sizePolicy">
                        <sizepolicy>
                            <hsizetype>3</hsizetype>
                            <vsizetype>0</vsizetype>
                            <horstretch>0</horstretch>
                            <verstretch>0</verstretch>
                        </sizepolicy>
                    </property>
                    <property name="text">
                        <string></string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Additional options to be passed to MPlayer</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>Additional options that will be passed to MPlayer on the command line. See mplayer(1) manpage for a complete list of possible options. You can also choose this option for individual file or URL in File Properties.</string>
                    </property>
                </widget>
                <widget class="TQLayoutWidget">
                    <property name="name">
                        <cstring>layout2</cstring>
                    </property>
                    <grid>
                        <property name="name">
                            <cstring>unnamed</cstring>
                        </property>
                        <widget class="TQLabel" row="0" column="0">
                            <property name="name">
                                <cstring>l_demuxer</cstring>
                            </property>
                            <property name="text">
                                <string>Preferred &amp;demuxer</string>
                            </property>
                            <property name="alignment">
                                <set>AlignVCenter|AlignLeft</set>
                            </property>
                            <property name="buddy" stdset="0">
                                <cstring>c_demuxer</cstring>
                            </property>
                            <property name="toolTip" stdset="0">
                                <string>Preferred demultiplexer for handling file formats</string>
                            </property>
                            <property name="whatsThis" stdset="0">
                                <string>Property that shows and allows you to change the demultiplexer that should be used to handle file formats. If the chosen demuxer fails on a particular file, another one may be used.</string>
                            </property>
                        </widget>
                        <widget class="TQComboBox" row="0" column="1" colspan="3">
                            <property name="name">
                                <cstring>c_demuxer</cstring>
                            </property>
                            <property name="sizePolicy">
                                <sizepolicy>
                                    <hsizetype>3</hsizetype>
                                    <vsizetype>0</vsizetype>
                                    <horstretch>1</horstretch>
                                    <verstretch>0</verstretch>
                                </sizepolicy>
                            </property>
                            <property name="toolTip" stdset="0">
                                <string>Preferred demultiplexer for handling file formats</string>
                            </property>
                            <property name="whatsThis" stdset="0">
                                <string>Property that shows and allows you to change the demultiplexer that should be used to handle file formats. If the chosen demuxer fails on a particular file, another one may be used.</string>
                            </property>
                        </widget>
                        <widget class="TQLabel" row="1" column="0">
                            <property name="name">
                                <cstring>l_frame_drop</cstring>
                            </property>
                            <property name="text">
                                <string>&amp;Frame drop</string>
                            </property>
                            <property name="alignment">
                                <set>AlignVCenter|AlignLeft</set>
                            </property>
                            <property name="buddy" stdset="0">
                                <cstring>c_frame_drop</cstring>
                            </property>
                            <property name="toolTip" stdset="0">
                                <string>Choose whether and how MPlayer should drop frames</string>
                            </property>
                            <property name="whatsThis" stdset="0">
                                <string>If your system is too slow to play a file, MPlayer can drop some frames so playback does not slow down. None disables dropping, Soft drops less frames, and Hard drops more frames and may sometimes break decoding. You can also choose this option for individual file or URL in File Properties.</string>
                            </property>
                        </widget>
                        <widget class="TQComboBox" row="1" column="1">
                            <item>
                                <property name="text">
                                    <string>none</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>soft</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>hard</string>
                                </property>
                            </item>
                            <property name="name">
                                <cstring>c_frame_drop</cstring>
                            </property>
                            <property name="toolTip" stdset="0">
                                <string>Choose whether and how MPlayer should drop frames</string>
                            </property>
                            <property name="whatsThis" stdset="0">
                                <string>If your system is too slow to play a file, MPlayer can drop some frames so playback does not slow down. None disables dropping, Soft drops less frames, and Hard drops more frames and may sometimes break decoding. You can also choose this option for individual file or URL in File Properties.</string>
                            </property>
                        </widget>
                        <widget class="TQLabel" row="2" column="0">
                            <property name="name">
                                <cstring>l_use_cache</cstring>
                            </property>
                            <property name="text">
                                <string>Cac&amp;he</string>
                            </property>
                            <property name="alignment">
                                <set>AlignVCenter|AlignLeft</set>
                            </property>
                            <property name="buddy" stdset="0">
                                <cstring>c_use_cache</cstring>
                            </property>
                            <property name="toolTip" stdset="0">
                                <string>Choose whether to use cache and set its size</string>
                            </property>
                            <property name="whatsThis" stdset="0">
                                <string>Option to choose whether to use cache and set its size. Auto lets MPlayer use the its own configuration, None tells MPlayer to use no cache, and Set Size lets you set a specific size. You can also choose this option for individual file or URL in File Properties.</string>
                            </property>
                        </widget>
                        <widget class="TQComboBox" row="2" column="1">
                            <item>
                                <property name="text">
                                    <string>auto</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>none</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>set size</string>
                                </property>
                            </item>
                            <property name="name">
                                <cstring>c_use_cache</cstring>
                            </property>
                            <property name="toolTip" stdset="0">
                                <string>Choose whether to use cache and set its size</string>
                            </property>
                            <property name="whatsThis" stdset="0">
                                <string>Option to choose whether to use cache and set its size. Auto lets MPlayer use the its own configuration, None tells MPlayer to use no cache, and Set Size lets you set a specific size. You can also choose this option for individual file or URL in File Properties.</string>
                            </property>
                        </widget>
                        <widget class="TQLineEdit" row="2" column="2">
                            <property name="name">
                                <cstring>c_cache_size</cstring>
                            </property>
                            <property name="sizePolicy">
                                <sizepolicy>
                                    <hsizetype>0</hsizetype>
                                    <vsizetype>0</vsizetype>
                                    <horstretch>0</horstretch>
                                    <verstretch>0</verstretch>
                                </sizepolicy>
                            </property>
                            <property name="maximumSize">
                                <size>
                                    <width>60</width>
                                    <height>32767</height>
                                </size>
                            </property>
                            <property name="text">
                                <string></string>
                            </property>
                            <property name="toolTip" stdset="0">
                                <string>Choose whether to use cache and set its size</string>
                            </property>
                            <property name="whatsThis" stdset="0">
                                <string>Option to choose whether to use cache and set its size. Auto lets MPlayer use the its own configuration, None tells MPlayer to use no cache, and Set Size lets you set a specific size. You can also choose this option for individual file or URL in File Properties.</string>
                            </property>
                        </widget>
                        <widget class="TQLabel" row="2" column="3">
                            <property name="name">
                                <cstring>l_cache_size_kb</cstring>
                            </property>
                            <property name="sizePolicy">
                                <sizepolicy>
                                    <hsizetype>7</hsizetype>
                                    <vsizetype>5</vsizetype>
                                    <horstretch>0</horstretch>
                                    <verstretch>0</verstretch>
                                </sizepolicy>
                            </property>
                            <property name="text">
                                <string>kilobytes</string>
                            </property>
                            <property name="alignment">
                                <set>AlignVCenter|AlignLeft</set>
                            </property>
                            <property name="toolTip" stdset="0">
                                <string>Choose whether to use cache and set its size</string>
                            </property>
                            <property name="whatsThis" stdset="0">
                                <string>Option to choose whether to use cache and set its size. Auto lets MPlayer use the its own configuration, None tells MPlayer to use no cache, and Set Size lets you set a specific size. You can also choose this option for individual file or URL in File Properties.</string>
                            </property>
                        </widget>
                        <widget class="TQLabel" row="3" column="0">
                            <property name="name">
                                <cstring>l_build_index</cstring>
                            </property>
                            <property name="text">
                                <string>&amp;Build new index</string>
                            </property>
                            <property name="alignment">
                                <set>AlignVCenter|AlignLeft</set>
                            </property>
                            <property name="buddy" stdset="0">
                                <cstring>c_build_index</cstring>
                            </property>
                            <property name="toolTip" stdset="0">
                                <string>Choose whether to build new index for seeking</string>
                            </property>
                            <property name="whatsThis" stdset="0">
                                <string>Option to choose whether to build new index for seeking. Yes builds an index if the file does not have it, No tells MPlayer not to build index, and Force makes it always build an index. You can also choose this option for individual file or URL in File Properties.</string>
                            </property>
                        </widget>
                        <widget class="TQComboBox" row="3" column="1">
                            <item>
                                <property name="text">
                                    <string>yes</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>no</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>force</string>
                                </property>
                            </item>
                            <property name="name">
                                <cstring>c_build_index</cstring>
                            </property>
                            <property name="toolTip" stdset="0">
                                <string>Choose whether to build new index for seeking</string>
                            </property>
                            <property name="whatsThis" stdset="0">
                                <string>Option to choose whether to build new index for seeking. Yes builds an index if the file does not have it, No tells MPlayer not to build index, and Force makes it always build an index. You can also choose this option for individual file or URL in File Properties.</string>
                            </property>
                        </widget>
                    </grid>
                </widget>
                <widget class="TQCheckBox">
                    <property name="name">
                        <cstring>c_use_temporary_file</cstring>
                    </property>
                    <property name="text">
                        <string>&amp;Use temporary file for playing from KIOSlave</string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Choose whether to use a temporary file for playing from TDE I/O Slave</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>Option to choose whether to use a temporary file for playing from TDE I/O Slave. This option has no effect for URLs passed directly to MPlayer. You can also choose it for individual file or URL in File Properties.</string>
                    </property>
                </widget>
                <widget class="TQLayoutWidget">
                    <property name="name">
                        <cstring>layout4</cstring>
                    </property>
                    <hbox>
                        <property name="name">
                            <cstring>unnamed</cstring>
                        </property>
                        <widget class="TQLabel">
                            <property name="name">
                                <cstring>l_use_tdeioslave</cstring>
                            </property>
                            <property name="text">
                                <string>Use KIOSlave for</string>
                            </property>
                            <property name="alignment">
                                <set>AlignVCenter|AlignLeft</set>
                            </property>
                            <property name="toolTip" stdset="0">
                                <string>Choose whether to use a TDE I/O Slave to play selected URL types</string>
                            </property>
                            <property name="whatsThis" stdset="0">
                                <string>Option to choose whether to use a TDE I/O Slave to play selected URL types. You can also choose this option for individual file or stream in File Properties.</string>
                            </property>
                        </widget>
                        <widget class="TQCheckBox">
                            <property name="name">
                                <cstring>c_use_tdeioslave_for_http</cstring>
                            </property>
                            <property name="text">
                                <string>H&amp;TTP</string>
                            </property>
                            <property name="toolTip" stdset="0">
                                <string>Choose whether to use a TDE I/O Slave to play HTTP URLs</string>
                            </property>
                            <property name="whatsThis" stdset="0">
                                <string>Option to choose whether to use a TDE I/O Slave to play HTTP URLs. You can also choose this option for individual file or stream in File Properties.</string>
                            </property>
                        </widget>
                        <widget class="TQCheckBox">
                            <property name="name">
                                <cstring>c_use_tdeioslave_for_ftp</cstring>
                            </property>
                            <property name="text">
                                <string>FT&amp;P</string>
                            </property>
                            <property name="toolTip" stdset="0">
                                <string>Choose whether to use a TDE I/O Slave to play FTP URLs</string>
                            </property>
                            <property name="whatsThis" stdset="0">
                                <string>Option to choose whether to use a TDE I/O Slave to play FTP URLs. You can also choose this option for individual file in File Properties.</string>
                            </property>
                        </widget>
                        <widget class="TQCheckBox">
                            <property name="name">
                                <cstring>c_use_tdeioslave_for_smb</cstring>
                            </property>
                            <property name="text">
                                <string>&amp;SMB</string>
                            </property>
                            <property name="sizePolicy">
                                <sizepolicy>
                                    <hsizetype>7</hsizetype>
                                    <vsizetype>5</vsizetype>
                                    <horstretch>0</horstretch>
                                    <verstretch>0</verstretch>
                                </sizepolicy>
                            </property>
                            <property name="toolTip" stdset="0">
                                <string>Choose whether to use a TDE I/O Slave to play Samba URLs</string>
                            </property>
                            <property name="whatsThis" stdset="0">
                                <string>Option to choose whether to use a TDE I/O Slave to play Samba URLs. You can also choose this option for individual file in File Properties.</string>
                            </property>
                        </widget>
                    </hbox>
                </widget>
                <widget class="TQLabel">
                    <property name="name">
                        <cstring>l_osd_level</cstring>
                    </property>
                    <property name="sizePolicy">
                        <sizepolicy>
                            <hsizetype>1</hsizetype>
                            <vsizetype>5</vsizetype>
                            <horstretch>0</horstretch>
                            <verstretch>0</verstretch>
                        </sizepolicy>
                    </property>
                    <property name="text">
                        <string>OSD le&amp;vel</string>
                    </property>
                    <property name="alignment">
                        <set>AlignVCenter|AlignLeft</set>
                    </property>
                    <property name="buddy" stdset="0">
                        <cstring>c_osd_level</cstring>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Choose what to display inside the video area</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>Option to choose what to include in On Screen Display inside the video area. Since KPlayer can display almost everything outside the video area, the recommended choice is Subtitles Only.</string>
                    </property>
                </widget>
                <widget class="TQComboBox">
                    <item>
                        <property name="text">
                            <string>subtitles only</string>
                        </property>
                    </item>
                    <item>
                        <property name="text">
                            <string>subtitles, volume and seek</string>
                        </property>
                    </item>
                    <item>
                        <property name="text">
                            <string>subtitles, volume, seek, timer and percentage</string>
                        </property>
                    </item>
                    <item>
                        <property name="text">
                            <string>subtitles, volume, seek, timer, percentage and total time</string>
                        </property>
                    </item>
                    <property name="name">
                        <cstring>c_osd_level</cstring>
                    </property>
                    <property name="sizePolicy">
                        <sizepolicy>
                            <hsizetype>0</hsizetype>
                            <vsizetype>0</vsizetype>
                            <horstretch>0</horstretch>
                            <verstretch>0</verstretch>
                        </sizepolicy>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Choose what to display inside the video area</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>Option to choose what to include in On Screen Display inside the video area. Since KPlayer can display almost everything outside the video area, the recommended choice is Subtitles Only.</string>
                    </property>
                </widget>
            </vbox>
        </widget>
    </grid>
</widget>
<connections>
    <connection>
        <sender>c_use_cache</sender>
        <signal>activated(int)</signal>
        <receiver>KPlayerSettingsAdvancedPage</receiver>
        <slot>cacheChanged(int)</slot>
    </connection>
</connections>
<slots>
    <slot access="protected">cacheChanged(int)</slot>
</slots>
<layoutdefaults spacing="6" margin="0"/>
</UI>