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

Last change on this file since 168 was 165, checked in by Silvan Scherrer, 11 years ago

SMPlayer: update trunk to latest 0.8.7

  • Property svn:eol-style set to LF
File size: 17.6 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">
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 <layout class="QHBoxLayout">
144 <property name="spacing">
145 <number>6</number>
146 </property>
147 <property name="margin">
148 <number>0</number>
149 </property>
150 <item>
151 <widget class="QLabel" name="label_13">
152 <property name="text">
153 <string>&amp;Threads for decoding (MPEG-1/2 and H.264 only):</string>
154 </property>
155 <property name="buddy">
156 <cstring>threads_spin</cstring>
157 </property>
158 </widget>
159 </item>
160 <item>
161 <widget class="QSpinBox" name="threads_spin">
162 <property name="minimum">
163 <number>1</number>
164 </property>
165 <property name="maximum">
166 <number>16</number>
167 </property>
168 <property name="value">
169 <number>1</number>
170 </property>
171 </widget>
172 </item>
173 <item>
174 <spacer>
175 <property name="orientation">
176 <enum>Qt::Horizontal</enum>
177 </property>
178 <property name="sizeHint" stdset="0">
179 <size>
180 <width>40</width>
181 <height>20</height>
182 </size>
183 </property>
184 </spacer>
185 </item>
186 </layout>
187 </item>
188 <item>
189 <widget class="QGroupBox" name="groupBox">
190 <property name="title">
191 <string>H.264</string>
192 </property>
193 <layout class="QVBoxLayout">
194 <property name="spacing">
195 <number>6</number>
196 </property>
197 <property name="margin">
198 <number>9</number>
199 </property>
200 <item>
201 <layout class="QHBoxLayout">
202 <item>
203 <widget class="QLabel" name="label_8">
204 <property name="text">
205 <string>Loop &amp;filter</string>
206 </property>
207 <property name="buddy">
208 <cstring>loopfilter_combo</cstring>
209 </property>
210 </widget>
211 </item>
212 <item>
213 <widget class="QComboBox" name="loopfilter_combo"/>
214 </item>
215 <item>
216 <spacer>
217 <property name="orientation">
218 <enum>Qt::Horizontal</enum>
219 </property>
220 <property name="sizeHint" stdset="0">
221 <size>
222 <width>40</width>
223 <height>20</height>
224 </size>
225 </property>
226 </spacer>
227 </item>
228 </layout>
229 </item>
230 <item>
231 <widget class="QCheckBox" name="coreavc_check">
232 <property name="text">
233 <string>&amp;Use CoreAVC if no other codec specified</string>
234 </property>
235 </widget>
236 </item>
237 </layout>
238 </widget>
239 </item>
240 <item>
241 <layout class="QHBoxLayout">
242 <property name="spacing">
243 <number>6</number>
244 </property>
245 <property name="margin">
246 <number>0</number>
247 </property>
248 <item>
249 <widget class="QLabel" name="label">
250 <property name="text">
251 <string>&amp;Fast audio track switching</string>
252 </property>
253 <property name="buddy">
254 <cstring>fast_audio_combo</cstring>
255 </property>
256 </widget>
257 </item>
258 <item>
259 <widget class="TristateCombo" name="fast_audio_combo"/>
260 </item>
261 <item>
262 <spacer>
263 <property name="orientation">
264 <enum>Qt::Horizontal</enum>
265 </property>
266 <property name="sizeHint" stdset="0">
267 <size>
268 <width>40</width>
269 <height>20</height>
270 </size>
271 </property>
272 </spacer>
273 </item>
274 </layout>
275 </item>
276 <item>
277 <widget class="QCheckBox" name="fast_chapter_check">
278 <property name="text">
279 <string>Fast &amp;seek to chapters in dvds</string>
280 </property>
281 </widget>
282 </item>
283 <item>
284 <widget class="Line" name="yt_line">
285 <property name="orientation">
286 <enum>Qt::Horizontal</enum>
287 </property>
288 </widget>
289 </item>
290 <item>
291 <layout class="QHBoxLayout">
292 <item>
293 <widget class="QLabel" name="yt_label">
294 <property name="text">
295 <string>Youtube &amp;quality</string>
296 </property>
297 <property name="buddy">
298 <cstring>yt_quality_combo</cstring>
299 </property>
300 </widget>
301 </item>
302 <item>
303 <widget class="QComboBox" name="yt_quality_combo"/>
304 </item>
305 <item>
306 <spacer>
307 <property name="orientation">
308 <enum>Qt::Horizontal</enum>
309 </property>
310 <property name="sizeHint" stdset="0">
311 <size>
312 <width>40</width>
313 <height>20</height>
314 </size>
315 </property>
316 </spacer>
317 </item>
318 </layout>
319 </item>
320 <item>
321 <spacer>
322 <property name="orientation">
323 <enum>Qt::Vertical</enum>
324 </property>
325 <property name="sizeHint" stdset="0">
326 <size>
327 <width>20</width>
328 <height>40</height>
329 </size>
330 </property>
331 </spacer>
332 </item>
333 </layout>
334 </widget>
335 <widget class="QWidget" name="tab_2">
336 <attribute name="title">
337 <string>&amp;Cache</string>
338 </attribute>
339 <layout class="QGridLayout">
340 <item row="0" column="0" colspan="4">
341 <widget class="QLabel" name="textLabel1_12">
342 <property name="text">
343 <string>Setting a cache may improve performance on slow media</string>
344 </property>
345 <property name="wordWrap">
346 <bool>false</bool>
347 </property>
348 </widget>
349 </item>
350 <item row="1" column="0">
351 <widget class="QLabel" name="label_2">
352 <property name="text">
353 <string>Cache for &amp;local files:</string>
354 </property>
355 <property name="buddy">
356 <cstring>cache_files_spin</cstring>
357 </property>
358 </widget>
359 </item>
360 <item row="1" column="1">
361 <widget class="QSpinBox" name="cache_files_spin">
362 <property name="maximum">
363 <number>100000</number>
364 </property>
365 </widget>
366 </item>
367 <item row="1" column="2">
368 <widget class="QLabel" name="label_3">
369 <property name="text">
370 <string>KB</string>
371 </property>
372 </widget>
373 </item>
374 <item row="1" column="3">
375 <spacer>
376 <property name="orientation">
377 <enum>Qt::Horizontal</enum>
378 </property>
379 <property name="sizeHint" stdset="0">
380 <size>
381 <width>211</width>
382 <height>20</height>
383 </size>
384 </property>
385 </spacer>
386 </item>
387 <item row="2" column="0">
388 <widget class="QLabel" name="label_4">
389 <property name="text">
390 <string>Cache for &amp;streams:</string>
391 </property>
392 <property name="buddy">
393 <cstring>cache_streams_spin</cstring>
394 </property>
395 </widget>
396 </item>
397 <item row="2" column="1">
398 <widget class="QSpinBox" name="cache_streams_spin">
399 <property name="maximum">
400 <number>100000</number>
401 </property>
402 </widget>
403 </item>
404 <item row="2" column="2">
405 <widget class="QLabel" name="label_5">
406 <property name="text">
407 <string>KB</string>
408 </property>
409 </widget>
410 </item>
411 <item row="2" column="3">
412 <spacer>
413 <property name="orientation">
414 <enum>Qt::Horizontal</enum>
415 </property>
416 <property name="sizeHint" stdset="0">
417 <size>
418 <width>211</width>
419 <height>27</height>
420 </size>
421 </property>
422 </spacer>
423 </item>
424 <item row="3" column="0">
425 <widget class="QLabel" name="label_6">
426 <property name="text">
427 <string>Cache for &amp;DVDs:</string>
428 </property>
429 <property name="buddy">
430 <cstring>cache_dvds_spin</cstring>
431 </property>
432 </widget>
433 </item>
434 <item row="3" column="1">
435 <widget class="QSpinBox" name="cache_dvds_spin">
436 <property name="maximum">
437 <number>100000</number>
438 </property>
439 </widget>
440 </item>
441 <item row="3" column="2">
442 <widget class="QLabel" name="label_7">
443 <property name="text">
444 <string>KB</string>
445 </property>
446 </widget>
447 </item>
448 <item row="3" column="3">
449 <spacer>
450 <property name="orientation">
451 <enum>Qt::Horizontal</enum>
452 </property>
453 <property name="sizeHint" stdset="0">
454 <size>
455 <width>211</width>
456 <height>27</height>
457 </size>
458 </property>
459 </spacer>
460 </item>
461 <item row="4" column="0">
462 <widget class="QLabel" name="label_9">
463 <property name="text">
464 <string>Cache for &amp;audio CDs:</string>
465 </property>
466 <property name="buddy">
467 <cstring>cache_cds_spin</cstring>
468 </property>
469 </widget>
470 </item>
471 <item row="4" column="1">
472 <widget class="QSpinBox" name="cache_cds_spin">
473 <property name="maximum">
474 <number>100000</number>
475 </property>
476 </widget>
477 </item>
478 <item row="4" column="2">
479 <widget class="QLabel" name="label_10">
480 <property name="text">
481 <string>KB</string>
482 </property>
483 </widget>
484 </item>
485 <item row="4" column="3">
486 <spacer>
487 <property name="orientation">
488 <enum>Qt::Horizontal</enum>
489 </property>
490 <property name="sizeHint" stdset="0">
491 <size>
492 <width>221</width>
493 <height>27</height>
494 </size>
495 </property>
496 </spacer>
497 </item>
498 <item row="5" column="0">
499 <widget class="QLabel" name="label_12">
500 <property name="text">
501 <string>Cache for &amp;VCDs:</string>
502 </property>
503 <property name="buddy">
504 <cstring>cache_vcds_spin</cstring>
505 </property>
506 </widget>
507 </item>
508 <item row="5" column="1">
509 <widget class="QSpinBox" name="cache_vcds_spin">
510 <property name="maximum">
511 <number>100000</number>
512 </property>
513 </widget>
514 </item>
515 <item row="5" column="2">
516 <widget class="QLabel" name="label_11">
517 <property name="text">
518 <string>KB</string>
519 </property>
520 </widget>
521 </item>
522 <item row="5" column="3">
523 <spacer>
524 <property name="orientation">
525 <enum>Qt::Horizontal</enum>
526 </property>
527 <property name="sizeHint" stdset="0">
528 <size>
529 <width>201</width>
530 <height>27</height>
531 </size>
532 </property>
533 </spacer>
534 </item>
535 <item row="6" column="0">
536 <widget class="QLabel" name="label_14">
537 <property name="text">
538 <string>Cache for &amp;TV:</string>
539 </property>
540 <property name="buddy">
541 <cstring>cache_tv_spin</cstring>
542 </property>
543 </widget>
544 </item>
545 <item row="6" column="1">
546 <widget class="QSpinBox" name="cache_tv_spin">
547 <property name="maximum">
548 <number>100000</number>
549 </property>
550 </widget>
551 </item>
552 <item row="6" column="2">
553 <widget class="QLabel" name="label_15">
554 <property name="text">
555 <string>KB</string>
556 </property>
557 </widget>
558 </item>
559 <item row="6" column="3">
560 <spacer>
561 <property name="orientation">
562 <enum>Qt::Horizontal</enum>
563 </property>
564 <property name="sizeHint" stdset="0">
565 <size>
566 <width>231</width>
567 <height>27</height>
568 </size>
569 </property>
570 </spacer>
571 </item>
572 <item row="7" column="2">
573 <spacer>
574 <property name="orientation">
575 <enum>Qt::Vertical</enum>
576 </property>
577 <property name="sizeHint" stdset="0">
578 <size>
579 <width>20</width>
580 <height>40</height>
581 </size>
582 </property>
583 </spacer>
584 </item>
585 </layout>
586 </widget>
587 </widget>
588 </item>
589 </layout>
590 </widget>
591 <customwidgets>
592 <customwidget>
593 <class>TristateCombo</class>
594 <extends>QComboBox</extends>
595 <header>tristatecombo.h</header>
596 </customwidget>
597 </customwidgets>
598 <tabstops>
599 <tabstop>tabWidget</tabstop>
600 <tabstop>priority_combo</tabstop>
601 <tabstop>framedrop_check</tabstop>
602 <tabstop>hardframedrop_check</tabstop>
603 <tabstop>threads_spin</tabstop>
604 <tabstop>loopfilter_combo</tabstop>
605 <tabstop>coreavc_check</tabstop>
606 <tabstop>fast_audio_combo</tabstop>
607 <tabstop>fast_chapter_check</tabstop>
608 <tabstop>yt_quality_combo</tabstop>
609 <tabstop>cache_files_spin</tabstop>
610 <tabstop>cache_streams_spin</tabstop>
611 <tabstop>cache_dvds_spin</tabstop>
612 <tabstop>cache_cds_spin</tabstop>
613 <tabstop>cache_vcds_spin</tabstop>
614 <tabstop>cache_tv_spin</tabstop>
615 </tabstops>
616 <resources/>
617 <connections/>
618</ui>
Note: See TracBrowser for help on using the repository browser.