source: smplayer/trunk/src/prefinterface.ui@ 165

Last change on this file since 165 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: 30.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>PrefInterface</class>
4 <widget class="QWidget" name="PrefInterface">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>491</width>
10 <height>502</height>
11 </rect>
12 </property>
13 <layout class="QVBoxLayout">
14 <property name="spacing">
15 <number>0</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;Interface</string>
28 </attribute>
29 <layout class="QVBoxLayout" name="verticalLayout_5">
30 <item>
31 <widget class="QGroupBox" name="groupBox">
32 <property name="title">
33 <string>Main window</string>
34 </property>
35 <layout class="QHBoxLayout">
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="resize_window_icon">
44 <property name="text">
45 <string>TextLabel</string>
46 </property>
47 </widget>
48 </item>
49 <item>
50 <layout class="QVBoxLayout">
51 <property name="spacing">
52 <number>6</number>
53 </property>
54 <property name="margin">
55 <number>0</number>
56 </property>
57 <item>
58 <widget class="QLabel" name="label">
59 <property name="text">
60 <string>Auto&amp;resize:</string>
61 </property>
62 <property name="buddy">
63 <cstring>mainwindow_resize_combo</cstring>
64 </property>
65 </widget>
66 </item>
67 <item>
68 <widget class="QComboBox" name="mainwindow_resize_combo">
69 <property name="sizePolicy">
70 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
71 <horstretch>0</horstretch>
72 <verstretch>0</verstretch>
73 </sizepolicy>
74 </property>
75 <item>
76 <property name="text">
77 <string>Never</string>
78 </property>
79 </item>
80 <item>
81 <property name="text">
82 <string>Whenever it's needed</string>
83 </property>
84 </item>
85 <item>
86 <property name="text">
87 <string>Only after loading a new video</string>
88 </property>
89 </item>
90 </widget>
91 </item>
92 <item>
93 <widget class="QCheckBox" name="save_size_check">
94 <property name="text">
95 <string>R&amp;emember position and size</string>
96 </property>
97 </widget>
98 </item>
99 <item>
100 <widget class="QCheckBox" name="hide_video_window_on_audio_check">
101 <property name="text">
102 <string>&amp;Hide video window when playing audio files</string>
103 </property>
104 </widget>
105 </item>
106 <item>
107 <widget class="QCheckBox" name="move_when_dragging_check">
108 <property name="text">
109 <string>&amp;Move the window when the video area is dragged</string>
110 </property>
111 </widget>
112 </item>
113 </layout>
114 </item>
115 <item>
116 <spacer>
117 <property name="orientation">
118 <enum>Qt::Horizontal</enum>
119 </property>
120 <property name="sizeHint" stdset="0">
121 <size>
122 <width>40</width>
123 <height>20</height>
124 </size>
125 </property>
126 </spacer>
127 </item>
128 </layout>
129 </widget>
130 </item>
131 <item>
132 <widget class="Line" name="line_3">
133 <property name="sizePolicy">
134 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
135 <horstretch>0</horstretch>
136 <verstretch>0</verstretch>
137 </sizepolicy>
138 </property>
139 <property name="orientation">
140 <enum>Qt::Horizontal</enum>
141 </property>
142 </widget>
143 </item>
144 <item>
145 <layout class="QGridLayout" name="gridLayout">
146 <item row="0" column="0">
147 <widget class="QLabel" name="textLabel1_18">
148 <property name="text">
149 <string>L&amp;anguage:</string>
150 </property>
151 <property name="wordWrap">
152 <bool>false</bool>
153 </property>
154 <property name="buddy">
155 <cstring>language_combo</cstring>
156 </property>
157 </widget>
158 </item>
159 <item row="0" column="1">
160 <widget class="MyComboBox" name="language_combo">
161 <property name="sizePolicy">
162 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
163 <horstretch>0</horstretch>
164 <verstretch>0</verstretch>
165 </sizepolicy>
166 </property>
167 </widget>
168 </item>
169 <item row="0" column="2">
170 <spacer>
171 <property name="orientation">
172 <enum>Qt::Horizontal</enum>
173 </property>
174 <property name="sizeHint" stdset="0">
175 <size>
176 <width>40</width>
177 <height>20</height>
178 </size>
179 </property>
180 </spacer>
181 </item>
182 <item row="1" column="0">
183 <widget class="QLabel" name="label_4">
184 <property name="text">
185 <string>&amp;GUI</string>
186 </property>
187 <property name="buddy">
188 <cstring>gui_combo</cstring>
189 </property>
190 </widget>
191 </item>
192 <item row="1" column="1">
193 <widget class="QComboBox" name="gui_combo">
194 <property name="sizePolicy">
195 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
196 <horstretch>0</horstretch>
197 <verstretch>0</verstretch>
198 </sizepolicy>
199 </property>
200 </widget>
201 </item>
202 <item row="1" column="2">
203 <spacer>
204 <property name="orientation">
205 <enum>Qt::Horizontal</enum>
206 </property>
207 <property name="sizeHint" stdset="0">
208 <size>
209 <width>40</width>
210 <height>20</height>
211 </size>
212 </property>
213 </spacer>
214 </item>
215 <item row="2" column="0">
216 <widget class="QLabel" name="iconset_label">
217 <property name="text">
218 <string>Ico&amp;n set:</string>
219 </property>
220 <property name="wordWrap">
221 <bool>false</bool>
222 </property>
223 <property name="buddy">
224 <cstring>iconset_combo</cstring>
225 </property>
226 </widget>
227 </item>
228 <item row="2" column="1">
229 <widget class="MyComboBox" name="iconset_combo">
230 <property name="sizePolicy">
231 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
232 <horstretch>0</horstretch>
233 <verstretch>0</verstretch>
234 </sizepolicy>
235 </property>
236 </widget>
237 </item>
238 <item row="2" column="2">
239 <widget class="QWidget" name="iconset_sp" native="true">
240 <layout class="QVBoxLayout" name="verticalLayout_3">
241 <property name="spacing">
242 <number>0</number>
243 </property>
244 <property name="margin">
245 <number>0</number>
246 </property>
247 <item>
248 <spacer name="iconset_spacer">
249 <property name="orientation">
250 <enum>Qt::Horizontal</enum>
251 </property>
252 <property name="sizeHint" stdset="0">
253 <size>
254 <width>40</width>
255 <height>20</height>
256 </size>
257 </property>
258 </spacer>
259 </item>
260 </layout>
261 </widget>
262 </item>
263 <item row="3" column="0">
264 <widget class="QLabel" name="skin_label">
265 <property name="text">
266 <string>S&amp;kin:</string>
267 </property>
268 <property name="wordWrap">
269 <bool>false</bool>
270 </property>
271 <property name="buddy">
272 <cstring>skin_combo</cstring>
273 </property>
274 </widget>
275 </item>
276 <item row="3" column="1">
277 <widget class="MyComboBox" name="skin_combo">
278 <property name="sizePolicy">
279 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
280 <horstretch>0</horstretch>
281 <verstretch>0</verstretch>
282 </sizepolicy>
283 </property>
284 </widget>
285 </item>
286 <item row="3" column="2">
287 <widget class="QWidget" name="skin_sp" native="true">
288 <layout class="QVBoxLayout" name="verticalLayout_4">
289 <property name="spacing">
290 <number>0</number>
291 </property>
292 <property name="margin">
293 <number>0</number>
294 </property>
295 <item>
296 <spacer name="skin_spacer">
297 <property name="orientation">
298 <enum>Qt::Horizontal</enum>
299 </property>
300 <property name="sizeHint" stdset="0">
301 <size>
302 <width>40</width>
303 <height>20</height>
304 </size>
305 </property>
306 </spacer>
307 </item>
308 </layout>
309 </widget>
310 </item>
311 <item row="4" column="0">
312 <widget class="QLabel" name="style_label">
313 <property name="text">
314 <string>St&amp;yle:</string>
315 </property>
316 <property name="wordWrap">
317 <bool>false</bool>
318 </property>
319 <property name="buddy">
320 <cstring>style_combo</cstring>
321 </property>
322 </widget>
323 </item>
324 <item row="4" column="1">
325 <widget class="MyComboBox" name="style_combo">
326 <property name="sizePolicy">
327 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
328 <horstretch>0</horstretch>
329 <verstretch>0</verstretch>
330 </sizepolicy>
331 </property>
332 </widget>
333 </item>
334 <item row="4" column="2">
335 <spacer>
336 <property name="orientation">
337 <enum>Qt::Horizontal</enum>
338 </property>
339 <property name="sizeHint" stdset="0">
340 <size>
341 <width>40</width>
342 <height>20</height>
343 </size>
344 </property>
345 </spacer>
346 </item>
347 </layout>
348 </item>
349 <item>
350 <widget class="Line" name="line">
351 <property name="sizePolicy">
352 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
353 <horstretch>0</horstretch>
354 <verstretch>0</verstretch>
355 </sizepolicy>
356 </property>
357 <property name="orientation">
358 <enum>Qt::Horizontal</enum>
359 </property>
360 </widget>
361 </item>
362 <item>
363 <layout class="QHBoxLayout">
364 <property name="spacing">
365 <number>6</number>
366 </property>
367 <property name="margin">
368 <number>0</number>
369 </property>
370 <item>
371 <widget class="QLabel" name="label_2">
372 <property name="text">
373 <string>Default font:</string>
374 </property>
375 </widget>
376 </item>
377 <item>
378 <widget class="QLineEdit" name="default_font_edit">
379 <property name="readOnly">
380 <bool>true</bool>
381 </property>
382 </widget>
383 </item>
384 <item>
385 <widget class="QPushButton" name="changeFontButton">
386 <property name="text">
387 <string>&amp;Change...</string>
388 </property>
389 </widget>
390 </item>
391 </layout>
392 </item>
393 <item>
394 <spacer>
395 <property name="orientation">
396 <enum>Qt::Vertical</enum>
397 </property>
398 <property name="sizeHint" stdset="0">
399 <size>
400 <width>20</width>
401 <height>40</height>
402 </size>
403 </property>
404 </spacer>
405 </item>
406 </layout>
407 </widget>
408 <widget class="QWidget" name="tab_3">
409 <attribute name="title">
410 <string>&amp;Seeking</string>
411 </attribute>
412 <layout class="QGridLayout">
413 <item row="0" column="0">
414 <layout class="QVBoxLayout">
415 <property name="spacing">
416 <number>6</number>
417 </property>
418 <property name="margin">
419 <number>0</number>
420 </property>
421 <item>
422 <widget class="SeekWidget" name="seek1" native="true"/>
423 </item>
424 <item>
425 <widget class="SeekWidget" name="seek2" native="true"/>
426 </item>
427 <item>
428 <widget class="SeekWidget" name="seek3" native="true"/>
429 </item>
430 <item>
431 <widget class="SeekWidget" name="seek4" native="true"/>
432 </item>
433 </layout>
434 </item>
435 <item row="0" column="1">
436 <spacer>
437 <property name="orientation">
438 <enum>Qt::Horizontal</enum>
439 </property>
440 <property name="sizeType">
441 <enum>QSizePolicy::Expanding</enum>
442 </property>
443 <property name="sizeHint" stdset="0">
444 <size>
445 <width>350</width>
446 <height>20</height>
447 </size>
448 </property>
449 </spacer>
450 </item>
451 <item row="1" column="0" colspan="2">
452 <widget class="Line" name="line_4">
453 <property name="sizePolicy">
454 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
455 <horstretch>0</horstretch>
456 <verstretch>0</verstretch>
457 </sizepolicy>
458 </property>
459 <property name="orientation">
460 <enum>Qt::Horizontal</enum>
461 </property>
462 </widget>
463 </item>
464 <item row="2" column="0" colspan="2">
465 <layout class="QHBoxLayout">
466 <property name="spacing">
467 <number>6</number>
468 </property>
469 <property name="margin">
470 <number>0</number>
471 </property>
472 <item>
473 <widget class="QLabel" name="label_3">
474 <property name="text">
475 <string>&amp;Behaviour of time slider:</string>
476 </property>
477 <property name="buddy">
478 <cstring>timeslider_behaviour_combo</cstring>
479 </property>
480 </widget>
481 </item>
482 <item>
483 <widget class="QComboBox" name="timeslider_behaviour_combo">
484 <property name="sizePolicy">
485 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
486 <horstretch>0</horstretch>
487 <verstretch>0</verstretch>
488 </sizepolicy>
489 </property>
490 <item>
491 <property name="text">
492 <string>Seek to position while dragging</string>
493 </property>
494 </item>
495 <item>
496 <property name="text">
497 <string>Seek to position when released</string>
498 </property>
499 </item>
500 </widget>
501 </item>
502 <item>
503 <spacer>
504 <property name="orientation">
505 <enum>Qt::Horizontal</enum>
506 </property>
507 <property name="sizeHint" stdset="0">
508 <size>
509 <width>81</width>
510 <height>25</height>
511 </size>
512 </property>
513 </spacer>
514 </item>
515 </layout>
516 </item>
517 <item row="3" column="0" colspan="2">
518 <widget class="QGroupBox" name="seeking_method_group">
519 <property name="title">
520 <string>Seeking method</string>
521 </property>
522 <layout class="QVBoxLayout">
523 <item>
524 <widget class="QRadioButton" name="absolute_seeking_button">
525 <property name="sizePolicy">
526 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
527 <horstretch>0</horstretch>
528 <verstretch>0</verstretch>
529 </sizepolicy>
530 </property>
531 <property name="text">
532 <string>&amp;Absolute seeking</string>
533 </property>
534 </widget>
535 </item>
536 <item>
537 <widget class="QRadioButton" name="relative_seeking_button">
538 <property name="sizePolicy">
539 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
540 <horstretch>0</horstretch>
541 <verstretch>0</verstretch>
542 </sizepolicy>
543 </property>
544 <property name="text">
545 <string>&amp;Relative seeking</string>
546 </property>
547 </widget>
548 </item>
549 </layout>
550 </widget>
551 </item>
552 <item row="7" column="0" colspan="2">
553 <spacer>
554 <property name="orientation">
555 <enum>Qt::Vertical</enum>
556 </property>
557 <property name="sizeHint" stdset="0">
558 <size>
559 <width>20</width>
560 <height>40</height>
561 </size>
562 </property>
563 </spacer>
564 </item>
565 <item row="4" column="0">
566 <widget class="QCheckBox" name="precise_seeking_check">
567 <property name="text">
568 <string>&amp;Precise seeking</string>
569 </property>
570 </widget>
571 </item>
572 <item row="5" column="0" colspan="2">
573 <widget class="Line" name="line_2">
574 <property name="orientation">
575 <enum>Qt::Horizontal</enum>
576 </property>
577 </widget>
578 </item>
579 <item row="6" column="0" colspan="2">
580 <widget class="QCheckBox" name="reset_stop_check">
581 <property name="text">
582 <string>Pressi&amp;ng the stop button once resets the time position</string>
583 </property>
584 </widget>
585 </item>
586 </layout>
587 </widget>
588 <widget class="QWidget" name="tab_2">
589 <attribute name="title">
590 <string>Ins&amp;tances</string>
591 </attribute>
592 <layout class="QVBoxLayout" name="verticalLayout">
593 <item>
594 <layout class="QHBoxLayout" name="horizontalLayout">
595 <item>
596 <widget class="QLabel" name="instances_icon">
597 <property name="text">
598 <string>TextLabel</string>
599 </property>
600 </widget>
601 </item>
602 <item>
603 <widget class="QCheckBox" name="single_instance_check">
604 <property name="text">
605 <string>&amp;Use only one running instance of SMPlayer</string>
606 </property>
607 </widget>
608 </item>
609 <item>
610 <spacer name="horizontalSpacer">
611 <property name="orientation">
612 <enum>Qt::Horizontal</enum>
613 </property>
614 <property name="sizeHint" stdset="0">
615 <size>
616 <width>40</width>
617 <height>20</height>
618 </size>
619 </property>
620 </spacer>
621 </item>
622 </layout>
623 </item>
624 <item>
625 <spacer>
626 <property name="orientation">
627 <enum>Qt::Vertical</enum>
628 </property>
629 <property name="sizeHint" stdset="0">
630 <size>
631 <width>20</width>
632 <height>40</height>
633 </size>
634 </property>
635 </spacer>
636 </item>
637 </layout>
638 </widget>
639 <widget class="QWidget" name="tab_4">
640 <attribute name="title">
641 <string>&amp;Floating control</string>
642 </attribute>
643 <layout class="QVBoxLayout" name="verticalLayout_6">
644 <item>
645 <widget class="QLabel" name="label_6">
646 <property name="text">
647 <string>The floating control appears in fullscreen mode when the mouse is moved.</string>
648 </property>
649 <property name="wordWrap">
650 <bool>true</bool>
651 </property>
652 </widget>
653 </item>
654 <item>
655 <widget class="QCheckBox" name="floating_animated_check">
656 <property name="text">
657 <string>&amp;Animated</string>
658 </property>
659 </widget>
660 </item>
661 <item>
662 <layout class="QGridLayout">
663 <item row="0" column="0">
664 <widget class="QLabel" name="label_7">
665 <property name="text">
666 <string>&amp;Width:</string>
667 </property>
668 <property name="buddy">
669 <cstring>floating_width_slider</cstring>
670 </property>
671 </widget>
672 </item>
673 <item row="0" column="1">
674 <widget class="QSlider" name="floating_width_slider">
675 <property name="maximum">
676 <number>100</number>
677 </property>
678 <property name="orientation">
679 <enum>Qt::Horizontal</enum>
680 </property>
681 </widget>
682 </item>
683 <item row="0" column="2">
684 <widget class="QLabel" name="floating_width_label">
685 <property name="frameShape">
686 <enum>QFrame::Panel</enum>
687 </property>
688 <property name="frameShadow">
689 <enum>QFrame::Sunken</enum>
690 </property>
691 <property name="text">
692 <string>0</string>
693 </property>
694 </widget>
695 </item>
696 <item row="1" column="0">
697 <widget class="QLabel" name="label_8">
698 <property name="text">
699 <string>&amp;Margin:</string>
700 </property>
701 <property name="buddy">
702 <cstring>floating_margin_slider</cstring>
703 </property>
704 </widget>
705 </item>
706 <item row="1" column="1">
707 <widget class="QSlider" name="floating_margin_slider">
708 <property name="maximum">
709 <number>80</number>
710 </property>
711 <property name="orientation">
712 <enum>Qt::Horizontal</enum>
713 </property>
714 </widget>
715 </item>
716 <item row="1" column="2">
717 <widget class="QLabel" name="floating_margin_label">
718 <property name="frameShape">
719 <enum>QFrame::Panel</enum>
720 </property>
721 <property name="frameShadow">
722 <enum>QFrame::Sunken</enum>
723 </property>
724 <property name="text">
725 <string>0</string>
726 </property>
727 </widget>
728 </item>
729 </layout>
730 </item>
731 <item>
732 <widget class="QCheckBox" name="floating_move_bottom_check">
733 <property name="text">
734 <string>Show only when moving the mouse to the &amp;bottom of the screen</string>
735 </property>
736 </widget>
737 </item>
738 <item>
739 <widget class="QCheckBox" name="floating_compact_check">
740 <property name="text">
741 <string>Display in &amp;compact mode too</string>
742 </property>
743 </widget>
744 </item>
745 <item>
746 <layout class="QHBoxLayout" name="horizontalLayout_2">
747 <item>
748 <widget class="QLabel" name="label_5">
749 <property name="text">
750 <string>Tim&amp;e (in milliseconds) to hide the control:</string>
751 </property>
752 <property name="buddy">
753 <cstring>floating_hide_delay_spin</cstring>
754 </property>
755 </widget>
756 </item>
757 <item>
758 <widget class="QSpinBox" name="floating_hide_delay_spin">
759 <property name="minimum">
760 <number>100</number>
761 </property>
762 <property name="maximum">
763 <number>10000</number>
764 </property>
765 </widget>
766 </item>
767 <item>
768 <spacer name="horizontalSpacer_2">
769 <property name="orientation">
770 <enum>Qt::Horizontal</enum>
771 </property>
772 <property name="sizeHint" stdset="0">
773 <size>
774 <width>40</width>
775 <height>20</height>
776 </size>
777 </property>
778 </spacer>
779 </item>
780 </layout>
781 </item>
782 <item>
783 <spacer>
784 <property name="orientation">
785 <enum>Qt::Vertical</enum>
786 </property>
787 <property name="sizeHint" stdset="0">
788 <size>
789 <width>20</width>
790 <height>40</height>
791 </size>
792 </property>
793 </spacer>
794 </item>
795 </layout>
796 </widget>
797 <widget class="QWidget" name="tab_5">
798 <attribute name="title">
799 <string>Privac&amp;y</string>
800 </attribute>
801 <layout class="QVBoxLayout" name="verticalLayout_2">
802 <item>
803 <widget class="QGroupBox" name="groupBox_4">
804 <property name="title">
805 <string>Recent files</string>
806 </property>
807 <layout class="QHBoxLayout" name="_2">
808 <property name="spacing">
809 <number>6</number>
810 </property>
811 <property name="margin">
812 <number>9</number>
813 </property>
814 <item>
815 <widget class="QLabel" name="textLabel1_15">
816 <property name="text">
817 <string>Ma&amp;x. items</string>
818 </property>
819 <property name="wordWrap">
820 <bool>false</bool>
821 </property>
822 <property name="buddy">
823 <cstring>recents_max_items_spin</cstring>
824 </property>
825 </widget>
826 </item>
827 <item>
828 <widget class="QSpinBox" name="recents_max_items_spin">
829 <property name="minimum">
830 <number>0</number>
831 </property>
832 <property name="maximum">
833 <number>20</number>
834 </property>
835 </widget>
836 </item>
837 <item>
838 <spacer>
839 <property name="orientation">
840 <enum>Qt::Horizontal</enum>
841 </property>
842 <property name="sizeHint" stdset="0">
843 <size>
844 <width>40</width>
845 <height>20</height>
846 </size>
847 </property>
848 </spacer>
849 </item>
850 </layout>
851 </widget>
852 </item>
853 <item>
854 <widget class="QGroupBox" name="groupBox_5">
855 <property name="title">
856 <string>URLs</string>
857 </property>
858 <layout class="QHBoxLayout" name="_3">
859 <property name="spacing">
860 <number>6</number>
861 </property>
862 <property name="margin">
863 <number>9</number>
864 </property>
865 <item>
866 <widget class="QLabel" name="textLabel1_16">
867 <property name="text">
868 <string>&amp;Max. items</string>
869 </property>
870 <property name="wordWrap">
871 <bool>false</bool>
872 </property>
873 <property name="buddy">
874 <cstring>url_max_items_spin</cstring>
875 </property>
876 </widget>
877 </item>
878 <item>
879 <widget class="QSpinBox" name="url_max_items_spin">
880 <property name="minimum">
881 <number>0</number>
882 </property>
883 <property name="maximum">
884 <number>50</number>
885 </property>
886 </widget>
887 </item>
888 <item>
889 <spacer>
890 <property name="orientation">
891 <enum>Qt::Horizontal</enum>
892 </property>
893 <property name="sizeHint" stdset="0">
894 <size>
895 <width>40</width>
896 <height>20</height>
897 </size>
898 </property>
899 </spacer>
900 </item>
901 </layout>
902 </widget>
903 </item>
904 <item>
905 <widget class="QCheckBox" name="save_dirs_check">
906 <property name="text">
907 <string>&amp;Remember last directory</string>
908 </property>
909 </widget>
910 </item>
911 <item>
912 <spacer name="verticalSpacer">
913 <property name="orientation">
914 <enum>Qt::Vertical</enum>
915 </property>
916 <property name="sizeHint" stdset="0">
917 <size>
918 <width>20</width>
919 <height>40</height>
920 </size>
921 </property>
922 </spacer>
923 </item>
924 </layout>
925 </widget>
926 </widget>
927 </item>
928 </layout>
929 </widget>
930 <customwidgets>
931 <customwidget>
932 <class>MyComboBox</class>
933 <extends>QComboBox</extends>
934 <header>mycombobox.h</header>
935 </customwidget>
936 <customwidget>
937 <class>SeekWidget</class>
938 <extends>QWidget</extends>
939 <header>seekwidget.h</header>
940 </customwidget>
941 </customwidgets>
942 <tabstops>
943 <tabstop>tabWidget</tabstop>
944 <tabstop>mainwindow_resize_combo</tabstop>
945 <tabstop>save_size_check</tabstop>
946 <tabstop>hide_video_window_on_audio_check</tabstop>
947 <tabstop>move_when_dragging_check</tabstop>
948 <tabstop>language_combo</tabstop>
949 <tabstop>gui_combo</tabstop>
950 <tabstop>iconset_combo</tabstop>
951 <tabstop>skin_combo</tabstop>
952 <tabstop>style_combo</tabstop>
953 <tabstop>default_font_edit</tabstop>
954 <tabstop>changeFontButton</tabstop>
955 <tabstop>timeslider_behaviour_combo</tabstop>
956 <tabstop>absolute_seeking_button</tabstop>
957 <tabstop>relative_seeking_button</tabstop>
958 <tabstop>precise_seeking_check</tabstop>
959 <tabstop>reset_stop_check</tabstop>
960 <tabstop>single_instance_check</tabstop>
961 <tabstop>floating_animated_check</tabstop>
962 <tabstop>floating_width_slider</tabstop>
963 <tabstop>floating_margin_slider</tabstop>
964 <tabstop>floating_move_bottom_check</tabstop>
965 <tabstop>floating_compact_check</tabstop>
966 <tabstop>floating_hide_delay_spin</tabstop>
967 <tabstop>recents_max_items_spin</tabstop>
968 <tabstop>url_max_items_spin</tabstop>
969 <tabstop>save_dirs_check</tabstop>
970 </tabstops>
971 <resources/>
972 <connections>
973 <connection>
974 <sender>floating_width_slider</sender>
975 <signal>valueChanged(int)</signal>
976 <receiver>floating_width_label</receiver>
977 <slot>setNum(int)</slot>
978 <hints>
979 <hint type="sourcelabel">
980 <x>282</x>
981 <y>137</y>
982 </hint>
983 <hint type="destinationlabel">
984 <x>484</x>
985 <y>137</y>
986 </hint>
987 </hints>
988 </connection>
989 <connection>
990 <sender>floating_margin_slider</sender>
991 <signal>valueChanged(int)</signal>
992 <receiver>floating_margin_label</receiver>
993 <slot>setNum(int)</slot>
994 <hints>
995 <hint type="sourcelabel">
996 <x>332</x>
997 <y>172</y>
998 </hint>
999 <hint type="destinationlabel">
1000 <x>480</x>
1001 <y>150</y>
1002 </hint>
1003 </hints>
1004 </connection>
1005 </connections>
1006</ui>
Note: See TracBrowser for help on using the repository browser.