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

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

smplayer: update trunk to version 16.4

  • Property svn:eol-style set to LF
File size: 30.1 KB
RevLine 
[165]1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
[93]3 <class>PrefSubtitles</class>
[165]4 <widget class="QWidget" name="PrefSubtitles">
5 <property name="geometry">
[93]6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>541</width>
[176]10 <height>439</height>
[93]11 </rect>
12 </property>
[165]13 <property name="windowTitle">
[93]14 <string/>
15 </property>
[165]16 <layout class="QVBoxLayout">
17 <property name="margin">
[93]18 <number>0</number>
19 </property>
20 <item>
[165]21 <widget class="QTabWidget" name="subtitles_tab">
[176]22 <property name="enabled">
23 <bool>true</bool>
24 </property>
[165]25 <property name="currentIndex">
[93]26 <number>0</number>
27 </property>
[165]28 <widget class="QWidget" name="tab1">
29 <attribute name="title">
[93]30 <string>&amp;Subtitles</string>
31 </attribute>
[165]32 <layout class="QVBoxLayout">
33 <property name="spacing">
[93]34 <number>6</number>
35 </property>
36 <item>
[165]37 <widget class="QGroupBox" name="groupBox">
38 <property name="title">
[93]39 <string>Autoload</string>
40 </property>
[165]41 <layout class="QGridLayout">
42 <property name="margin">
[93]43 <number>9</number>
44 </property>
[165]45 <property name="spacing">
[93]46 <number>6</number>
47 </property>
[165]48 <item row="0" column="0">
49 <widget class="QLabel" name="textLabel5">
50 <property name="text">
[93]51 <string>Au&amp;toload subtitles files (*.srt, *.sub...):</string>
52 </property>
[165]53 <property name="wordWrap">
[93]54 <bool>false</bool>
55 </property>
[165]56 <property name="buddy">
[93]57 <cstring>font_autoload_combo</cstring>
58 </property>
59 </widget>
60 </item>
[165]61 <item row="2" column="0" colspan="2">
62 <widget class="QCheckBox" name="font_autoload_check">
63 <property name="text">
[93]64 <string>S&amp;elect first available subtitle</string>
65 </property>
66 </widget>
67 </item>
[165]68 <item row="1" column="0">
69 <widget class="QComboBox" name="font_autoload_combo">
[93]70 <item>
[165]71 <property name="text">
[93]72 <string>Same name as movie</string>
73 </property>
74 </item>
75 <item>
[165]76 <property name="text">
[93]77 <string>All subs containing movie name</string>
78 </property>
79 </item>
80 <item>
[165]81 <property name="text">
[93]82 <string>All subs in directory</string>
83 </property>
84 </item>
85 </widget>
86 </item>
[165]87 <item row="1" column="1">
[93]88 <spacer>
[165]89 <property name="orientation">
[93]90 <enum>Qt::Horizontal</enum>
91 </property>
[165]92 <property name="sizeType">
[93]93 <enum>QSizePolicy::Expanding</enum>
94 </property>
[165]95 <property name="sizeHint" stdset="0">
[93]96 <size>
97 <width>131</width>
98 <height>21</height>
99 </size>
100 </property>
101 </spacer>
102 </item>
103 </layout>
104 </widget>
105 </item>
106 <item>
[165]107 <widget class="QGroupBox" name="groupBox_3">
108 <property name="title">
[93]109 <string>Encoding</string>
110 </property>
[165]111 <layout class="QVBoxLayout">
[93]112 <item>
[165]113 <layout class="QHBoxLayout">
114 <property name="spacing">
[93]115 <number>6</number>
116 </property>
[165]117 <property name="margin">
[93]118 <number>0</number>
119 </property>
120 <item>
[165]121 <widget class="QLabel" name="textLabel4">
122 <property name="text">
[93]123 <string>&amp;Default subtitle encoding:</string>
124 </property>
[165]125 <property name="wordWrap">
[93]126 <bool>false</bool>
127 </property>
[165]128 <property name="buddy">
[93]129 <cstring>font_encoding_combo</cstring>
130 </property>
131 </widget>
132 </item>
133 <item>
[165]134 <widget class="QComboBox" name="font_encoding_combo">
135 <property name="sizePolicy">
136 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
[93]137 <horstretch>0</horstretch>
138 <verstretch>0</verstretch>
139 </sizepolicy>
140 </property>
[165]141 <property name="editable">
[93]142 <bool>false</bool>
143 </property>
144 </widget>
145 </item>
146 <item>
147 <spacer>
[165]148 <property name="orientation">
[93]149 <enum>Qt::Horizontal</enum>
150 </property>
[165]151 <property name="sizeType">
[93]152 <enum>QSizePolicy::Expanding</enum>
153 </property>
[165]154 <property name="sizeHint" stdset="0">
[93]155 <size>
156 <width>161</width>
157 <height>31</height>
158 </size>
159 </property>
160 </spacer>
161 </item>
162 </layout>
163 </item>
164 <item>
[165]165 <layout class="QHBoxLayout">
166 <property name="bottomMargin">
[93]167 <number>0</number>
168 </property>
169 <item>
[165]170 <widget class="QCheckBox" name="use_enca_check">
171 <property name="text">
[93]172 <string>Try to a&amp;utodetect for this language:</string>
173 </property>
174 </widget>
175 </item>
176 <item>
[165]177 <widget class="QComboBox" name="enca_lang_combo">
178 <property name="enabled">
[93]179 <bool>false</bool>
180 </property>
[165]181 <property name="sizePolicy">
182 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
[93]183 <horstretch>0</horstretch>
184 <verstretch>0</verstretch>
185 </sizepolicy>
186 </property>
187 </widget>
188 </item>
189 <item>
190 <spacer>
[165]191 <property name="orientation">
[93]192 <enum>Qt::Horizontal</enum>
193 </property>
[165]194 <property name="sizeHint" stdset="0">
[93]195 <size>
196 <width>40</width>
197 <height>20</height>
198 </size>
199 </property>
200 </spacer>
201 </item>
202 </layout>
203 </item>
204 </layout>
205 </widget>
206 </item>
207 <item>
[165]208 <widget class="QCheckBox" name="subtitles_on_screeshots_check">
209 <property name="text">
[93]210 <string>&amp;Include subtitles on screenshots</string>
211 </property>
212 </widget>
213 </item>
214 <item>
[165]215 <widget class="Line" name="line">
216 <property name="sizePolicy">
217 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
[93]218 <horstretch>0</horstretch>
219 <verstretch>0</verstretch>
220 </sizepolicy>
221 </property>
[165]222 <property name="orientation">
[93]223 <enum>Qt::Horizontal</enum>
224 </property>
225 </widget>
226 </item>
227 <item>
[176]228 <widget class="QCheckBox" name="use_ass_check">
229 <property name="text">
230 <string>Use the &amp;ASS library</string>
231 </property>
232 </widget>
233 </item>
234 <item>
[165]235 <widget class="QCheckBox" name="freetype_check">
236 <property name="text">
[93]237 <string>Freet&amp;ype support</string>
238 </property>
239 </widget>
240 </item>
241 <item>
[165]242 <widget class="QCheckBox" name="windowsfontdir_check">
243 <property name="text">
244 <string>Enable &amp;Windows fonts</string>
245 </property>
246 </widget>
247 </item>
248 <item>
[93]249 <spacer>
[165]250 <property name="orientation">
[93]251 <enum>Qt::Vertical</enum>
252 </property>
[165]253 <property name="sizeType">
[93]254 <enum>QSizePolicy::Expanding</enum>
255 </property>
[165]256 <property name="sizeHint" stdset="0">
[93]257 <size>
258 <width>20</width>
259 <height>20</height>
260 </size>
261 </property>
262 </spacer>
263 </item>
264 </layout>
265 </widget>
[165]266 <widget class="QWidget" name="tab2">
[176]267 <property name="enabled">
268 <bool>true</bool>
269 </property>
[165]270 <attribute name="title">
[93]271 <string>&amp;Font and colors</string>
272 </attribute>
[165]273 <layout class="QGridLayout">
[176]274 <item row="1" column="0" colspan="2">
[165]275 <widget class="QStackedWidget" name="stackedWidget">
276 <property name="sizePolicy">
277 <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
[93]278 <horstretch>0</horstretch>
279 <verstretch>0</verstretch>
280 </sizepolicy>
281 </property>
[165]282 <property name="frameShape">
[93]283 <enum>QFrame::StyledPanel</enum>
284 </property>
[165]285 <property name="frameShadow">
[93]286 <enum>QFrame::Sunken</enum>
287 </property>
[165]288 <property name="currentIndex">
[93]289 <number>0</number>
290 </property>
[165]291 <widget class="QWidget" name="ass_subs">
292 <layout class="QVBoxLayout">
[93]293 <item>
[165]294 <layout class="QHBoxLayout">
[93]295 <item>
[165]296 <widget class="QLabel" name="ass_scale_label">
297 <property name="text">
[93]298 <string>Defa&amp;ult scale:</string>
299 </property>
[165]300 <property name="buddy">
[93]301 <cstring>ass_font_scale_spin</cstring>
302 </property>
303 </widget>
304 </item>
305 <item>
[165]306 <widget class="QDoubleSpinBox" name="ass_font_scale_spin">
307 <property name="sizePolicy">
308 <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
[93]309 <horstretch>0</horstretch>
310 <verstretch>0</verstretch>
311 </sizepolicy>
312 </property>
[165]313 <property name="maximum">
[93]314 <double>100.000000000000000</double>
315 </property>
[165]316 <property name="singleStep">
[93]317 <double>0.200000000000000</double>
318 </property>
319 </widget>
320 </item>
321 <item>
322 <spacer>
[165]323 <property name="orientation">
[93]324 <enum>Qt::Horizontal</enum>
325 </property>
[165]326 <property name="sizeHint" stdset="0">
[93]327 <size>
328 <width>121</width>
329 <height>20</height>
330 </size>
331 </property>
332 </spacer>
333 </item>
334 <item>
[165]335 <widget class="QLabel" name="label_11">
336 <property name="text">
[93]337 <string>&amp;Line spacing:</string>
338 </property>
[165]339 <property name="buddy">
[93]340 <cstring>ass_line_spacing_spin</cstring>
341 </property>
342 </widget>
343 </item>
344 <item>
[165]345 <widget class="QSpinBox" name="ass_line_spacing_spin">
346 <property name="minimum">
[93]347 <number>-20</number>
348 </property>
[165]349 <property name="maximum">
[93]350 <number>20</number>
351 </property>
352 </widget>
353 </item>
354 </layout>
355 </item>
356 <item>
[165]357 <widget class="QWidget" name="styles_container" native="true">
358 <property name="enabled">
[93]359 <bool>true</bool>
360 </property>
[165]361 <layout class="QGridLayout">
362 <property name="margin">
[93]363 <number>2</number>
364 </property>
[165]365 <item row="0" column="0">
366 <widget class="QGroupBox" name="groupBox_4">
367 <property name="title">
[93]368 <string>Font</string>
369 </property>
[165]370 <layout class="QVBoxLayout">
371 <property name="margin">
[93]372 <number>4</number>
373 </property>
374 <item>
[165]375 <layout class="QHBoxLayout">
[93]376 <item>
[165]377 <widget class="MyFontComboBox" name="style_font_combo"/>
[93]378 </item>
379 </layout>
380 </item>
381 <item>
[165]382 <layout class="QHBoxLayout">
[93]383 <item>
[165]384 <widget class="QLabel" name="label">
385 <property name="text">
[93]386 <string>Si&amp;ze:</string>
387 </property>
[165]388 <property name="buddy">
[93]389 <cstring>style_size_spin</cstring>
390 </property>
391 </widget>
392 </item>
393 <item>
[165]394 <widget class="QSpinBox" name="style_size_spin">
395 <property name="sizePolicy">
396 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
[93]397 <horstretch>0</horstretch>
398 <verstretch>0</verstretch>
399 </sizepolicy>
400 </property>
[165]401 <property name="minimum">
[93]402 <number>1</number>
403 </property>
[165]404 <property name="value">
[93]405 <number>10</number>
406 </property>
407 </widget>
408 </item>
409 <item>
410 <spacer>
[165]411 <property name="orientation">
[93]412 <enum>Qt::Horizontal</enum>
413 </property>
[165]414 <property name="sizeType">
[93]415 <enum>QSizePolicy::Preferred</enum>
416 </property>
[165]417 <property name="sizeHint" stdset="0">
[93]418 <size>
419 <width>60</width>
420 <height>20</height>
421 </size>
422 </property>
423 </spacer>
424 </item>
425 <item>
[165]426 <widget class="QCheckBox" name="style_bold_check">
427 <property name="text">
[93]428 <string>Bol&amp;d</string>
429 </property>
430 </widget>
431 </item>
432 <item>
[165]433 <widget class="QCheckBox" name="style_italic_check">
434 <property name="text">
[93]435 <string>&amp;Italic</string>
436 </property>
437 </widget>
438 </item>
439 </layout>
440 </item>
441 </layout>
442 </widget>
443 </item>
[165]444 <item row="0" column="1">
445 <widget class="QGroupBox" name="groupBox_7">
446 <property name="title">
[93]447 <string>Colors</string>
448 </property>
[165]449 <layout class="QGridLayout">
450 <property name="margin">
[93]451 <number>4</number>
452 </property>
[165]453 <item row="0" column="0">
454 <widget class="QLabel" name="label_2">
455 <property name="text">
[93]456 <string>&amp;Text:</string>
457 </property>
[165]458 <property name="alignment">
[93]459 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
460 </property>
[165]461 <property name="buddy">
[93]462 <cstring>style_text_color_button</cstring>
463 </property>
464 </widget>
465 </item>
[165]466 <item row="0" column="1">
467 <widget class="SelectColorButton" name="style_text_color_button">
468 <property name="sizePolicy">
469 <sizepolicy hsizetype="Minimum" vsizetype="Ignored">
[93]470 <horstretch>0</horstretch>
471 <verstretch>0</verstretch>
472 </sizepolicy>
473 </property>
[165]474 <property name="text">
[93]475 <string/>
476 </property>
477 </widget>
478 </item>
[165]479 <item row="1" column="0">
480 <widget class="QLabel" name="label_3">
481 <property name="text">
[93]482 <string>&amp;Border:</string>
483 </property>
[165]484 <property name="alignment">
[93]485 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
486 </property>
[165]487 <property name="buddy">
[93]488 <cstring>style_border_color_button</cstring>
489 </property>
490 </widget>
491 </item>
[165]492 <item row="1" column="1">
493 <widget class="SelectColorButton" name="style_border_color_button">
494 <property name="sizePolicy">
495 <sizepolicy hsizetype="Minimum" vsizetype="Ignored">
[93]496 <horstretch>0</horstretch>
497 <verstretch>0</verstretch>
498 </sizepolicy>
499 </property>
[165]500 <property name="text">
[93]501 <string/>
502 </property>
503 </widget>
504 </item>
[165]505 <item row="2" column="0">
506 <widget class="QLabel" name="label_12">
507 <property name="text">
[93]508 <string>Shadow:</string>
509 </property>
[165]510 <property name="alignment">
[93]511 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
512 </property>
513 </widget>
514 </item>
[165]515 <item row="2" column="1">
516 <widget class="SelectColorButton" name="style_shadow_color_button">
517 <property name="sizePolicy">
518 <sizepolicy hsizetype="Minimum" vsizetype="Ignored">
[93]519 <horstretch>0</horstretch>
520 <verstretch>0</verstretch>
521 </sizepolicy>
522 </property>
[165]523 <property name="text">
[93]524 <string/>
525 </property>
526 </widget>
527 </item>
528 </layout>
529 </widget>
530 </item>
[165]531 <item row="1" column="0">
532 <widget class="QGroupBox" name="groupBox_8">
533 <property name="title">
[93]534 <string>Margins</string>
535 </property>
[165]536 <layout class="QGridLayout">
537 <property name="margin">
[93]538 <number>4</number>
539 </property>
[165]540 <item row="0" column="0">
541 <widget class="QLabel" name="label_7">
542 <property name="text">
[93]543 <string>L&amp;eft:</string>
544 </property>
[165]545 <property name="alignment">
[93]546 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
547 </property>
[165]548 <property name="buddy">
[93]549 <cstring>style_marginl_spin</cstring>
550 </property>
551 </widget>
552 </item>
[165]553 <item row="0" column="1">
554 <widget class="QSpinBox" name="style_marginl_spin"/>
[93]555 </item>
[165]556 <item row="0" column="2">
557 <widget class="QLabel" name="label_8">
558 <property name="text">
[93]559 <string>&amp;Right:</string>
560 </property>
[165]561 <property name="alignment">
[93]562 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
563 </property>
[165]564 <property name="buddy">
[93]565 <cstring>style_marginr_spin</cstring>
566 </property>
567 </widget>
568 </item>
[165]569 <item row="0" column="3">
570 <widget class="QSpinBox" name="style_marginr_spin"/>
[93]571 </item>
[165]572 <item row="1" column="0">
573 <widget class="QLabel" name="label_9">
574 <property name="text">
[93]575 <string>Verti&amp;cal:</string>
576 </property>
[165]577 <property name="alignment">
[93]578 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
579 </property>
[165]580 <property name="buddy">
[93]581 <cstring>style_marginv_spin</cstring>
582 </property>
583 </widget>
584 </item>
[165]585 <item row="1" column="1">
586 <widget class="QSpinBox" name="style_marginv_spin"/>
[93]587 </item>
[165]588 <item row="1" column="2" colspan="2">
[93]589 <spacer>
[165]590 <property name="orientation">
[93]591 <enum>Qt::Horizontal</enum>
592 </property>
[165]593 <property name="sizeHint" stdset="0">
[93]594 <size>
595 <width>101</width>
596 <height>25</height>
597 </size>
598 </property>
599 </spacer>
600 </item>
601 </layout>
602 </widget>
603 </item>
[165]604 <item row="1" column="1">
605 <widget class="QGroupBox" name="groupBox_9">
606 <property name="title">
[93]607 <string>Alignment</string>
608 </property>
[165]609 <layout class="QGridLayout">
610 <property name="margin">
[93]611 <number>4</number>
612 </property>
[165]613 <item row="0" column="0">
614 <widget class="QLabel" name="label_4">
615 <property name="text">
[93]616 <string>&amp;Horizontal:</string>
617 </property>
[165]618 <property name="alignment">
[93]619 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
620 </property>
[165]621 <property name="buddy">
[93]622 <cstring>style_alignment_combo</cstring>
623 </property>
624 </widget>
625 </item>
[165]626 <item row="0" column="1">
627 <widget class="QComboBox" name="style_alignment_combo"/>
[93]628 </item>
[165]629 <item row="1" column="0">
630 <widget class="QLabel" name="label_6">
631 <property name="text">
[93]632 <string>&amp;Vertical:</string>
633 </property>
[165]634 <property name="alignment">
[93]635 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
636 </property>
[165]637 <property name="buddy">
[93]638 <cstring>style_valignment_combo</cstring>
639 </property>
640 </widget>
641 </item>
[165]642 <item row="1" column="1">
643 <widget class="QComboBox" name="style_valignment_combo"/>
[93]644 </item>
645 </layout>
646 </widget>
647 </item>
[165]648 <item row="2" column="0" colspan="2">
649 <layout class="QHBoxLayout">
[93]650 <item>
[165]651 <widget class="QLabel" name="label_5">
652 <property name="text">
[93]653 <string>Border st&amp;yle:</string>
654 </property>
[165]655 <property name="buddy">
[93]656 <cstring>style_border_style_combo</cstring>
657 </property>
658 </widget>
659 </item>
660 <item>
[165]661 <widget class="QComboBox" name="style_border_style_combo"/>
[93]662 </item>
663 <item>
664 <spacer>
[165]665 <property name="orientation">
[93]666 <enum>Qt::Horizontal</enum>
667 </property>
[165]668 <property name="sizeHint" stdset="0">
[93]669 <size>
670 <width>40</width>
671 <height>20</height>
672 </size>
673 </property>
674 </spacer>
675 </item>
676 <item>
[165]677 <widget class="QLabel" name="style_outline_label">
678 <property name="text">
[93]679 <string>&amp;Outline:</string>
680 </property>
[165]681 <property name="buddy">
[93]682 <cstring>style_outline_spin</cstring>
683 </property>
684 </widget>
685 </item>
686 <item>
[165]687 <widget class="QDoubleSpinBox" name="style_outline_spin">
688 <property name="maximum">
[93]689 <double>4.000000000000000</double>
690 </property>
[165]691 <property name="singleStep">
[93]692 <double>0.100000000000000</double>
693 </property>
694 </widget>
695 </item>
696 <item>
[165]697 <widget class="QLabel" name="style_shadow_label">
698 <property name="text">
[93]699 <string>Shado&amp;w:</string>
700 </property>
[165]701 <property name="buddy">
[93]702 <cstring>style_shadow_spin</cstring>
703 </property>
704 </widget>
705 </item>
706 <item>
[165]707 <widget class="QDoubleSpinBox" name="style_shadow_spin">
708 <property name="maximum">
[93]709 <double>4.000000000000000</double>
710 </property>
[165]711 <property name="singleStep">
[93]712 <double>0.100000000000000</double>
713 </property>
714 </widget>
715 </item>
716 </layout>
717 </item>
718 </layout>
719 </widget>
720 </item>
721 <item>
[165]722 <widget class="Line" name="line_3">
723 <property name="sizePolicy">
724 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
[93]725 <horstretch>0</horstretch>
726 <verstretch>0</verstretch>
727 </sizepolicy>
728 </property>
[165]729 <property name="orientation">
[93]730 <enum>Qt::Horizontal</enum>
731 </property>
732 </widget>
733 </item>
734 <item>
[165]735 <layout class="QHBoxLayout">
[93]736 <item>
[165]737 <widget class="QCheckBox" name="force_ass_styles">
738 <property name="text">
[176]739 <string>A&amp;pply style to ASS files too</string>
[93]740 </property>
741 </widget>
742 </item>
743 <item>
744 <spacer>
[165]745 <property name="orientation">
[93]746 <enum>Qt::Horizontal</enum>
747 </property>
[165]748 <property name="sizeHint" stdset="0">
[93]749 <size>
750 <width>40</width>
751 <height>20</height>
752 </size>
753 </property>
754 </spacer>
755 </item>
756 <item>
[165]757 <widget class="QPushButton" name="ass_customize_button">
758 <property name="enabled">
[93]759 <bool>false</bool>
760 </property>
[165]761 <property name="text">
[93]762 <string>Custo&amp;mize...</string>
763 </property>
764 </widget>
765 </item>
766 </layout>
767 </item>
768 <item>
769 <spacer>
[165]770 <property name="orientation">
[93]771 <enum>Qt::Vertical</enum>
772 </property>
[165]773 <property name="sizeHint" stdset="0">
[93]774 <size>
775 <width>497</width>
776 <height>16</height>
777 </size>
778 </property>
779 </spacer>
780 </item>
781 </layout>
782 </widget>
783 </widget>
784 </item>
[176]785 <item row="0" column="0">
786 <widget class="QCheckBox" name="ass_custom_check">
787 <property name="text">
788 <string>Use custo&amp;m style</string>
789 </property>
790 </widget>
791 </item>
[93]792 </layout>
793 </widget>
794 </widget>
795 </item>
796 </layout>
797 </widget>
798 <customwidgets>
799 <customwidget>
800 <class>MyFontComboBox</class>
801 <extends>QFontComboBox</extends>
802 <header>mycombobox.h</header>
803 </customwidget>
804 <customwidget>
805 <class>SelectColorButton</class>
806 <extends>QPushButton</extends>
807 <header>selectcolorbutton.h</header>
808 </customwidget>
809 </customwidgets>
810 <tabstops>
811 <tabstop>subtitles_tab</tabstop>
812 <tabstop>font_autoload_combo</tabstop>
813 <tabstop>font_autoload_check</tabstop>
814 <tabstop>font_encoding_combo</tabstop>
815 <tabstop>use_enca_check</tabstop>
816 <tabstop>enca_lang_combo</tabstop>
817 <tabstop>subtitles_on_screeshots_check</tabstop>
[176]818 <tabstop>use_ass_check</tabstop>
[93]819 <tabstop>freetype_check</tabstop>
[165]820 <tabstop>windowsfontdir_check</tabstop>
[176]821 <tabstop>ass_custom_check</tabstop>
[93]822 <tabstop>ass_font_scale_spin</tabstop>
823 <tabstop>ass_line_spacing_spin</tabstop>
824 <tabstop>style_font_combo</tabstop>
825 <tabstop>style_size_spin</tabstop>
826 <tabstop>style_bold_check</tabstop>
827 <tabstop>style_italic_check</tabstop>
828 <tabstop>style_text_color_button</tabstop>
829 <tabstop>style_border_color_button</tabstop>
830 <tabstop>style_shadow_color_button</tabstop>
831 <tabstop>style_marginl_spin</tabstop>
832 <tabstop>style_marginr_spin</tabstop>
833 <tabstop>style_marginv_spin</tabstop>
834 <tabstop>style_alignment_combo</tabstop>
835 <tabstop>style_valignment_combo</tabstop>
836 <tabstop>style_border_style_combo</tabstop>
837 <tabstop>style_outline_spin</tabstop>
838 <tabstop>style_shadow_spin</tabstop>
839 <tabstop>force_ass_styles</tabstop>
840 <tabstop>ass_customize_button</tabstop>
841 </tabstops>
842 <resources/>
843 <connections>
844 <connection>
845 <sender>use_enca_check</sender>
846 <signal>toggled(bool)</signal>
847 <receiver>enca_lang_combo</receiver>
848 <slot>setEnabled(bool)</slot>
849 <hints>
[165]850 <hint type="sourcelabel">
[93]851 <x>118</x>
852 <y>245</y>
853 </hint>
[165]854 <hint type="destinationlabel">
[93]855 <x>258</x>
856 <y>245</y>
857 </hint>
858 </hints>
859 </connection>
860 <connection>
861 <sender>force_ass_styles</sender>
862 <signal>toggled(bool)</signal>
863 <receiver>ass_customize_button</receiver>
864 <slot>setEnabled(bool)</slot>
865 <hints>
[165]866 <hint type="sourcelabel">
[93]867 <x>115</x>
868 <y>376</y>
869 </hint>
[165]870 <hint type="destinationlabel">
[93]871 <x>474</x>
872 <y>377</y>
873 </hint>
874 </hints>
875 </connection>
876 </connections>
877</ui>
Note: See TracBrowser for help on using the repository browser.