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