1 | <ui version="4.0" >
|
---|
2 | <class>PrefSubtitles</class>
|
---|
3 | <widget class="QWidget" name="PrefSubtitles" >
|
---|
4 | <property name="geometry" >
|
---|
5 | <rect>
|
---|
6 | <x>0</x>
|
---|
7 | <y>0</y>
|
---|
8 | <width>541</width>
|
---|
9 | <height>421</height>
|
---|
10 | </rect>
|
---|
11 | </property>
|
---|
12 | <property name="windowTitle" >
|
---|
13 | <string/>
|
---|
14 | </property>
|
---|
15 | <layout class="QVBoxLayout" >
|
---|
16 | <property name="leftMargin" >
|
---|
17 | <number>0</number>
|
---|
18 | </property>
|
---|
19 | <property name="topMargin" >
|
---|
20 | <number>0</number>
|
---|
21 | </property>
|
---|
22 | <property name="rightMargin" >
|
---|
23 | <number>0</number>
|
---|
24 | </property>
|
---|
25 | <property name="bottomMargin" >
|
---|
26 | <number>0</number>
|
---|
27 | </property>
|
---|
28 | <item>
|
---|
29 | <widget class="QTabWidget" name="subtitles_tab" >
|
---|
30 | <property name="currentIndex" >
|
---|
31 | <number>0</number>
|
---|
32 | </property>
|
---|
33 | <widget class="QWidget" name="tab1" >
|
---|
34 | <attribute name="title" >
|
---|
35 | <string>&Subtitles</string>
|
---|
36 | </attribute>
|
---|
37 | <layout class="QVBoxLayout" >
|
---|
38 | <property name="spacing" >
|
---|
39 | <number>6</number>
|
---|
40 | </property>
|
---|
41 | <item>
|
---|
42 | <widget class="QGroupBox" name="groupBox" >
|
---|
43 | <property name="title" >
|
---|
44 | <string>Autoload</string>
|
---|
45 | </property>
|
---|
46 | <layout class="QGridLayout" >
|
---|
47 | <property name="leftMargin" >
|
---|
48 | <number>9</number>
|
---|
49 | </property>
|
---|
50 | <property name="topMargin" >
|
---|
51 | <number>9</number>
|
---|
52 | </property>
|
---|
53 | <property name="rightMargin" >
|
---|
54 | <number>9</number>
|
---|
55 | </property>
|
---|
56 | <property name="bottomMargin" >
|
---|
57 | <number>9</number>
|
---|
58 | </property>
|
---|
59 | <property name="horizontalSpacing" >
|
---|
60 | <number>6</number>
|
---|
61 | </property>
|
---|
62 | <property name="verticalSpacing" >
|
---|
63 | <number>6</number>
|
---|
64 | </property>
|
---|
65 | <item row="0" column="0" >
|
---|
66 | <widget class="QLabel" name="textLabel5" >
|
---|
67 | <property name="text" >
|
---|
68 | <string>Au&toload subtitles files (*.srt, *.sub...):</string>
|
---|
69 | </property>
|
---|
70 | <property name="wordWrap" >
|
---|
71 | <bool>false</bool>
|
---|
72 | </property>
|
---|
73 | <property name="buddy" >
|
---|
74 | <cstring>font_autoload_combo</cstring>
|
---|
75 | </property>
|
---|
76 | </widget>
|
---|
77 | </item>
|
---|
78 | <item row="2" column="0" colspan="2" >
|
---|
79 | <widget class="QCheckBox" name="font_autoload_check" >
|
---|
80 | <property name="text" >
|
---|
81 | <string>S&elect first available subtitle</string>
|
---|
82 | </property>
|
---|
83 | </widget>
|
---|
84 | </item>
|
---|
85 | <item row="1" column="0" >
|
---|
86 | <widget class="QComboBox" name="font_autoload_combo" >
|
---|
87 | <item>
|
---|
88 | <property name="text" >
|
---|
89 | <string>Same name as movie</string>
|
---|
90 | </property>
|
---|
91 | </item>
|
---|
92 | <item>
|
---|
93 | <property name="text" >
|
---|
94 | <string>All subs containing movie name</string>
|
---|
95 | </property>
|
---|
96 | </item>
|
---|
97 | <item>
|
---|
98 | <property name="text" >
|
---|
99 | <string>All subs in directory</string>
|
---|
100 | </property>
|
---|
101 | </item>
|
---|
102 | </widget>
|
---|
103 | </item>
|
---|
104 | <item row="1" column="1" >
|
---|
105 | <spacer>
|
---|
106 | <property name="orientation" >
|
---|
107 | <enum>Qt::Horizontal</enum>
|
---|
108 | </property>
|
---|
109 | <property name="sizeType" >
|
---|
110 | <enum>QSizePolicy::Expanding</enum>
|
---|
111 | </property>
|
---|
112 | <property name="sizeHint" >
|
---|
113 | <size>
|
---|
114 | <width>131</width>
|
---|
115 | <height>21</height>
|
---|
116 | </size>
|
---|
117 | </property>
|
---|
118 | </spacer>
|
---|
119 | </item>
|
---|
120 | </layout>
|
---|
121 | </widget>
|
---|
122 | </item>
|
---|
123 | <item>
|
---|
124 | <widget class="QGroupBox" name="groupBox_3" >
|
---|
125 | <property name="title" >
|
---|
126 | <string>Encoding</string>
|
---|
127 | </property>
|
---|
128 | <layout class="QVBoxLayout" >
|
---|
129 | <item>
|
---|
130 | <layout class="QHBoxLayout" >
|
---|
131 | <property name="spacing" >
|
---|
132 | <number>6</number>
|
---|
133 | </property>
|
---|
134 | <property name="leftMargin" >
|
---|
135 | <number>0</number>
|
---|
136 | </property>
|
---|
137 | <property name="topMargin" >
|
---|
138 | <number>0</number>
|
---|
139 | </property>
|
---|
140 | <property name="rightMargin" >
|
---|
141 | <number>0</number>
|
---|
142 | </property>
|
---|
143 | <property name="bottomMargin" >
|
---|
144 | <number>0</number>
|
---|
145 | </property>
|
---|
146 | <item>
|
---|
147 | <widget class="QLabel" name="textLabel4" >
|
---|
148 | <property name="text" >
|
---|
149 | <string>&Default subtitle encoding:</string>
|
---|
150 | </property>
|
---|
151 | <property name="wordWrap" >
|
---|
152 | <bool>false</bool>
|
---|
153 | </property>
|
---|
154 | <property name="buddy" >
|
---|
155 | <cstring>font_encoding_combo</cstring>
|
---|
156 | </property>
|
---|
157 | </widget>
|
---|
158 | </item>
|
---|
159 | <item>
|
---|
160 | <widget class="QComboBox" name="font_encoding_combo" >
|
---|
161 | <property name="sizePolicy" >
|
---|
162 | <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
|
---|
163 | <horstretch>0</horstretch>
|
---|
164 | <verstretch>0</verstretch>
|
---|
165 | </sizepolicy>
|
---|
166 | </property>
|
---|
167 | <property name="editable" >
|
---|
168 | <bool>false</bool>
|
---|
169 | </property>
|
---|
170 | </widget>
|
---|
171 | </item>
|
---|
172 | <item>
|
---|
173 | <spacer>
|
---|
174 | <property name="orientation" >
|
---|
175 | <enum>Qt::Horizontal</enum>
|
---|
176 | </property>
|
---|
177 | <property name="sizeType" >
|
---|
178 | <enum>QSizePolicy::Expanding</enum>
|
---|
179 | </property>
|
---|
180 | <property name="sizeHint" >
|
---|
181 | <size>
|
---|
182 | <width>161</width>
|
---|
183 | <height>31</height>
|
---|
184 | </size>
|
---|
185 | </property>
|
---|
186 | </spacer>
|
---|
187 | </item>
|
---|
188 | </layout>
|
---|
189 | </item>
|
---|
190 | <item>
|
---|
191 | <layout class="QHBoxLayout" >
|
---|
192 | <property name="bottomMargin" >
|
---|
193 | <number>0</number>
|
---|
194 | </property>
|
---|
195 | <item>
|
---|
196 | <widget class="QCheckBox" name="use_enca_check" >
|
---|
197 | <property name="text" >
|
---|
198 | <string>Try to a&utodetect for this language:</string>
|
---|
199 | </property>
|
---|
200 | </widget>
|
---|
201 | </item>
|
---|
202 | <item>
|
---|
203 | <widget class="QComboBox" name="enca_lang_combo" >
|
---|
204 | <property name="enabled" >
|
---|
205 | <bool>false</bool>
|
---|
206 | </property>
|
---|
207 | <property name="sizePolicy" >
|
---|
208 | <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
|
---|
209 | <horstretch>0</horstretch>
|
---|
210 | <verstretch>0</verstretch>
|
---|
211 | </sizepolicy>
|
---|
212 | </property>
|
---|
213 | </widget>
|
---|
214 | </item>
|
---|
215 | <item>
|
---|
216 | <spacer>
|
---|
217 | <property name="orientation" >
|
---|
218 | <enum>Qt::Horizontal</enum>
|
---|
219 | </property>
|
---|
220 | <property name="sizeHint" >
|
---|
221 | <size>
|
---|
222 | <width>40</width>
|
---|
223 | <height>20</height>
|
---|
224 | </size>
|
---|
225 | </property>
|
---|
226 | </spacer>
|
---|
227 | </item>
|
---|
228 | </layout>
|
---|
229 | </item>
|
---|
230 | </layout>
|
---|
231 | </widget>
|
---|
232 | </item>
|
---|
233 | <item>
|
---|
234 | <widget class="QCheckBox" name="subtitles_on_screeshots_check" >
|
---|
235 | <property name="text" >
|
---|
236 | <string>&Include subtitles on screenshots</string>
|
---|
237 | </property>
|
---|
238 | </widget>
|
---|
239 | </item>
|
---|
240 | <item>
|
---|
241 | <widget class="Line" name="line" >
|
---|
242 | <property name="sizePolicy" >
|
---|
243 | <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
|
---|
244 | <horstretch>0</horstretch>
|
---|
245 | <verstretch>0</verstretch>
|
---|
246 | </sizepolicy>
|
---|
247 | </property>
|
---|
248 | <property name="orientation" >
|
---|
249 | <enum>Qt::Horizontal</enum>
|
---|
250 | </property>
|
---|
251 | </widget>
|
---|
252 | </item>
|
---|
253 | <item>
|
---|
254 | <widget class="QCheckBox" name="freetype_check" >
|
---|
255 | <property name="text" >
|
---|
256 | <string>Freet&ype support</string>
|
---|
257 | </property>
|
---|
258 | </widget>
|
---|
259 | </item>
|
---|
260 | <item>
|
---|
261 | <spacer>
|
---|
262 | <property name="orientation" >
|
---|
263 | <enum>Qt::Vertical</enum>
|
---|
264 | </property>
|
---|
265 | <property name="sizeType" >
|
---|
266 | <enum>QSizePolicy::Expanding</enum>
|
---|
267 | </property>
|
---|
268 | <property name="sizeHint" >
|
---|
269 | <size>
|
---|
270 | <width>20</width>
|
---|
271 | <height>20</height>
|
---|
272 | </size>
|
---|
273 | </property>
|
---|
274 | </spacer>
|
---|
275 | </item>
|
---|
276 | </layout>
|
---|
277 | </widget>
|
---|
278 | <widget class="QWidget" name="tab2" >
|
---|
279 | <attribute name="title" >
|
---|
280 | <string>&Font and colors</string>
|
---|
281 | </attribute>
|
---|
282 | <layout class="QGridLayout" >
|
---|
283 | <item row="0" column="0" >
|
---|
284 | <widget class="QPushButton" name="normal_subs_button" >
|
---|
285 | <property name="text" >
|
---|
286 | <string>Enable &normal subtitles</string>
|
---|
287 | </property>
|
---|
288 | <property name="checkable" >
|
---|
289 | <bool>true</bool>
|
---|
290 | </property>
|
---|
291 | <property name="autoExclusive" >
|
---|
292 | <bool>true</bool>
|
---|
293 | </property>
|
---|
294 | </widget>
|
---|
295 | </item>
|
---|
296 | <item row="0" column="1" >
|
---|
297 | <widget class="QPushButton" name="ass_subs_button" >
|
---|
298 | <property name="text" >
|
---|
299 | <string>Enable SSA/&ASS subtitles</string>
|
---|
300 | </property>
|
---|
301 | <property name="checkable" >
|
---|
302 | <bool>true</bool>
|
---|
303 | </property>
|
---|
304 | <property name="autoExclusive" >
|
---|
305 | <bool>true</bool>
|
---|
306 | </property>
|
---|
307 | </widget>
|
---|
308 | </item>
|
---|
309 | <item row="0" column="2" >
|
---|
310 | <spacer>
|
---|
311 | <property name="orientation" >
|
---|
312 | <enum>Qt::Horizontal</enum>
|
---|
313 | </property>
|
---|
314 | <property name="sizeHint" >
|
---|
315 | <size>
|
---|
316 | <width>291</width>
|
---|
317 | <height>20</height>
|
---|
318 | </size>
|
---|
319 | </property>
|
---|
320 | </spacer>
|
---|
321 | </item>
|
---|
322 | <item row="1" column="0" colspan="3" >
|
---|
323 | <widget class="QStackedWidget" name="stackedWidget" >
|
---|
324 | <property name="sizePolicy" >
|
---|
325 | <sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
|
---|
326 | <horstretch>0</horstretch>
|
---|
327 | <verstretch>0</verstretch>
|
---|
328 | </sizepolicy>
|
---|
329 | </property>
|
---|
330 | <property name="frameShape" >
|
---|
331 | <enum>QFrame::StyledPanel</enum>
|
---|
332 | </property>
|
---|
333 | <property name="frameShadow" >
|
---|
334 | <enum>QFrame::Sunken</enum>
|
---|
335 | </property>
|
---|
336 | <property name="currentIndex" >
|
---|
337 | <number>0</number>
|
---|
338 | </property>
|
---|
339 | <widget class="QWidget" name="normal_subs" >
|
---|
340 | <layout class="QVBoxLayout" >
|
---|
341 | <item>
|
---|
342 | <widget class="QGroupBox" name="groupBox_5" >
|
---|
343 | <property name="title" >
|
---|
344 | <string>Font</string>
|
---|
345 | </property>
|
---|
346 | <layout class="QGridLayout" >
|
---|
347 | <property name="leftMargin" >
|
---|
348 | <number>4</number>
|
---|
349 | </property>
|
---|
350 | <property name="topMargin" >
|
---|
351 | <number>4</number>
|
---|
352 | </property>
|
---|
353 | <property name="rightMargin" >
|
---|
354 | <number>4</number>
|
---|
355 | </property>
|
---|
356 | <property name="bottomMargin" >
|
---|
357 | <number>4</number>
|
---|
358 | </property>
|
---|
359 | <property name="horizontalSpacing" >
|
---|
360 | <number>6</number>
|
---|
361 | </property>
|
---|
362 | <property name="verticalSpacing" >
|
---|
363 | <number>6</number>
|
---|
364 | </property>
|
---|
365 | <item row="1" column="1" colspan="2" >
|
---|
366 | <widget class="FileChooser" name="ttf_font_edit" >
|
---|
367 | <property name="enabled" >
|
---|
368 | <bool>false</bool>
|
---|
369 | </property>
|
---|
370 | </widget>
|
---|
371 | </item>
|
---|
372 | <item row="2" column="1" >
|
---|
373 | <widget class="MyFontComboBox" name="fontCombo" >
|
---|
374 | <property name="enabled" >
|
---|
375 | <bool>false</bool>
|
---|
376 | </property>
|
---|
377 | <property name="sizePolicy" >
|
---|
378 | <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
|
---|
379 | <horstretch>0</horstretch>
|
---|
380 | <verstretch>0</verstretch>
|
---|
381 | </sizepolicy>
|
---|
382 | </property>
|
---|
383 | </widget>
|
---|
384 | </item>
|
---|
385 | <item row="0" column="0" colspan="3" >
|
---|
386 | <widget class="QLabel" name="textLabel1" >
|
---|
387 | <property name="text" >
|
---|
388 | <string>Select the font which will be used for subtitles (and OSD):</string>
|
---|
389 | </property>
|
---|
390 | <property name="wordWrap" >
|
---|
391 | <bool>false</bool>
|
---|
392 | </property>
|
---|
393 | </widget>
|
---|
394 | </item>
|
---|
395 | <item row="2" column="0" >
|
---|
396 | <widget class="QRadioButton" name="system_font_button" >
|
---|
397 | <property name="text" >
|
---|
398 | <string>S&ystem font:</string>
|
---|
399 | </property>
|
---|
400 | </widget>
|
---|
401 | </item>
|
---|
402 | <item row="2" column="2" >
|
---|
403 | <spacer>
|
---|
404 | <property name="orientation" >
|
---|
405 | <enum>Qt::Horizontal</enum>
|
---|
406 | </property>
|
---|
407 | <property name="sizeHint" >
|
---|
408 | <size>
|
---|
409 | <width>121</width>
|
---|
410 | <height>20</height>
|
---|
411 | </size>
|
---|
412 | </property>
|
---|
413 | </spacer>
|
---|
414 | </item>
|
---|
415 | <item row="1" column="0" >
|
---|
416 | <widget class="QRadioButton" name="ttf_font_button" >
|
---|
417 | <property name="text" >
|
---|
418 | <string>&TTF font:</string>
|
---|
419 | </property>
|
---|
420 | </widget>
|
---|
421 | </item>
|
---|
422 | </layout>
|
---|
423 | </widget>
|
---|
424 | </item>
|
---|
425 | <item>
|
---|
426 | <widget class="QGroupBox" name="groupBox_6" >
|
---|
427 | <property name="title" >
|
---|
428 | <string>Size</string>
|
---|
429 | </property>
|
---|
430 | <layout class="QGridLayout" >
|
---|
431 | <property name="leftMargin" >
|
---|
432 | <number>4</number>
|
---|
433 | </property>
|
---|
434 | <property name="topMargin" >
|
---|
435 | <number>4</number>
|
---|
436 | </property>
|
---|
437 | <property name="rightMargin" >
|
---|
438 | <number>4</number>
|
---|
439 | </property>
|
---|
440 | <property name="bottomMargin" >
|
---|
441 | <number>4</number>
|
---|
442 | </property>
|
---|
443 | <property name="horizontalSpacing" >
|
---|
444 | <number>6</number>
|
---|
445 | </property>
|
---|
446 | <property name="verticalSpacing" >
|
---|
447 | <number>6</number>
|
---|
448 | </property>
|
---|
449 | <item row="0" column="0" colspan="3" >
|
---|
450 | <layout class="QHBoxLayout" >
|
---|
451 | <property name="spacing" >
|
---|
452 | <number>6</number>
|
---|
453 | </property>
|
---|
454 | <property name="leftMargin" >
|
---|
455 | <number>0</number>
|
---|
456 | </property>
|
---|
457 | <property name="topMargin" >
|
---|
458 | <number>0</number>
|
---|
459 | </property>
|
---|
460 | <property name="rightMargin" >
|
---|
461 | <number>0</number>
|
---|
462 | </property>
|
---|
463 | <property name="bottomMargin" >
|
---|
464 | <number>0</number>
|
---|
465 | </property>
|
---|
466 | <item>
|
---|
467 | <widget class="QLabel" name="textLabel2_2" >
|
---|
468 | <property name="text" >
|
---|
469 | <string>A&utoscale:</string>
|
---|
470 | </property>
|
---|
471 | <property name="wordWrap" >
|
---|
472 | <bool>false</bool>
|
---|
473 | </property>
|
---|
474 | <property name="buddy" >
|
---|
475 | <cstring>font_autoscale_combo</cstring>
|
---|
476 | </property>
|
---|
477 | </widget>
|
---|
478 | </item>
|
---|
479 | <item>
|
---|
480 | <widget class="QComboBox" name="font_autoscale_combo" >
|
---|
481 | <item>
|
---|
482 | <property name="text" >
|
---|
483 | <string>No autoscale</string>
|
---|
484 | </property>
|
---|
485 | </item>
|
---|
486 | <item>
|
---|
487 | <property name="text" >
|
---|
488 | <string>Proportional to movie height</string>
|
---|
489 | </property>
|
---|
490 | </item>
|
---|
491 | <item>
|
---|
492 | <property name="text" >
|
---|
493 | <string>Proportional to movie width</string>
|
---|
494 | </property>
|
---|
495 | </item>
|
---|
496 | <item>
|
---|
497 | <property name="text" >
|
---|
498 | <string>Proportional to movie diagonal</string>
|
---|
499 | </property>
|
---|
500 | </item>
|
---|
501 | </widget>
|
---|
502 | </item>
|
---|
503 | <item>
|
---|
504 | <spacer>
|
---|
505 | <property name="orientation" >
|
---|
506 | <enum>Qt::Horizontal</enum>
|
---|
507 | </property>
|
---|
508 | <property name="sizeHint" >
|
---|
509 | <size>
|
---|
510 | <width>71</width>
|
---|
511 | <height>20</height>
|
---|
512 | </size>
|
---|
513 | </property>
|
---|
514 | </spacer>
|
---|
515 | </item>
|
---|
516 | </layout>
|
---|
517 | </item>
|
---|
518 | <item row="1" column="2" >
|
---|
519 | <spacer>
|
---|
520 | <property name="orientation" >
|
---|
521 | <enum>Qt::Horizontal</enum>
|
---|
522 | </property>
|
---|
523 | <property name="sizeHint" >
|
---|
524 | <size>
|
---|
525 | <width>40</width>
|
---|
526 | <height>20</height>
|
---|
527 | </size>
|
---|
528 | </property>
|
---|
529 | </spacer>
|
---|
530 | </item>
|
---|
531 | <item row="1" column="1" >
|
---|
532 | <widget class="QDoubleSpinBox" name="font_text_scale_spin" >
|
---|
533 | <property name="decimals" >
|
---|
534 | <number>1</number>
|
---|
535 | </property>
|
---|
536 | <property name="singleStep" >
|
---|
537 | <double>0.200000000000000</double>
|
---|
538 | </property>
|
---|
539 | </widget>
|
---|
540 | </item>
|
---|
541 | <item row="1" column="0" >
|
---|
542 | <widget class="QLabel" name="scale_label" >
|
---|
543 | <property name="text" >
|
---|
544 | <string>Default s&cale:</string>
|
---|
545 | </property>
|
---|
546 | <property name="alignment" >
|
---|
547 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
548 | </property>
|
---|
549 | <property name="buddy" >
|
---|
550 | <cstring>font_text_scale_spin</cstring>
|
---|
551 | </property>
|
---|
552 | </widget>
|
---|
553 | </item>
|
---|
554 | </layout>
|
---|
555 | </widget>
|
---|
556 | </item>
|
---|
557 | <item>
|
---|
558 | <widget class="QGroupBox" name="groupBox_2" >
|
---|
559 | <property name="title" >
|
---|
560 | <string>Position</string>
|
---|
561 | </property>
|
---|
562 | <layout class="QVBoxLayout" >
|
---|
563 | <property name="spacing" >
|
---|
564 | <number>6</number>
|
---|
565 | </property>
|
---|
566 | <property name="leftMargin" >
|
---|
567 | <number>9</number>
|
---|
568 | </property>
|
---|
569 | <property name="topMargin" >
|
---|
570 | <number>9</number>
|
---|
571 | </property>
|
---|
572 | <property name="rightMargin" >
|
---|
573 | <number>9</number>
|
---|
574 | </property>
|
---|
575 | <property name="bottomMargin" >
|
---|
576 | <number>9</number>
|
---|
577 | </property>
|
---|
578 | <item>
|
---|
579 | <widget class="QLabel" name="textLabel1_22" >
|
---|
580 | <property name="text" >
|
---|
581 | <string>Default &position of the subtitles on screen</string>
|
---|
582 | </property>
|
---|
583 | <property name="alignment" >
|
---|
584 | <set>Qt::AlignVCenter</set>
|
---|
585 | </property>
|
---|
586 | <property name="wordWrap" >
|
---|
587 | <bool>true</bool>
|
---|
588 | </property>
|
---|
589 | <property name="buddy" >
|
---|
590 | <cstring>sub_pos_slider</cstring>
|
---|
591 | </property>
|
---|
592 | </widget>
|
---|
593 | </item>
|
---|
594 | <item>
|
---|
595 | <layout class="QHBoxLayout" >
|
---|
596 | <property name="spacing" >
|
---|
597 | <number>6</number>
|
---|
598 | </property>
|
---|
599 | <property name="leftMargin" >
|
---|
600 | <number>0</number>
|
---|
601 | </property>
|
---|
602 | <property name="topMargin" >
|
---|
603 | <number>0</number>
|
---|
604 | </property>
|
---|
605 | <property name="rightMargin" >
|
---|
606 | <number>0</number>
|
---|
607 | </property>
|
---|
608 | <property name="bottomMargin" >
|
---|
609 | <number>0</number>
|
---|
610 | </property>
|
---|
611 | <item>
|
---|
612 | <widget class="QSlider" name="sub_pos_slider" >
|
---|
613 | <property name="sizePolicy" >
|
---|
614 | <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
|
---|
615 | <horstretch>0</horstretch>
|
---|
616 | <verstretch>0</verstretch>
|
---|
617 | </sizepolicy>
|
---|
618 | </property>
|
---|
619 | <property name="minimum" >
|
---|
620 | <number>0</number>
|
---|
621 | </property>
|
---|
622 | <property name="maximum" >
|
---|
623 | <number>100</number>
|
---|
624 | </property>
|
---|
625 | <property name="pageStep" >
|
---|
626 | <number>1</number>
|
---|
627 | </property>
|
---|
628 | <property name="orientation" >
|
---|
629 | <enum>Qt::Horizontal</enum>
|
---|
630 | </property>
|
---|
631 | </widget>
|
---|
632 | </item>
|
---|
633 | <item>
|
---|
634 | <widget class="QLabel" name="sub_pos_label" >
|
---|
635 | <property name="text" >
|
---|
636 | <string>0</string>
|
---|
637 | </property>
|
---|
638 | <property name="wordWrap" >
|
---|
639 | <bool>false</bool>
|
---|
640 | </property>
|
---|
641 | </widget>
|
---|
642 | </item>
|
---|
643 | </layout>
|
---|
644 | </item>
|
---|
645 | <item>
|
---|
646 | <layout class="QHBoxLayout" >
|
---|
647 | <property name="spacing" >
|
---|
648 | <number>6</number>
|
---|
649 | </property>
|
---|
650 | <property name="leftMargin" >
|
---|
651 | <number>0</number>
|
---|
652 | </property>
|
---|
653 | <property name="topMargin" >
|
---|
654 | <number>0</number>
|
---|
655 | </property>
|
---|
656 | <property name="rightMargin" >
|
---|
657 | <number>0</number>
|
---|
658 | </property>
|
---|
659 | <property name="bottomMargin" >
|
---|
660 | <number>0</number>
|
---|
661 | </property>
|
---|
662 | <item>
|
---|
663 | <widget class="QLabel" name="textLabel2_9" >
|
---|
664 | <property name="text" >
|
---|
665 | <string>Top</string>
|
---|
666 | </property>
|
---|
667 | <property name="wordWrap" >
|
---|
668 | <bool>false</bool>
|
---|
669 | </property>
|
---|
670 | </widget>
|
---|
671 | </item>
|
---|
672 | <item>
|
---|
673 | <spacer>
|
---|
674 | <property name="orientation" >
|
---|
675 | <enum>Qt::Horizontal</enum>
|
---|
676 | </property>
|
---|
677 | <property name="sizeType" >
|
---|
678 | <enum>QSizePolicy::Expanding</enum>
|
---|
679 | </property>
|
---|
680 | <property name="sizeHint" >
|
---|
681 | <size>
|
---|
682 | <width>131</width>
|
---|
683 | <height>20</height>
|
---|
684 | </size>
|
---|
685 | </property>
|
---|
686 | </spacer>
|
---|
687 | </item>
|
---|
688 | <item>
|
---|
689 | <widget class="QLabel" name="textLabel3_5" >
|
---|
690 | <property name="text" >
|
---|
691 | <string>Bottom</string>
|
---|
692 | </property>
|
---|
693 | <property name="wordWrap" >
|
---|
694 | <bool>false</bool>
|
---|
695 | </property>
|
---|
696 | </widget>
|
---|
697 | </item>
|
---|
698 | </layout>
|
---|
699 | </item>
|
---|
700 | </layout>
|
---|
701 | </widget>
|
---|
702 | </item>
|
---|
703 | <item>
|
---|
704 | <spacer>
|
---|
705 | <property name="orientation" >
|
---|
706 | <enum>Qt::Vertical</enum>
|
---|
707 | </property>
|
---|
708 | <property name="sizeHint" >
|
---|
709 | <size>
|
---|
710 | <width>490</width>
|
---|
711 | <height>31</height>
|
---|
712 | </size>
|
---|
713 | </property>
|
---|
714 | </spacer>
|
---|
715 | </item>
|
---|
716 | </layout>
|
---|
717 | </widget>
|
---|
718 | <widget class="QWidget" name="ass_subs" >
|
---|
719 | <layout class="QVBoxLayout" >
|
---|
720 | <item>
|
---|
721 | <layout class="QHBoxLayout" >
|
---|
722 | <item>
|
---|
723 | <widget class="QLabel" name="ass_scale_label" >
|
---|
724 | <property name="text" >
|
---|
725 | <string>Defa&ult scale:</string>
|
---|
726 | </property>
|
---|
727 | <property name="buddy" >
|
---|
728 | <cstring>ass_font_scale_spin</cstring>
|
---|
729 | </property>
|
---|
730 | </widget>
|
---|
731 | </item>
|
---|
732 | <item>
|
---|
733 | <widget class="QDoubleSpinBox" name="ass_font_scale_spin" >
|
---|
734 | <property name="sizePolicy" >
|
---|
735 | <sizepolicy vsizetype="Fixed" hsizetype="Maximum" >
|
---|
736 | <horstretch>0</horstretch>
|
---|
737 | <verstretch>0</verstretch>
|
---|
738 | </sizepolicy>
|
---|
739 | </property>
|
---|
740 | <property name="maximum" >
|
---|
741 | <double>100.000000000000000</double>
|
---|
742 | </property>
|
---|
743 | <property name="singleStep" >
|
---|
744 | <double>0.200000000000000</double>
|
---|
745 | </property>
|
---|
746 | </widget>
|
---|
747 | </item>
|
---|
748 | <item>
|
---|
749 | <spacer>
|
---|
750 | <property name="orientation" >
|
---|
751 | <enum>Qt::Horizontal</enum>
|
---|
752 | </property>
|
---|
753 | <property name="sizeHint" >
|
---|
754 | <size>
|
---|
755 | <width>121</width>
|
---|
756 | <height>20</height>
|
---|
757 | </size>
|
---|
758 | </property>
|
---|
759 | </spacer>
|
---|
760 | </item>
|
---|
761 | <item>
|
---|
762 | <widget class="QLabel" name="label_11" >
|
---|
763 | <property name="text" >
|
---|
764 | <string>&Line spacing:</string>
|
---|
765 | </property>
|
---|
766 | <property name="buddy" >
|
---|
767 | <cstring>ass_line_spacing_spin</cstring>
|
---|
768 | </property>
|
---|
769 | </widget>
|
---|
770 | </item>
|
---|
771 | <item>
|
---|
772 | <widget class="QSpinBox" name="ass_line_spacing_spin" >
|
---|
773 | <property name="minimum" >
|
---|
774 | <number>-20</number>
|
---|
775 | </property>
|
---|
776 | <property name="maximum" >
|
---|
777 | <number>20</number>
|
---|
778 | </property>
|
---|
779 | </widget>
|
---|
780 | </item>
|
---|
781 | </layout>
|
---|
782 | </item>
|
---|
783 | <item>
|
---|
784 | <widget class="QWidget" native="1" name="styles_container" >
|
---|
785 | <property name="enabled" >
|
---|
786 | <bool>true</bool>
|
---|
787 | </property>
|
---|
788 | <layout class="QGridLayout" >
|
---|
789 | <property name="leftMargin" >
|
---|
790 | <number>2</number>
|
---|
791 | </property>
|
---|
792 | <property name="topMargin" >
|
---|
793 | <number>2</number>
|
---|
794 | </property>
|
---|
795 | <property name="rightMargin" >
|
---|
796 | <number>2</number>
|
---|
797 | </property>
|
---|
798 | <property name="bottomMargin" >
|
---|
799 | <number>2</number>
|
---|
800 | </property>
|
---|
801 | <item row="0" column="0" >
|
---|
802 | <widget class="QGroupBox" name="groupBox_4" >
|
---|
803 | <property name="title" >
|
---|
804 | <string>Font</string>
|
---|
805 | </property>
|
---|
806 | <layout class="QVBoxLayout" >
|
---|
807 | <property name="leftMargin" >
|
---|
808 | <number>4</number>
|
---|
809 | </property>
|
---|
810 | <property name="topMargin" >
|
---|
811 | <number>4</number>
|
---|
812 | </property>
|
---|
813 | <property name="rightMargin" >
|
---|
814 | <number>4</number>
|
---|
815 | </property>
|
---|
816 | <property name="bottomMargin" >
|
---|
817 | <number>4</number>
|
---|
818 | </property>
|
---|
819 | <item>
|
---|
820 | <layout class="QHBoxLayout" >
|
---|
821 | <item>
|
---|
822 | <widget class="MyFontComboBox" name="style_font_combo" />
|
---|
823 | </item>
|
---|
824 | </layout>
|
---|
825 | </item>
|
---|
826 | <item>
|
---|
827 | <layout class="QHBoxLayout" >
|
---|
828 | <item>
|
---|
829 | <widget class="QLabel" name="label" >
|
---|
830 | <property name="text" >
|
---|
831 | <string>Si&ze:</string>
|
---|
832 | </property>
|
---|
833 | <property name="buddy" >
|
---|
834 | <cstring>style_size_spin</cstring>
|
---|
835 | </property>
|
---|
836 | </widget>
|
---|
837 | </item>
|
---|
838 | <item>
|
---|
839 | <widget class="QSpinBox" name="style_size_spin" >
|
---|
840 | <property name="sizePolicy" >
|
---|
841 | <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
|
---|
842 | <horstretch>0</horstretch>
|
---|
843 | <verstretch>0</verstretch>
|
---|
844 | </sizepolicy>
|
---|
845 | </property>
|
---|
846 | <property name="minimum" >
|
---|
847 | <number>1</number>
|
---|
848 | </property>
|
---|
849 | <property name="value" >
|
---|
850 | <number>10</number>
|
---|
851 | </property>
|
---|
852 | </widget>
|
---|
853 | </item>
|
---|
854 | <item>
|
---|
855 | <spacer>
|
---|
856 | <property name="orientation" >
|
---|
857 | <enum>Qt::Horizontal</enum>
|
---|
858 | </property>
|
---|
859 | <property name="sizeType" >
|
---|
860 | <enum>QSizePolicy::Preferred</enum>
|
---|
861 | </property>
|
---|
862 | <property name="sizeHint" >
|
---|
863 | <size>
|
---|
864 | <width>60</width>
|
---|
865 | <height>20</height>
|
---|
866 | </size>
|
---|
867 | </property>
|
---|
868 | </spacer>
|
---|
869 | </item>
|
---|
870 | <item>
|
---|
871 | <widget class="QCheckBox" name="style_bold_check" >
|
---|
872 | <property name="text" >
|
---|
873 | <string>Bol&d</string>
|
---|
874 | </property>
|
---|
875 | </widget>
|
---|
876 | </item>
|
---|
877 | <item>
|
---|
878 | <widget class="QCheckBox" name="style_italic_check" >
|
---|
879 | <property name="text" >
|
---|
880 | <string>&Italic</string>
|
---|
881 | </property>
|
---|
882 | </widget>
|
---|
883 | </item>
|
---|
884 | </layout>
|
---|
885 | </item>
|
---|
886 | </layout>
|
---|
887 | </widget>
|
---|
888 | </item>
|
---|
889 | <item row="0" column="1" >
|
---|
890 | <widget class="QGroupBox" name="groupBox_7" >
|
---|
891 | <property name="title" >
|
---|
892 | <string>Colors</string>
|
---|
893 | </property>
|
---|
894 | <layout class="QGridLayout" >
|
---|
895 | <property name="leftMargin" >
|
---|
896 | <number>4</number>
|
---|
897 | </property>
|
---|
898 | <property name="topMargin" >
|
---|
899 | <number>4</number>
|
---|
900 | </property>
|
---|
901 | <property name="rightMargin" >
|
---|
902 | <number>4</number>
|
---|
903 | </property>
|
---|
904 | <property name="bottomMargin" >
|
---|
905 | <number>4</number>
|
---|
906 | </property>
|
---|
907 | <item row="0" column="0" >
|
---|
908 | <widget class="QLabel" name="label_2" >
|
---|
909 | <property name="text" >
|
---|
910 | <string>&Text:</string>
|
---|
911 | </property>
|
---|
912 | <property name="alignment" >
|
---|
913 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
914 | </property>
|
---|
915 | <property name="buddy" >
|
---|
916 | <cstring>style_text_color_button</cstring>
|
---|
917 | </property>
|
---|
918 | </widget>
|
---|
919 | </item>
|
---|
920 | <item row="0" column="1" >
|
---|
921 | <widget class="SelectColorButton" name="style_text_color_button" >
|
---|
922 | <property name="sizePolicy" >
|
---|
923 | <sizepolicy vsizetype="Ignored" hsizetype="Minimum" >
|
---|
924 | <horstretch>0</horstretch>
|
---|
925 | <verstretch>0</verstretch>
|
---|
926 | </sizepolicy>
|
---|
927 | </property>
|
---|
928 | <property name="text" >
|
---|
929 | <string/>
|
---|
930 | </property>
|
---|
931 | </widget>
|
---|
932 | </item>
|
---|
933 | <item row="1" column="0" >
|
---|
934 | <widget class="QLabel" name="label_3" >
|
---|
935 | <property name="text" >
|
---|
936 | <string>&Border:</string>
|
---|
937 | </property>
|
---|
938 | <property name="alignment" >
|
---|
939 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
940 | </property>
|
---|
941 | <property name="buddy" >
|
---|
942 | <cstring>style_border_color_button</cstring>
|
---|
943 | </property>
|
---|
944 | </widget>
|
---|
945 | </item>
|
---|
946 | <item row="1" column="1" >
|
---|
947 | <widget class="SelectColorButton" name="style_border_color_button" >
|
---|
948 | <property name="sizePolicy" >
|
---|
949 | <sizepolicy vsizetype="Ignored" hsizetype="Minimum" >
|
---|
950 | <horstretch>0</horstretch>
|
---|
951 | <verstretch>0</verstretch>
|
---|
952 | </sizepolicy>
|
---|
953 | </property>
|
---|
954 | <property name="text" >
|
---|
955 | <string/>
|
---|
956 | </property>
|
---|
957 | </widget>
|
---|
958 | </item>
|
---|
959 | <item row="2" column="0" >
|
---|
960 | <widget class="QLabel" name="label_12" >
|
---|
961 | <property name="text" >
|
---|
962 | <string>Shadow:</string>
|
---|
963 | </property>
|
---|
964 | <property name="alignment" >
|
---|
965 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
966 | </property>
|
---|
967 | </widget>
|
---|
968 | </item>
|
---|
969 | <item row="2" column="1" >
|
---|
970 | <widget class="SelectColorButton" name="style_shadow_color_button" >
|
---|
971 | <property name="sizePolicy" >
|
---|
972 | <sizepolicy vsizetype="Ignored" hsizetype="Minimum" >
|
---|
973 | <horstretch>0</horstretch>
|
---|
974 | <verstretch>0</verstretch>
|
---|
975 | </sizepolicy>
|
---|
976 | </property>
|
---|
977 | <property name="text" >
|
---|
978 | <string/>
|
---|
979 | </property>
|
---|
980 | </widget>
|
---|
981 | </item>
|
---|
982 | </layout>
|
---|
983 | </widget>
|
---|
984 | </item>
|
---|
985 | <item row="1" column="0" >
|
---|
986 | <widget class="QGroupBox" name="groupBox_8" >
|
---|
987 | <property name="title" >
|
---|
988 | <string>Margins</string>
|
---|
989 | </property>
|
---|
990 | <layout class="QGridLayout" >
|
---|
991 | <property name="leftMargin" >
|
---|
992 | <number>4</number>
|
---|
993 | </property>
|
---|
994 | <property name="topMargin" >
|
---|
995 | <number>4</number>
|
---|
996 | </property>
|
---|
997 | <property name="rightMargin" >
|
---|
998 | <number>4</number>
|
---|
999 | </property>
|
---|
1000 | <property name="bottomMargin" >
|
---|
1001 | <number>4</number>
|
---|
1002 | </property>
|
---|
1003 | <item row="0" column="0" >
|
---|
1004 | <widget class="QLabel" name="label_7" >
|
---|
1005 | <property name="text" >
|
---|
1006 | <string>L&eft:</string>
|
---|
1007 | </property>
|
---|
1008 | <property name="alignment" >
|
---|
1009 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
1010 | </property>
|
---|
1011 | <property name="buddy" >
|
---|
1012 | <cstring>style_marginl_spin</cstring>
|
---|
1013 | </property>
|
---|
1014 | </widget>
|
---|
1015 | </item>
|
---|
1016 | <item row="0" column="1" >
|
---|
1017 | <widget class="QSpinBox" name="style_marginl_spin" />
|
---|
1018 | </item>
|
---|
1019 | <item row="0" column="2" >
|
---|
1020 | <widget class="QLabel" name="label_8" >
|
---|
1021 | <property name="text" >
|
---|
1022 | <string>&Right:</string>
|
---|
1023 | </property>
|
---|
1024 | <property name="alignment" >
|
---|
1025 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
1026 | </property>
|
---|
1027 | <property name="buddy" >
|
---|
1028 | <cstring>style_marginr_spin</cstring>
|
---|
1029 | </property>
|
---|
1030 | </widget>
|
---|
1031 | </item>
|
---|
1032 | <item row="0" column="3" >
|
---|
1033 | <widget class="QSpinBox" name="style_marginr_spin" />
|
---|
1034 | </item>
|
---|
1035 | <item row="1" column="0" >
|
---|
1036 | <widget class="QLabel" name="label_9" >
|
---|
1037 | <property name="text" >
|
---|
1038 | <string>Verti&cal:</string>
|
---|
1039 | </property>
|
---|
1040 | <property name="alignment" >
|
---|
1041 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
1042 | </property>
|
---|
1043 | <property name="buddy" >
|
---|
1044 | <cstring>style_marginv_spin</cstring>
|
---|
1045 | </property>
|
---|
1046 | </widget>
|
---|
1047 | </item>
|
---|
1048 | <item row="1" column="1" >
|
---|
1049 | <widget class="QSpinBox" name="style_marginv_spin" />
|
---|
1050 | </item>
|
---|
1051 | <item row="1" column="2" colspan="2" >
|
---|
1052 | <spacer>
|
---|
1053 | <property name="orientation" >
|
---|
1054 | <enum>Qt::Horizontal</enum>
|
---|
1055 | </property>
|
---|
1056 | <property name="sizeHint" >
|
---|
1057 | <size>
|
---|
1058 | <width>101</width>
|
---|
1059 | <height>25</height>
|
---|
1060 | </size>
|
---|
1061 | </property>
|
---|
1062 | </spacer>
|
---|
1063 | </item>
|
---|
1064 | </layout>
|
---|
1065 | </widget>
|
---|
1066 | </item>
|
---|
1067 | <item row="1" column="1" >
|
---|
1068 | <widget class="QGroupBox" name="groupBox_9" >
|
---|
1069 | <property name="title" >
|
---|
1070 | <string>Alignment</string>
|
---|
1071 | </property>
|
---|
1072 | <layout class="QGridLayout" >
|
---|
1073 | <property name="leftMargin" >
|
---|
1074 | <number>4</number>
|
---|
1075 | </property>
|
---|
1076 | <property name="topMargin" >
|
---|
1077 | <number>4</number>
|
---|
1078 | </property>
|
---|
1079 | <property name="rightMargin" >
|
---|
1080 | <number>4</number>
|
---|
1081 | </property>
|
---|
1082 | <property name="bottomMargin" >
|
---|
1083 | <number>4</number>
|
---|
1084 | </property>
|
---|
1085 | <item row="0" column="0" >
|
---|
1086 | <widget class="QLabel" name="label_4" >
|
---|
1087 | <property name="text" >
|
---|
1088 | <string>&Horizontal:</string>
|
---|
1089 | </property>
|
---|
1090 | <property name="alignment" >
|
---|
1091 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
1092 | </property>
|
---|
1093 | <property name="buddy" >
|
---|
1094 | <cstring>style_alignment_combo</cstring>
|
---|
1095 | </property>
|
---|
1096 | </widget>
|
---|
1097 | </item>
|
---|
1098 | <item row="0" column="1" >
|
---|
1099 | <widget class="QComboBox" name="style_alignment_combo" />
|
---|
1100 | </item>
|
---|
1101 | <item row="1" column="0" >
|
---|
1102 | <widget class="QLabel" name="label_6" >
|
---|
1103 | <property name="text" >
|
---|
1104 | <string>&Vertical:</string>
|
---|
1105 | </property>
|
---|
1106 | <property name="alignment" >
|
---|
1107 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
1108 | </property>
|
---|
1109 | <property name="buddy" >
|
---|
1110 | <cstring>style_valignment_combo</cstring>
|
---|
1111 | </property>
|
---|
1112 | </widget>
|
---|
1113 | </item>
|
---|
1114 | <item row="1" column="1" >
|
---|
1115 | <widget class="QComboBox" name="style_valignment_combo" />
|
---|
1116 | </item>
|
---|
1117 | </layout>
|
---|
1118 | </widget>
|
---|
1119 | </item>
|
---|
1120 | <item row="2" column="0" colspan="2" >
|
---|
1121 | <layout class="QHBoxLayout" >
|
---|
1122 | <item>
|
---|
1123 | <widget class="QLabel" name="label_5" >
|
---|
1124 | <property name="text" >
|
---|
1125 | <string>Border st&yle:</string>
|
---|
1126 | </property>
|
---|
1127 | <property name="buddy" >
|
---|
1128 | <cstring>style_border_style_combo</cstring>
|
---|
1129 | </property>
|
---|
1130 | </widget>
|
---|
1131 | </item>
|
---|
1132 | <item>
|
---|
1133 | <widget class="QComboBox" name="style_border_style_combo" />
|
---|
1134 | </item>
|
---|
1135 | <item>
|
---|
1136 | <spacer>
|
---|
1137 | <property name="orientation" >
|
---|
1138 | <enum>Qt::Horizontal</enum>
|
---|
1139 | </property>
|
---|
1140 | <property name="sizeHint" >
|
---|
1141 | <size>
|
---|
1142 | <width>40</width>
|
---|
1143 | <height>20</height>
|
---|
1144 | </size>
|
---|
1145 | </property>
|
---|
1146 | </spacer>
|
---|
1147 | </item>
|
---|
1148 | <item>
|
---|
1149 | <widget class="QLabel" name="style_outline_label" >
|
---|
1150 | <property name="text" >
|
---|
1151 | <string>&Outline:</string>
|
---|
1152 | </property>
|
---|
1153 | <property name="buddy" >
|
---|
1154 | <cstring>style_outline_spin</cstring>
|
---|
1155 | </property>
|
---|
1156 | </widget>
|
---|
1157 | </item>
|
---|
1158 | <item>
|
---|
1159 | <widget class="QDoubleSpinBox" name="style_outline_spin" >
|
---|
1160 | <property name="maximum" >
|
---|
1161 | <double>4.000000000000000</double>
|
---|
1162 | </property>
|
---|
1163 | <property name="singleStep" >
|
---|
1164 | <double>0.100000000000000</double>
|
---|
1165 | </property>
|
---|
1166 | </widget>
|
---|
1167 | </item>
|
---|
1168 | <item>
|
---|
1169 | <widget class="QLabel" name="style_shadow_label" >
|
---|
1170 | <property name="text" >
|
---|
1171 | <string>Shado&w:</string>
|
---|
1172 | </property>
|
---|
1173 | <property name="buddy" >
|
---|
1174 | <cstring>style_shadow_spin</cstring>
|
---|
1175 | </property>
|
---|
1176 | </widget>
|
---|
1177 | </item>
|
---|
1178 | <item>
|
---|
1179 | <widget class="QDoubleSpinBox" name="style_shadow_spin" >
|
---|
1180 | <property name="maximum" >
|
---|
1181 | <double>4.000000000000000</double>
|
---|
1182 | </property>
|
---|
1183 | <property name="singleStep" >
|
---|
1184 | <double>0.100000000000000</double>
|
---|
1185 | </property>
|
---|
1186 | </widget>
|
---|
1187 | </item>
|
---|
1188 | </layout>
|
---|
1189 | </item>
|
---|
1190 | </layout>
|
---|
1191 | </widget>
|
---|
1192 | </item>
|
---|
1193 | <item>
|
---|
1194 | <widget class="Line" name="line_3" >
|
---|
1195 | <property name="sizePolicy" >
|
---|
1196 | <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
|
---|
1197 | <horstretch>0</horstretch>
|
---|
1198 | <verstretch>0</verstretch>
|
---|
1199 | </sizepolicy>
|
---|
1200 | </property>
|
---|
1201 | <property name="orientation" >
|
---|
1202 | <enum>Qt::Horizontal</enum>
|
---|
1203 | </property>
|
---|
1204 | </widget>
|
---|
1205 | </item>
|
---|
1206 | <item>
|
---|
1207 | <layout class="QHBoxLayout" >
|
---|
1208 | <item>
|
---|
1209 | <widget class="QCheckBox" name="force_ass_styles" >
|
---|
1210 | <property name="text" >
|
---|
1211 | <string>A&pply style to ass files too</string>
|
---|
1212 | </property>
|
---|
1213 | </widget>
|
---|
1214 | </item>
|
---|
1215 | <item>
|
---|
1216 | <spacer>
|
---|
1217 | <property name="orientation" >
|
---|
1218 | <enum>Qt::Horizontal</enum>
|
---|
1219 | </property>
|
---|
1220 | <property name="sizeHint" >
|
---|
1221 | <size>
|
---|
1222 | <width>40</width>
|
---|
1223 | <height>20</height>
|
---|
1224 | </size>
|
---|
1225 | </property>
|
---|
1226 | </spacer>
|
---|
1227 | </item>
|
---|
1228 | <item>
|
---|
1229 | <widget class="QPushButton" name="ass_customize_button" >
|
---|
1230 | <property name="enabled" >
|
---|
1231 | <bool>false</bool>
|
---|
1232 | </property>
|
---|
1233 | <property name="text" >
|
---|
1234 | <string>Custo&mize...</string>
|
---|
1235 | </property>
|
---|
1236 | </widget>
|
---|
1237 | </item>
|
---|
1238 | </layout>
|
---|
1239 | </item>
|
---|
1240 | <item>
|
---|
1241 | <spacer>
|
---|
1242 | <property name="orientation" >
|
---|
1243 | <enum>Qt::Vertical</enum>
|
---|
1244 | </property>
|
---|
1245 | <property name="sizeHint" >
|
---|
1246 | <size>
|
---|
1247 | <width>497</width>
|
---|
1248 | <height>16</height>
|
---|
1249 | </size>
|
---|
1250 | </property>
|
---|
1251 | </spacer>
|
---|
1252 | </item>
|
---|
1253 | </layout>
|
---|
1254 | </widget>
|
---|
1255 | </widget>
|
---|
1256 | </item>
|
---|
1257 | </layout>
|
---|
1258 | </widget>
|
---|
1259 | </widget>
|
---|
1260 | </item>
|
---|
1261 | </layout>
|
---|
1262 | </widget>
|
---|
1263 | <customwidgets>
|
---|
1264 | <customwidget>
|
---|
1265 | <class>FileChooser</class>
|
---|
1266 | <extends>QLineEdit</extends>
|
---|
1267 | <header>filechooser.h</header>
|
---|
1268 | </customwidget>
|
---|
1269 | <customwidget>
|
---|
1270 | <class>MyFontComboBox</class>
|
---|
1271 | <extends>QFontComboBox</extends>
|
---|
1272 | <header>mycombobox.h</header>
|
---|
1273 | </customwidget>
|
---|
1274 | <customwidget>
|
---|
1275 | <class>SelectColorButton</class>
|
---|
1276 | <extends>QPushButton</extends>
|
---|
1277 | <header>selectcolorbutton.h</header>
|
---|
1278 | </customwidget>
|
---|
1279 | </customwidgets>
|
---|
1280 | <tabstops>
|
---|
1281 | <tabstop>subtitles_tab</tabstop>
|
---|
1282 | <tabstop>font_autoload_combo</tabstop>
|
---|
1283 | <tabstop>font_autoload_check</tabstop>
|
---|
1284 | <tabstop>font_encoding_combo</tabstop>
|
---|
1285 | <tabstop>use_enca_check</tabstop>
|
---|
1286 | <tabstop>enca_lang_combo</tabstop>
|
---|
1287 | <tabstop>subtitles_on_screeshots_check</tabstop>
|
---|
1288 | <tabstop>freetype_check</tabstop>
|
---|
1289 | <tabstop>normal_subs_button</tabstop>
|
---|
1290 | <tabstop>ass_subs_button</tabstop>
|
---|
1291 | <tabstop>ttf_font_button</tabstop>
|
---|
1292 | <tabstop>ttf_font_edit</tabstop>
|
---|
1293 | <tabstop>system_font_button</tabstop>
|
---|
1294 | <tabstop>fontCombo</tabstop>
|
---|
1295 | <tabstop>font_autoscale_combo</tabstop>
|
---|
1296 | <tabstop>font_text_scale_spin</tabstop>
|
---|
1297 | <tabstop>sub_pos_slider</tabstop>
|
---|
1298 | <tabstop>ass_font_scale_spin</tabstop>
|
---|
1299 | <tabstop>ass_line_spacing_spin</tabstop>
|
---|
1300 | <tabstop>style_font_combo</tabstop>
|
---|
1301 | <tabstop>style_size_spin</tabstop>
|
---|
1302 | <tabstop>style_bold_check</tabstop>
|
---|
1303 | <tabstop>style_italic_check</tabstop>
|
---|
1304 | <tabstop>style_text_color_button</tabstop>
|
---|
1305 | <tabstop>style_border_color_button</tabstop>
|
---|
1306 | <tabstop>style_shadow_color_button</tabstop>
|
---|
1307 | <tabstop>style_marginl_spin</tabstop>
|
---|
1308 | <tabstop>style_marginr_spin</tabstop>
|
---|
1309 | <tabstop>style_marginv_spin</tabstop>
|
---|
1310 | <tabstop>style_alignment_combo</tabstop>
|
---|
1311 | <tabstop>style_valignment_combo</tabstop>
|
---|
1312 | <tabstop>style_border_style_combo</tabstop>
|
---|
1313 | <tabstop>style_outline_spin</tabstop>
|
---|
1314 | <tabstop>style_shadow_spin</tabstop>
|
---|
1315 | <tabstop>force_ass_styles</tabstop>
|
---|
1316 | <tabstop>ass_customize_button</tabstop>
|
---|
1317 | </tabstops>
|
---|
1318 | <resources/>
|
---|
1319 | <connections>
|
---|
1320 | <connection>
|
---|
1321 | <sender>ttf_font_button</sender>
|
---|
1322 | <signal>toggled(bool)</signal>
|
---|
1323 | <receiver>ttf_font_edit</receiver>
|
---|
1324 | <slot>setEnabled(bool)</slot>
|
---|
1325 | <hints>
|
---|
1326 | <hint type="sourcelabel" >
|
---|
1327 | <x>83</x>
|
---|
1328 | <y>114</y>
|
---|
1329 | </hint>
|
---|
1330 | <hint type="destinationlabel" >
|
---|
1331 | <x>273</x>
|
---|
1332 | <y>114</y>
|
---|
1333 | </hint>
|
---|
1334 | </hints>
|
---|
1335 | </connection>
|
---|
1336 | <connection>
|
---|
1337 | <sender>system_font_button</sender>
|
---|
1338 | <signal>toggled(bool)</signal>
|
---|
1339 | <receiver>fontCombo</receiver>
|
---|
1340 | <slot>setEnabled(bool)</slot>
|
---|
1341 | <hints>
|
---|
1342 | <hint type="sourcelabel" >
|
---|
1343 | <x>74</x>
|
---|
1344 | <y>138</y>
|
---|
1345 | </hint>
|
---|
1346 | <hint type="destinationlabel" >
|
---|
1347 | <x>264</x>
|
---|
1348 | <y>138</y>
|
---|
1349 | </hint>
|
---|
1350 | </hints>
|
---|
1351 | </connection>
|
---|
1352 | <connection>
|
---|
1353 | <sender>use_enca_check</sender>
|
---|
1354 | <signal>toggled(bool)</signal>
|
---|
1355 | <receiver>enca_lang_combo</receiver>
|
---|
1356 | <slot>setEnabled(bool)</slot>
|
---|
1357 | <hints>
|
---|
1358 | <hint type="sourcelabel" >
|
---|
1359 | <x>118</x>
|
---|
1360 | <y>245</y>
|
---|
1361 | </hint>
|
---|
1362 | <hint type="destinationlabel" >
|
---|
1363 | <x>258</x>
|
---|
1364 | <y>245</y>
|
---|
1365 | </hint>
|
---|
1366 | </hints>
|
---|
1367 | </connection>
|
---|
1368 | <connection>
|
---|
1369 | <sender>sub_pos_slider</sender>
|
---|
1370 | <signal>valueChanged(int)</signal>
|
---|
1371 | <receiver>sub_pos_label</receiver>
|
---|
1372 | <slot>setNum(int)</slot>
|
---|
1373 | <hints>
|
---|
1374 | <hint type="sourcelabel" >
|
---|
1375 | <x>260</x>
|
---|
1376 | <y>353</y>
|
---|
1377 | </hint>
|
---|
1378 | <hint type="destinationlabel" >
|
---|
1379 | <x>496</x>
|
---|
1380 | <y>353</y>
|
---|
1381 | </hint>
|
---|
1382 | </hints>
|
---|
1383 | </connection>
|
---|
1384 | <connection>
|
---|
1385 | <sender>force_ass_styles</sender>
|
---|
1386 | <signal>toggled(bool)</signal>
|
---|
1387 | <receiver>ass_customize_button</receiver>
|
---|
1388 | <slot>setEnabled(bool)</slot>
|
---|
1389 | <hints>
|
---|
1390 | <hint type="sourcelabel" >
|
---|
1391 | <x>115</x>
|
---|
1392 | <y>376</y>
|
---|
1393 | </hint>
|
---|
1394 | <hint type="destinationlabel" >
|
---|
1395 | <x>474</x>
|
---|
1396 | <y>377</y>
|
---|
1397 | </hint>
|
---|
1398 | </hints>
|
---|
1399 | </connection>
|
---|
1400 | </connections>
|
---|
1401 | </ui>
|
---|