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