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

Last change on this file since 151 was 142, checked in by Silvan Scherrer, 12 years ago

SMPlayer: update trunk to 0.8.5

  • Property svn:eol-style set to LF
File size: 29.1 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>497</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="sizeHint" stdset="0">
441 <size>
442 <width>40</width>
443 <height>20</height>
444 </size>
445 </property>
446 </spacer>
447 </item>
448 <item row="1" column="0" colspan="2">
449 <widget class="Line" name="line_4">
450 <property name="sizePolicy">
451 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
452 <horstretch>0</horstretch>
453 <verstretch>0</verstretch>
454 </sizepolicy>
455 </property>
456 <property name="orientation">
457 <enum>Qt::Horizontal</enum>
458 </property>
459 </widget>
460 </item>
461 <item row="2" column="0" colspan="2">
462 <layout class="QHBoxLayout">
463 <property name="spacing">
464 <number>6</number>
465 </property>
466 <property name="margin">
467 <number>0</number>
468 </property>
469 <item>
470 <widget class="QLabel" name="label_3">
471 <property name="text">
472 <string>&amp;Behaviour of time slider:</string>
473 </property>
474 <property name="buddy">
475 <cstring>timeslider_behaviour_combo</cstring>
476 </property>
477 </widget>
478 </item>
479 <item>
480 <widget class="QComboBox" name="timeslider_behaviour_combo">
481 <property name="sizePolicy">
482 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
483 <horstretch>0</horstretch>
484 <verstretch>0</verstretch>
485 </sizepolicy>
486 </property>
487 <item>
488 <property name="text">
489 <string>Seek to position while dragging</string>
490 </property>
491 </item>
492 <item>
493 <property name="text">
494 <string>Seek to position when released</string>
495 </property>
496 </item>
497 </widget>
498 </item>
499 <item>
500 <spacer>
501 <property name="orientation">
502 <enum>Qt::Horizontal</enum>
503 </property>
504 <property name="sizeHint" stdset="0">
505 <size>
506 <width>81</width>
507 <height>25</height>
508 </size>
509 </property>
510 </spacer>
511 </item>
512 </layout>
513 </item>
514 <item row="3" column="0" colspan="2">
515 <widget class="QGroupBox" name="seeking_method_group">
516 <property name="title">
517 <string>Seeking method</string>
518 </property>
519 <layout class="QVBoxLayout">
520 <item>
521 <widget class="QRadioButton" name="absolute_seeking_button">
522 <property name="sizePolicy">
523 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
524 <horstretch>0</horstretch>
525 <verstretch>0</verstretch>
526 </sizepolicy>
527 </property>
528 <property name="text">
529 <string>&amp;Absolute seeking</string>
530 </property>
531 </widget>
532 </item>
533 <item>
534 <widget class="QRadioButton" name="relative_seeking_button">
535 <property name="sizePolicy">
536 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
537 <horstretch>0</horstretch>
538 <verstretch>0</verstretch>
539 </sizepolicy>
540 </property>
541 <property name="text">
542 <string>&amp;Relative seeking</string>
543 </property>
544 </widget>
545 </item>
546 </layout>
547 </widget>
548 </item>
549 <item row="7" column="0" colspan="2">
550 <spacer>
551 <property name="orientation">
552 <enum>Qt::Vertical</enum>
553 </property>
554 <property name="sizeHint" stdset="0">
555 <size>
556 <width>20</width>
557 <height>40</height>
558 </size>
559 </property>
560 </spacer>
561 </item>
562 <item row="4" column="0">
563 <widget class="QCheckBox" name="precise_seeking_check">
564 <property name="text">
565 <string>&amp;Precise seeking</string>
566 </property>
567 </widget>
568 </item>
569 <item row="5" column="0" colspan="2">
570 <widget class="Line" name="line_2">
571 <property name="orientation">
572 <enum>Qt::Horizontal</enum>
573 </property>
574 </widget>
575 </item>
576 <item row="6" column="0" colspan="2">
577 <widget class="QCheckBox" name="reset_stop_check">
578 <property name="text">
579 <string>Pressi&amp;ng the stop button once resets the time position</string>
580 </property>
581 </widget>
582 </item>
583 </layout>
584 </widget>
585 <widget class="QWidget" name="tab_2">
586 <attribute name="title">
587 <string>Ins&amp;tances</string>
588 </attribute>
589 <layout class="QVBoxLayout" name="verticalLayout">
590 <item>
591 <layout class="QHBoxLayout" name="horizontalLayout">
592 <item>
593 <widget class="QLabel" name="instances_icon">
594 <property name="text">
595 <string>TextLabel</string>
596 </property>
597 </widget>
598 </item>
599 <item>
600 <widget class="QCheckBox" name="single_instance_check">
601 <property name="text">
602 <string>&amp;Use only one running instance of SMPlayer</string>
603 </property>
604 </widget>
605 </item>
606 <item>
607 <spacer name="horizontalSpacer">
608 <property name="orientation">
609 <enum>Qt::Horizontal</enum>
610 </property>
611 <property name="sizeHint" stdset="0">
612 <size>
613 <width>40</width>
614 <height>20</height>
615 </size>
616 </property>
617 </spacer>
618 </item>
619 </layout>
620 </item>
621 <item>
622 <spacer>
623 <property name="orientation">
624 <enum>Qt::Vertical</enum>
625 </property>
626 <property name="sizeHint" stdset="0">
627 <size>
628 <width>20</width>
629 <height>40</height>
630 </size>
631 </property>
632 </spacer>
633 </item>
634 </layout>
635 </widget>
636 <widget class="QWidget" name="tab_4">
637 <attribute name="title">
638 <string>&amp;Floating control</string>
639 </attribute>
640 <layout class="QVBoxLayout">
641 <item>
642 <widget class="QLabel" name="label_6">
643 <property name="text">
644 <string>The floating control appears in fullscreen mode when the mouse is moved to the bottom of the screen.</string>
645 </property>
646 <property name="wordWrap">
647 <bool>true</bool>
648 </property>
649 </widget>
650 </item>
651 <item>
652 <widget class="QCheckBox" name="floating_animated_check">
653 <property name="text">
654 <string>&amp;Animated</string>
655 </property>
656 </widget>
657 </item>
658 <item>
659 <layout class="QGridLayout">
660 <item row="0" column="0">
661 <widget class="QLabel" name="label_7">
662 <property name="text">
663 <string>&amp;Width:</string>
664 </property>
665 <property name="buddy">
666 <cstring>floating_width_slider</cstring>
667 </property>
668 </widget>
669 </item>
670 <item row="0" column="1">
671 <widget class="QSlider" name="floating_width_slider">
672 <property name="maximum">
673 <number>100</number>
674 </property>
675 <property name="orientation">
676 <enum>Qt::Horizontal</enum>
677 </property>
678 </widget>
679 </item>
680 <item row="0" column="2">
681 <widget class="QLabel" name="floating_width_label">
682 <property name="frameShape">
683 <enum>QFrame::Panel</enum>
684 </property>
685 <property name="frameShadow">
686 <enum>QFrame::Sunken</enum>
687 </property>
688 <property name="text">
689 <string>0</string>
690 </property>
691 </widget>
692 </item>
693 <item row="1" column="0">
694 <widget class="QLabel" name="label_8">
695 <property name="text">
696 <string>&amp;Margin:</string>
697 </property>
698 <property name="buddy">
699 <cstring>floating_margin_slider</cstring>
700 </property>
701 </widget>
702 </item>
703 <item row="1" column="1">
704 <widget class="QSlider" name="floating_margin_slider">
705 <property name="maximum">
706 <number>80</number>
707 </property>
708 <property name="orientation">
709 <enum>Qt::Horizontal</enum>
710 </property>
711 </widget>
712 </item>
713 <item row="1" column="2">
714 <widget class="QLabel" name="floating_margin_label">
715 <property name="frameShape">
716 <enum>QFrame::Panel</enum>
717 </property>
718 <property name="frameShadow">
719 <enum>QFrame::Sunken</enum>
720 </property>
721 <property name="text">
722 <string>0</string>
723 </property>
724 </widget>
725 </item>
726 </layout>
727 </item>
728 <item>
729 <widget class="QCheckBox" name="floating_compact_check">
730 <property name="text">
731 <string>Display in &amp;compact mode too</string>
732 </property>
733 </widget>
734 </item>
735 <item>
736 <widget class="QCheckBox" name="floating_bypass_wm_check">
737 <property name="text">
738 <string>&amp;Bypass window manager</string>
739 </property>
740 </widget>
741 </item>
742 <item>
743 <spacer>
744 <property name="orientation">
745 <enum>Qt::Vertical</enum>
746 </property>
747 <property name="sizeHint" stdset="0">
748 <size>
749 <width>20</width>
750 <height>40</height>
751 </size>
752 </property>
753 </spacer>
754 </item>
755 </layout>
756 </widget>
757 <widget class="QWidget" name="tab_5">
758 <attribute name="title">
759 <string>Privac&amp;y</string>
760 </attribute>
761 <layout class="QVBoxLayout" name="verticalLayout_2">
762 <item>
763 <widget class="QGroupBox" name="groupBox_4">
764 <property name="title">
765 <string>Recent files</string>
766 </property>
767 <layout class="QHBoxLayout" name="_2">
768 <property name="spacing">
769 <number>6</number>
770 </property>
771 <property name="margin">
772 <number>9</number>
773 </property>
774 <item>
775 <widget class="QLabel" name="textLabel1_15">
776 <property name="text">
777 <string>Ma&amp;x. items</string>
778 </property>
779 <property name="wordWrap">
780 <bool>false</bool>
781 </property>
782 <property name="buddy">
783 <cstring>recents_max_items_spin</cstring>
784 </property>
785 </widget>
786 </item>
787 <item>
788 <widget class="QSpinBox" name="recents_max_items_spin">
789 <property name="minimum">
790 <number>0</number>
791 </property>
792 <property name="maximum">
793 <number>20</number>
794 </property>
795 </widget>
796 </item>
797 <item>
798 <spacer>
799 <property name="orientation">
800 <enum>Qt::Horizontal</enum>
801 </property>
802 <property name="sizeHint" stdset="0">
803 <size>
804 <width>40</width>
805 <height>20</height>
806 </size>
807 </property>
808 </spacer>
809 </item>
810 </layout>
811 </widget>
812 </item>
813 <item>
814 <widget class="QGroupBox" name="groupBox_5">
815 <property name="title">
816 <string>URLs</string>
817 </property>
818 <layout class="QHBoxLayout" name="_3">
819 <property name="spacing">
820 <number>6</number>
821 </property>
822 <property name="margin">
823 <number>9</number>
824 </property>
825 <item>
826 <widget class="QLabel" name="textLabel1_16">
827 <property name="text">
828 <string>&amp;Max. items</string>
829 </property>
830 <property name="wordWrap">
831 <bool>false</bool>
832 </property>
833 <property name="buddy">
834 <cstring>url_max_items_spin</cstring>
835 </property>
836 </widget>
837 </item>
838 <item>
839 <widget class="QSpinBox" name="url_max_items_spin">
840 <property name="minimum">
841 <number>0</number>
842 </property>
843 <property name="maximum">
844 <number>50</number>
845 </property>
846 </widget>
847 </item>
848 <item>
849 <spacer>
850 <property name="orientation">
851 <enum>Qt::Horizontal</enum>
852 </property>
853 <property name="sizeHint" stdset="0">
854 <size>
855 <width>40</width>
856 <height>20</height>
857 </size>
858 </property>
859 </spacer>
860 </item>
861 </layout>
862 </widget>
863 </item>
864 <item>
865 <widget class="QCheckBox" name="save_dirs_check">
866 <property name="text">
867 <string>&amp;Remember last directory</string>
868 </property>
869 </widget>
870 </item>
871 <item>
872 <spacer name="verticalSpacer">
873 <property name="orientation">
874 <enum>Qt::Vertical</enum>
875 </property>
876 <property name="sizeHint" stdset="0">
877 <size>
878 <width>20</width>
879 <height>340</height>
880 </size>
881 </property>
882 </spacer>
883 </item>
884 </layout>
885 </widget>
886 </widget>
887 </item>
888 </layout>
889 </widget>
890 <customwidgets>
891 <customwidget>
892 <class>MyComboBox</class>
893 <extends>QComboBox</extends>
894 <header>mycombobox.h</header>
895 </customwidget>
896 <customwidget>
897 <class>SeekWidget</class>
898 <extends>QWidget</extends>
899 <header>seekwidget.h</header>
900 </customwidget>
901 </customwidgets>
902 <tabstops>
903 <tabstop>tabWidget</tabstop>
904 <tabstop>mainwindow_resize_combo</tabstop>
905 <tabstop>save_size_check</tabstop>
906 <tabstop>hide_video_window_on_audio_check</tabstop>
907 <tabstop>move_when_dragging_check</tabstop>
908 <tabstop>language_combo</tabstop>
909 <tabstop>gui_combo</tabstop>
910 <tabstop>iconset_combo</tabstop>
911 <tabstop>skin_combo</tabstop>
912 <tabstop>style_combo</tabstop>
913 <tabstop>default_font_edit</tabstop>
914 <tabstop>changeFontButton</tabstop>
915 <tabstop>timeslider_behaviour_combo</tabstop>
916 <tabstop>absolute_seeking_button</tabstop>
917 <tabstop>relative_seeking_button</tabstop>
918 <tabstop>precise_seeking_check</tabstop>
919 <tabstop>reset_stop_check</tabstop>
920 <tabstop>single_instance_check</tabstop>
921 <tabstop>floating_animated_check</tabstop>
922 <tabstop>floating_width_slider</tabstop>
923 <tabstop>floating_margin_slider</tabstop>
924 <tabstop>floating_compact_check</tabstop>
925 <tabstop>floating_bypass_wm_check</tabstop>
926 <tabstop>recents_max_items_spin</tabstop>
927 <tabstop>url_max_items_spin</tabstop>
928 <tabstop>save_dirs_check</tabstop>
929 </tabstops>
930 <resources/>
931 <connections>
932 <connection>
933 <sender>floating_width_slider</sender>
934 <signal>valueChanged(int)</signal>
935 <receiver>floating_width_label</receiver>
936 <slot>setNum(int)</slot>
937 <hints>
938 <hint type="sourcelabel">
939 <x>282</x>
940 <y>137</y>
941 </hint>
942 <hint type="destinationlabel">
943 <x>484</x>
944 <y>137</y>
945 </hint>
946 </hints>
947 </connection>
948 <connection>
949 <sender>floating_margin_slider</sender>
950 <signal>valueChanged(int)</signal>
951 <receiver>floating_margin_label</receiver>
952 <slot>setNum(int)</slot>
953 <hints>
954 <hint type="sourcelabel">
955 <x>332</x>
956 <y>172</y>
957 </hint>
958 <hint type="destinationlabel">
959 <x>480</x>
960 <y>150</y>
961 </hint>
962 </hints>
963 </connection>
964 </connections>
965</ui>
Note: See TracBrowser for help on using the repository browser.