source: smplayer/trunk/src/prefperformance.ui@ 176

Last change on this file since 176 was 176, checked in by Silvan Scherrer, 9 years ago

smplayer: update trunk to version 16.4

  • Property svn:eol-style set to LF
File size: 17.9 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>PrefPerformance</class>
4 <widget class="QWidget" name="PrefPerformance">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>475</width>
10 <height>591</height>
11 </rect>
12 </property>
13 <layout class="QVBoxLayout">
14 <property name="spacing">
15 <number>6</number>
16 </property>
17 <property name="margin">
18 <number>0</number>
19 </property>
20 <item>
21 <widget class="QTabWidget" name="tabWidget">
22 <property name="currentIndex">
23 <number>0</number>
24 </property>
25 <widget class="QWidget" name="tab">
26 <attribute name="title">
27 <string>&amp;Performance</string>
28 </attribute>
29 <layout class="QVBoxLayout" name="verticalLayout_2">
30 <item>
31 <widget class="QGroupBox" name="priority_group">
32 <property name="title">
33 <string>Priority</string>
34 </property>
35 <layout class="QVBoxLayout">
36 <property name="spacing">
37 <number>6</number>
38 </property>
39 <property name="margin">
40 <number>9</number>
41 </property>
42 <item>
43 <widget class="QLabel" name="priority_intro_label">
44 <property name="text">
45 <string>Select the priority for the MPlayer process.</string>
46 </property>
47 <property name="wordWrap">
48 <bool>false</bool>
49 </property>
50 </widget>
51 </item>
52 <item>
53 <layout class="QHBoxLayout">
54 <property name="spacing">
55 <number>6</number>
56 </property>
57 <property name="margin">
58 <number>0</number>
59 </property>
60 <item>
61 <widget class="QLabel" name="priority_label">
62 <property name="text">
63 <string>Priorit&amp;y:</string>
64 </property>
65 <property name="wordWrap">
66 <bool>false</bool>
67 </property>
68 <property name="buddy">
69 <cstring>priority_combo</cstring>
70 </property>
71 </widget>
72 </item>
73 <item>
74 <widget class="QComboBox" name="priority_combo">
75 <item>
76 <property name="text">
77 <string>realtime</string>
78 </property>
79 </item>
80 <item>
81 <property name="text">
82 <string>high</string>
83 </property>
84 </item>
85 <item>
86 <property name="text">
87 <string>abovenormal</string>
88 </property>
89 </item>
90 <item>
91 <property name="text">
92 <string>normal</string>
93 </property>
94 </item>
95 <item>
96 <property name="text">
97 <string>belownormal</string>
98 </property>
99 </item>
100 <item>
101 <property name="text">
102 <string>idle</string>
103 </property>
104 </item>
105 </widget>
106 </item>
107 <item>
108 <spacer>
109 <property name="orientation">
110 <enum>Qt::Horizontal</enum>
111 </property>
112 <property name="sizeType">
113 <enum>QSizePolicy::Expanding</enum>
114 </property>
115 <property name="sizeHint" stdset="0">
116 <size>
117 <width>201</width>
118 <height>21</height>
119 </size>
120 </property>
121 </spacer>
122 </item>
123 </layout>
124 </item>
125 </layout>
126 </widget>
127 </item>
128 <item>
129 <widget class="QCheckBox" name="framedrop_check">
130 <property name="text">
131 <string>&amp;Allow frame drop</string>
132 </property>
133 </widget>
134 </item>
135 <item>
136 <widget class="QCheckBox" name="hardframedrop_check">
137 <property name="text">
138 <string>Allow &amp;hard frame drop (can lead to image distortion)</string>
139 </property>
140 </widget>
141 </item>
142 <item>
143 <widget class="QGroupBox" name="groupBox_2">
144 <property name="title">
145 <string>Decoding</string>
146 </property>
147 <layout class="QVBoxLayout" name="verticalLayout">
148 <item>
149 <layout class="QHBoxLayout">
150 <property name="spacing">
151 <number>6</number>
152 </property>
153 <property name="margin">
154 <number>0</number>
155 </property>
156 <item>
157 <widget class="QLabel" name="label_13">
158 <property name="text">
159 <string>&amp;Threads for decoding (MPEG-1/2 and H.264 only):</string>
160 </property>
161 <property name="buddy">
162 <cstring>threads_spin</cstring>
163 </property>
164 </widget>
165 </item>
166 <item>
167 <widget class="QSpinBox" name="threads_spin">
168 <property name="minimum">
169 <number>1</number>
170 </property>
171 <property name="maximum">
172 <number>16</number>
173 </property>
174 <property name="value">
175 <number>1</number>
176 </property>
177 </widget>
178 </item>
179 <item>
180 <spacer>
181 <property name="orientation">
182 <enum>Qt::Horizontal</enum>
183 </property>
184 <property name="sizeHint" stdset="0">
185 <size>
186 <width>40</width>
187 <height>20</height>
188 </size>
189 </property>
190 </spacer>
191 </item>
192 </layout>
193 </item>
194 <item>
195 <layout class="QHBoxLayout" name="horizontalLayout">
196 <item>
197 <widget class="QLabel" name="label_16">
198 <property name="text">
199 <string>Hardware &amp;decoding</string>
200 </property>
201 <property name="buddy">
202 <cstring>hwdec_combo</cstring>
203 </property>
204 </widget>
205 </item>
206 <item>
207 <widget class="QComboBox" name="hwdec_combo"/>
208 </item>
209 <item>
210 <spacer name="horizontalSpacer">
211 <property name="orientation">
212 <enum>Qt::Horizontal</enum>
213 </property>
214 <property name="sizeHint" stdset="0">
215 <size>
216 <width>40</width>
217 <height>20</height>
218 </size>
219 </property>
220 </spacer>
221 </item>
222 </layout>
223 </item>
224 </layout>
225 </widget>
226 </item>
227 <item>
228 <widget class="QGroupBox" name="groupBox">
229 <property name="title">
230 <string>H.264</string>
231 </property>
232 <layout class="QVBoxLayout">
233 <property name="spacing">
234 <number>6</number>
235 </property>
236 <property name="margin">
237 <number>9</number>
238 </property>
239 <item>
240 <layout class="QHBoxLayout">
241 <item>
242 <widget class="QLabel" name="label_8">
243 <property name="text">
244 <string>Loop &amp;filter</string>
245 </property>
246 <property name="buddy">
247 <cstring>loopfilter_combo</cstring>
248 </property>
249 </widget>
250 </item>
251 <item>
252 <widget class="QComboBox" name="loopfilter_combo"/>
253 </item>
254 <item>
255 <spacer>
256 <property name="orientation">
257 <enum>Qt::Horizontal</enum>
258 </property>
259 <property name="sizeHint" stdset="0">
260 <size>
261 <width>40</width>
262 <height>20</height>
263 </size>
264 </property>
265 </spacer>
266 </item>
267 </layout>
268 </item>
269 <item>
270 <widget class="QCheckBox" name="coreavc_check">
271 <property name="text">
272 <string>&amp;Use CoreAVC if no other codec specified</string>
273 </property>
274 </widget>
275 </item>
276 </layout>
277 </widget>
278 </item>
279 <item>
280 <layout class="QHBoxLayout">
281 <property name="spacing">
282 <number>6</number>
283 </property>
284 <property name="margin">
285 <number>0</number>
286 </property>
287 <item>
288 <widget class="QLabel" name="fast_audio_label">
289 <property name="text">
290 <string>&amp;Fast audio track switching</string>
291 </property>
292 <property name="buddy">
293 <cstring>fast_audio_combo</cstring>
294 </property>
295 </widget>
296 </item>
297 <item>
298 <widget class="TristateCombo" name="fast_audio_combo"/>
299 </item>
300 <item>
301 <spacer>
302 <property name="orientation">
303 <enum>Qt::Horizontal</enum>
304 </property>
305 <property name="sizeHint" stdset="0">
306 <size>
307 <width>40</width>
308 <height>20</height>
309 </size>
310 </property>
311 </spacer>
312 </item>
313 </layout>
314 </item>
315 <item>
316 <widget class="QCheckBox" name="fast_chapter_check">
317 <property name="text">
318 <string>Fast &amp;seek to chapters in dvds</string>
319 </property>
320 </widget>
321 </item>
322 <item>
323 <spacer>
324 <property name="orientation">
325 <enum>Qt::Vertical</enum>
326 </property>
327 <property name="sizeHint" stdset="0">
328 <size>
329 <width>20</width>
330 <height>40</height>
331 </size>
332 </property>
333 </spacer>
334 </item>
335 </layout>
336 </widget>
337 <widget class="QWidget" name="tab_2">
338 <attribute name="title">
339 <string>&amp;Cache</string>
340 </attribute>
341 <layout class="QGridLayout">
342 <item row="0" column="0" colspan="4">
343 <widget class="QLabel" name="textLabel1_12">
344 <property name="text">
345 <string>Setting a cache may improve performance on slow media</string>
346 </property>
347 <property name="wordWrap">
348 <bool>false</bool>
349 </property>
350 </widget>
351 </item>
352 <item row="1" column="0">
353 <widget class="QLabel" name="label_2">
354 <property name="text">
355 <string>Cache for &amp;local files:</string>
356 </property>
357 <property name="buddy">
358 <cstring>cache_files_spin</cstring>
359 </property>
360 </widget>
361 </item>
362 <item row="1" column="1">
363 <widget class="QSpinBox" name="cache_files_spin">
364 <property name="maximum">
365 <number>100000</number>
366 </property>
367 </widget>
368 </item>
369 <item row="1" column="2">
370 <widget class="QLabel" name="label_3">
371 <property name="text">
372 <string>KB</string>
373 </property>
374 </widget>
375 </item>
376 <item row="1" column="3">
377 <spacer>
378 <property name="orientation">
379 <enum>Qt::Horizontal</enum>
380 </property>
381 <property name="sizeHint" stdset="0">
382 <size>
383 <width>211</width>
384 <height>20</height>
385 </size>
386 </property>
387 </spacer>
388 </item>
389 <item row="2" column="0">
390 <widget class="QLabel" name="label_4">
391 <property name="text">
392 <string>Cache for &amp;streams:</string>
393 </property>
394 <property name="buddy">
395 <cstring>cache_streams_spin</cstring>
396 </property>
397 </widget>
398 </item>
399 <item row="2" column="1">
400 <widget class="QSpinBox" name="cache_streams_spin">
401 <property name="maximum">
402 <number>100000</number>
403 </property>
404 </widget>
405 </item>
406 <item row="2" column="2">
407 <widget class="QLabel" name="label_5">
408 <property name="text">
409 <string>KB</string>
410 </property>
411 </widget>
412 </item>
413 <item row="2" column="3">
414 <spacer>
415 <property name="orientation">
416 <enum>Qt::Horizontal</enum>
417 </property>
418 <property name="sizeHint" stdset="0">
419 <size>
420 <width>211</width>
421 <height>27</height>
422 </size>
423 </property>
424 </spacer>
425 </item>
426 <item row="3" column="0">
427 <widget class="QLabel" name="label_6">
428 <property name="text">
429 <string>Cache for &amp;DVDs:</string>
430 </property>
431 <property name="buddy">
432 <cstring>cache_dvds_spin</cstring>
433 </property>
434 </widget>
435 </item>
436 <item row="3" column="1">
437 <widget class="QSpinBox" name="cache_dvds_spin">
438 <property name="maximum">
439 <number>100000</number>
440 </property>
441 </widget>
442 </item>
443 <item row="3" column="2">
444 <widget class="QLabel" name="label_7">
445 <property name="text">
446 <string>KB</string>
447 </property>
448 </widget>
449 </item>
450 <item row="3" column="3">
451 <spacer>
452 <property name="orientation">
453 <enum>Qt::Horizontal</enum>
454 </property>
455 <property name="sizeHint" stdset="0">
456 <size>
457 <width>211</width>
458 <height>27</height>
459 </size>
460 </property>
461 </spacer>
462 </item>
463 <item row="4" column="0">
464 <widget class="QLabel" name="label_9">
465 <property name="text">
466 <string>Cache for &amp;audio CDs:</string>
467 </property>
468 <property name="buddy">
469 <cstring>cache_cds_spin</cstring>
470 </property>
471 </widget>
472 </item>
473 <item row="4" column="1">
474 <widget class="QSpinBox" name="cache_cds_spin">
475 <property name="maximum">
476 <number>100000</number>
477 </property>
478 </widget>
479 </item>
480 <item row="4" column="2">
481 <widget class="QLabel" name="label_10">
482 <property name="text">
483 <string>KB</string>
484 </property>
485 </widget>
486 </item>
487 <item row="4" column="3">
488 <spacer>
489 <property name="orientation">
490 <enum>Qt::Horizontal</enum>
491 </property>
492 <property name="sizeHint" stdset="0">
493 <size>
494 <width>221</width>
495 <height>27</height>
496 </size>
497 </property>
498 </spacer>
499 </item>
500 <item row="5" column="0">
501 <widget class="QLabel" name="label_12">
502 <property name="text">
503 <string>Cache for &amp;VCDs:</string>
504 </property>
505 <property name="buddy">
506 <cstring>cache_vcds_spin</cstring>
507 </property>
508 </widget>
509 </item>
510 <item row="5" column="1">
511 <widget class="QSpinBox" name="cache_vcds_spin">
512 <property name="maximum">
513 <number>100000</number>
514 </property>
515 </widget>
516 </item>
517 <item row="5" column="2">
518 <widget class="QLabel" name="label_11">
519 <property name="text">
520 <string>KB</string>
521 </property>
522 </widget>
523 </item>
524 <item row="5" column="3">
525 <spacer>
526 <property name="orientation">
527 <enum>Qt::Horizontal</enum>
528 </property>
529 <property name="sizeHint" stdset="0">
530 <size>
531 <width>201</width>
532 <height>27</height>
533 </size>
534 </property>
535 </spacer>
536 </item>
537 <item row="6" column="0">
538 <widget class="QLabel" name="label_14">
539 <property name="text">
540 <string>Cache for &amp;TV:</string>
541 </property>
542 <property name="buddy">
543 <cstring>cache_tv_spin</cstring>
544 </property>
545 </widget>
546 </item>
547 <item row="6" column="1">
548 <widget class="QSpinBox" name="cache_tv_spin">
549 <property name="maximum">
550 <number>100000</number>
551 </property>
552 </widget>
553 </item>
554 <item row="6" column="2">
555 <widget class="QLabel" name="label_15">
556 <property name="text">
557 <string>KB</string>
558 </property>
559 </widget>
560 </item>
561 <item row="6" column="3">
562 <spacer>
563 <property name="orientation">
564 <enum>Qt::Horizontal</enum>
565 </property>
566 <property name="sizeHint" stdset="0">
567 <size>
568 <width>231</width>
569 <height>27</height>
570 </size>
571 </property>
572 </spacer>
573 </item>
574 <item row="7" column="2">
575 <spacer>
576 <property name="orientation">
577 <enum>Qt::Vertical</enum>
578 </property>
579 <property name="sizeHint" stdset="0">
580 <size>
581 <width>20</width>
582 <height>40</height>
583 </size>
584 </property>
585 </spacer>
586 </item>
587 </layout>
588 </widget>
589 </widget>
590 </item>
591 </layout>
592 </widget>
593 <customwidgets>
594 <customwidget>
595 <class>TristateCombo</class>
596 <extends>QComboBox</extends>
597 <header>tristatecombo.h</header>
598 </customwidget>
599 </customwidgets>
600 <tabstops>
601 <tabstop>tabWidget</tabstop>
602 <tabstop>priority_combo</tabstop>
603 <tabstop>framedrop_check</tabstop>
604 <tabstop>hardframedrop_check</tabstop>
605 <tabstop>threads_spin</tabstop>
606 <tabstop>hwdec_combo</tabstop>
607 <tabstop>loopfilter_combo</tabstop>
608 <tabstop>coreavc_check</tabstop>
609 <tabstop>fast_audio_combo</tabstop>
610 <tabstop>fast_chapter_check</tabstop>
611 <tabstop>cache_files_spin</tabstop>
612 <tabstop>cache_streams_spin</tabstop>
613 <tabstop>cache_dvds_spin</tabstop>
614 <tabstop>cache_cds_spin</tabstop>
615 <tabstop>cache_vcds_spin</tabstop>
616 <tabstop>cache_tv_spin</tabstop>
617 </tabstops>
618 <resources/>
619 <connections/>
620</ui>
Note: See TracBrowser for help on using the repository browser.