1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <ui version="4.0">
|
---|
3 | <author>Ricardo Villalba</author>
|
---|
4 | <class>FilePropertiesDialog</class>
|
---|
5 | <widget class="QDialog" name="FilePropertiesDialog">
|
---|
6 | <property name="geometry">
|
---|
7 | <rect>
|
---|
8 | <x>0</x>
|
---|
9 | <y>0</y>
|
---|
10 | <width>502</width>
|
---|
11 | <height>455</height>
|
---|
12 | </rect>
|
---|
13 | </property>
|
---|
14 | <property name="windowTitle">
|
---|
15 | <string>SMPlayer - File properties</string>
|
---|
16 | </property>
|
---|
17 | <property name="sizeGripEnabled">
|
---|
18 | <bool>true</bool>
|
---|
19 | </property>
|
---|
20 | <layout class="QVBoxLayout">
|
---|
21 | <property name="spacing">
|
---|
22 | <number>6</number>
|
---|
23 | </property>
|
---|
24 | <property name="margin">
|
---|
25 | <number>9</number>
|
---|
26 | </property>
|
---|
27 | <item>
|
---|
28 | <widget class="QTabWidget" name="tabWidget">
|
---|
29 | <property name="currentIndex">
|
---|
30 | <number>0</number>
|
---|
31 | </property>
|
---|
32 | <widget class="QWidget" name="info_page">
|
---|
33 | <attribute name="title">
|
---|
34 | <string>&Information</string>
|
---|
35 | </attribute>
|
---|
36 | <layout class="QGridLayout">
|
---|
37 | <property name="margin">
|
---|
38 | <number>6</number>
|
---|
39 | </property>
|
---|
40 | <property name="spacing">
|
---|
41 | <number>6</number>
|
---|
42 | </property>
|
---|
43 | <item row="0" column="0">
|
---|
44 | <widget class="QTextEdit" name="info_edit">
|
---|
45 | <property name="readOnly">
|
---|
46 | <bool>true</bool>
|
---|
47 | </property>
|
---|
48 | </widget>
|
---|
49 | </item>
|
---|
50 | </layout>
|
---|
51 | </widget>
|
---|
52 | <widget class="QWidget" name="demuxer_page">
|
---|
53 | <attribute name="title">
|
---|
54 | <string>&Demuxer</string>
|
---|
55 | </attribute>
|
---|
56 | <layout class="QVBoxLayout">
|
---|
57 | <property name="spacing">
|
---|
58 | <number>6</number>
|
---|
59 | </property>
|
---|
60 | <property name="margin">
|
---|
61 | <number>6</number>
|
---|
62 | </property>
|
---|
63 | <item>
|
---|
64 | <widget class="QLabel" name="textLabel2">
|
---|
65 | <property name="text">
|
---|
66 | <string>&Select the demuxer that will be used for this file:</string>
|
---|
67 | </property>
|
---|
68 | <property name="wordWrap">
|
---|
69 | <bool>false</bool>
|
---|
70 | </property>
|
---|
71 | <property name="buddy">
|
---|
72 | <cstring>demuxer_listbox</cstring>
|
---|
73 | </property>
|
---|
74 | </widget>
|
---|
75 | </item>
|
---|
76 | <item>
|
---|
77 | <widget class="QListWidget" name="demuxer_listbox"/>
|
---|
78 | </item>
|
---|
79 | <item>
|
---|
80 | <layout class="QHBoxLayout">
|
---|
81 | <property name="spacing">
|
---|
82 | <number>6</number>
|
---|
83 | </property>
|
---|
84 | <property name="margin">
|
---|
85 | <number>0</number>
|
---|
86 | </property>
|
---|
87 | <item>
|
---|
88 | <spacer>
|
---|
89 | <property name="orientation">
|
---|
90 | <enum>Qt::Horizontal</enum>
|
---|
91 | </property>
|
---|
92 | <property name="sizeType">
|
---|
93 | <enum>QSizePolicy::Expanding</enum>
|
---|
94 | </property>
|
---|
95 | <property name="sizeHint" stdset="0">
|
---|
96 | <size>
|
---|
97 | <width>241</width>
|
---|
98 | <height>41</height>
|
---|
99 | </size>
|
---|
100 | </property>
|
---|
101 | </spacer>
|
---|
102 | </item>
|
---|
103 | <item>
|
---|
104 | <widget class="QPushButton" name="resetDemuxerButton">
|
---|
105 | <property name="text">
|
---|
106 | <string>&Reset</string>
|
---|
107 | </property>
|
---|
108 | </widget>
|
---|
109 | </item>
|
---|
110 | </layout>
|
---|
111 | </item>
|
---|
112 | </layout>
|
---|
113 | </widget>
|
---|
114 | <widget class="QWidget" name="vc_page">
|
---|
115 | <attribute name="title">
|
---|
116 | <string>&Video codec</string>
|
---|
117 | </attribute>
|
---|
118 | <layout class="QVBoxLayout">
|
---|
119 | <property name="spacing">
|
---|
120 | <number>6</number>
|
---|
121 | </property>
|
---|
122 | <property name="margin">
|
---|
123 | <number>6</number>
|
---|
124 | </property>
|
---|
125 | <item>
|
---|
126 | <widget class="QLabel" name="textLabel3">
|
---|
127 | <property name="text">
|
---|
128 | <string>&Select the video codec:</string>
|
---|
129 | </property>
|
---|
130 | <property name="wordWrap">
|
---|
131 | <bool>false</bool>
|
---|
132 | </property>
|
---|
133 | <property name="buddy">
|
---|
134 | <cstring>vc_listbox</cstring>
|
---|
135 | </property>
|
---|
136 | </widget>
|
---|
137 | </item>
|
---|
138 | <item>
|
---|
139 | <widget class="QListWidget" name="vc_listbox"/>
|
---|
140 | </item>
|
---|
141 | <item>
|
---|
142 | <layout class="QHBoxLayout">
|
---|
143 | <property name="spacing">
|
---|
144 | <number>6</number>
|
---|
145 | </property>
|
---|
146 | <property name="margin">
|
---|
147 | <number>0</number>
|
---|
148 | </property>
|
---|
149 | <item>
|
---|
150 | <spacer>
|
---|
151 | <property name="orientation">
|
---|
152 | <enum>Qt::Horizontal</enum>
|
---|
153 | </property>
|
---|
154 | <property name="sizeType">
|
---|
155 | <enum>QSizePolicy::Expanding</enum>
|
---|
156 | </property>
|
---|
157 | <property name="sizeHint" stdset="0">
|
---|
158 | <size>
|
---|
159 | <width>241</width>
|
---|
160 | <height>41</height>
|
---|
161 | </size>
|
---|
162 | </property>
|
---|
163 | </spacer>
|
---|
164 | </item>
|
---|
165 | <item>
|
---|
166 | <widget class="QPushButton" name="resetVCButton">
|
---|
167 | <property name="text">
|
---|
168 | <string>&Reset</string>
|
---|
169 | </property>
|
---|
170 | </widget>
|
---|
171 | </item>
|
---|
172 | </layout>
|
---|
173 | </item>
|
---|
174 | </layout>
|
---|
175 | </widget>
|
---|
176 | <widget class="QWidget" name="ac_page">
|
---|
177 | <attribute name="title">
|
---|
178 | <string>A&udio codec</string>
|
---|
179 | </attribute>
|
---|
180 | <layout class="QVBoxLayout">
|
---|
181 | <property name="spacing">
|
---|
182 | <number>6</number>
|
---|
183 | </property>
|
---|
184 | <property name="margin">
|
---|
185 | <number>6</number>
|
---|
186 | </property>
|
---|
187 | <item>
|
---|
188 | <widget class="QLabel" name="textLabel4">
|
---|
189 | <property name="text">
|
---|
190 | <string>&Select the audio codec:</string>
|
---|
191 | </property>
|
---|
192 | <property name="wordWrap">
|
---|
193 | <bool>false</bool>
|
---|
194 | </property>
|
---|
195 | <property name="buddy">
|
---|
196 | <cstring>ac_listbox</cstring>
|
---|
197 | </property>
|
---|
198 | </widget>
|
---|
199 | </item>
|
---|
200 | <item>
|
---|
201 | <widget class="QListWidget" name="ac_listbox"/>
|
---|
202 | </item>
|
---|
203 | <item>
|
---|
204 | <layout class="QHBoxLayout">
|
---|
205 | <property name="spacing">
|
---|
206 | <number>6</number>
|
---|
207 | </property>
|
---|
208 | <property name="margin">
|
---|
209 | <number>0</number>
|
---|
210 | </property>
|
---|
211 | <item>
|
---|
212 | <spacer>
|
---|
213 | <property name="orientation">
|
---|
214 | <enum>Qt::Horizontal</enum>
|
---|
215 | </property>
|
---|
216 | <property name="sizeType">
|
---|
217 | <enum>QSizePolicy::Expanding</enum>
|
---|
218 | </property>
|
---|
219 | <property name="sizeHint" stdset="0">
|
---|
220 | <size>
|
---|
221 | <width>241</width>
|
---|
222 | <height>41</height>
|
---|
223 | </size>
|
---|
224 | </property>
|
---|
225 | </spacer>
|
---|
226 | </item>
|
---|
227 | <item>
|
---|
228 | <widget class="QPushButton" name="resetACButton">
|
---|
229 | <property name="text">
|
---|
230 | <string>&Reset</string>
|
---|
231 | </property>
|
---|
232 | </widget>
|
---|
233 | </item>
|
---|
234 | </layout>
|
---|
235 | </item>
|
---|
236 | </layout>
|
---|
237 | </widget>
|
---|
238 | <widget class="QWidget" name="options_page">
|
---|
239 | <attribute name="title">
|
---|
240 | <string notr="true">O&ptions for PLAYER</string>
|
---|
241 | </attribute>
|
---|
242 | <layout class="QVBoxLayout">
|
---|
243 | <property name="spacing">
|
---|
244 | <number>6</number>
|
---|
245 | </property>
|
---|
246 | <property name="margin">
|
---|
247 | <number>9</number>
|
---|
248 | </property>
|
---|
249 | <item>
|
---|
250 | <widget class="QGroupBox" name="groupBox">
|
---|
251 | <property name="title">
|
---|
252 | <string notr="true">Additional Options for PLAYER</string>
|
---|
253 | </property>
|
---|
254 | <layout class="QVBoxLayout">
|
---|
255 | <property name="spacing">
|
---|
256 | <number>6</number>
|
---|
257 | </property>
|
---|
258 | <property name="margin">
|
---|
259 | <number>9</number>
|
---|
260 | </property>
|
---|
261 | <item>
|
---|
262 | <widget class="QLabel" name="options_info_label">
|
---|
263 | <property name="text">
|
---|
264 | <string notr="true">Here you can pass extra options to PLAYER.
|
---|
265 | Write them separated by spaces.
|
---|
266 | Example: -flip -nosound</string>
|
---|
267 | </property>
|
---|
268 | <property name="alignment">
|
---|
269 | <set>Qt::AlignVCenter</set>
|
---|
270 | </property>
|
---|
271 | <property name="wordWrap">
|
---|
272 | <bool>false</bool>
|
---|
273 | </property>
|
---|
274 | </widget>
|
---|
275 | </item>
|
---|
276 | <item>
|
---|
277 | <layout class="QHBoxLayout">
|
---|
278 | <property name="spacing">
|
---|
279 | <number>6</number>
|
---|
280 | </property>
|
---|
281 | <property name="margin">
|
---|
282 | <number>0</number>
|
---|
283 | </property>
|
---|
284 | <item>
|
---|
285 | <widget class="QLabel" name="textLabel1_3">
|
---|
286 | <property name="text">
|
---|
287 | <string>&Options:</string>
|
---|
288 | </property>
|
---|
289 | <property name="wordWrap">
|
---|
290 | <bool>false</bool>
|
---|
291 | </property>
|
---|
292 | <property name="buddy">
|
---|
293 | <cstring>mplayer_args_edit</cstring>
|
---|
294 | </property>
|
---|
295 | </widget>
|
---|
296 | </item>
|
---|
297 | <item>
|
---|
298 | <widget class="QLineEdit" name="mplayer_args_edit"/>
|
---|
299 | </item>
|
---|
300 | </layout>
|
---|
301 | </item>
|
---|
302 | <item>
|
---|
303 | <widget class="Line" name="line2">
|
---|
304 | <property name="sizePolicy">
|
---|
305 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
---|
306 | <horstretch>0</horstretch>
|
---|
307 | <verstretch>0</verstretch>
|
---|
308 | </sizepolicy>
|
---|
309 | </property>
|
---|
310 | <property name="frameShape">
|
---|
311 | <enum>QFrame::HLine</enum>
|
---|
312 | </property>
|
---|
313 | <property name="frameShadow">
|
---|
314 | <enum>QFrame::Sunken</enum>
|
---|
315 | </property>
|
---|
316 | <property name="orientation">
|
---|
317 | <enum>Qt::Horizontal</enum>
|
---|
318 | </property>
|
---|
319 | </widget>
|
---|
320 | </item>
|
---|
321 | <item>
|
---|
322 | <widget class="QLabel" name="textLabel4_2">
|
---|
323 | <property name="text">
|
---|
324 | <string>You can also pass additional video filters.
|
---|
325 | Separate them with ",". Do not use spaces!
|
---|
326 | Example: scale=512:-2,mirror</string>
|
---|
327 | </property>
|
---|
328 | <property name="alignment">
|
---|
329 | <set>Qt::AlignVCenter</set>
|
---|
330 | </property>
|
---|
331 | <property name="wordWrap">
|
---|
332 | <bool>false</bool>
|
---|
333 | </property>
|
---|
334 | </widget>
|
---|
335 | </item>
|
---|
336 | <item>
|
---|
337 | <layout class="QHBoxLayout">
|
---|
338 | <property name="spacing">
|
---|
339 | <number>6</number>
|
---|
340 | </property>
|
---|
341 | <property name="margin">
|
---|
342 | <number>0</number>
|
---|
343 | </property>
|
---|
344 | <item>
|
---|
345 | <widget class="QLabel" name="textLabel2_3">
|
---|
346 | <property name="text">
|
---|
347 | <string>V&ideo filters:</string>
|
---|
348 | </property>
|
---|
349 | <property name="wordWrap">
|
---|
350 | <bool>false</bool>
|
---|
351 | </property>
|
---|
352 | <property name="buddy">
|
---|
353 | <cstring>mplayer_vfilters_edit</cstring>
|
---|
354 | </property>
|
---|
355 | </widget>
|
---|
356 | </item>
|
---|
357 | <item>
|
---|
358 | <widget class="QLineEdit" name="mplayer_vfilters_edit"/>
|
---|
359 | </item>
|
---|
360 | </layout>
|
---|
361 | </item>
|
---|
362 | <item>
|
---|
363 | <widget class="Line" name="line3">
|
---|
364 | <property name="sizePolicy">
|
---|
365 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
---|
366 | <horstretch>0</horstretch>
|
---|
367 | <verstretch>0</verstretch>
|
---|
368 | </sizepolicy>
|
---|
369 | </property>
|
---|
370 | <property name="frameShape">
|
---|
371 | <enum>QFrame::HLine</enum>
|
---|
372 | </property>
|
---|
373 | <property name="frameShadow">
|
---|
374 | <enum>QFrame::Sunken</enum>
|
---|
375 | </property>
|
---|
376 | <property name="orientation">
|
---|
377 | <enum>Qt::Horizontal</enum>
|
---|
378 | </property>
|
---|
379 | </widget>
|
---|
380 | </item>
|
---|
381 | <item>
|
---|
382 | <widget class="QLabel" name="textLabel5_2">
|
---|
383 | <property name="text">
|
---|
384 | <string>And finally audio filters. Same rule as for video filters.
|
---|
385 | Example: extrastereo,karaoke</string>
|
---|
386 | </property>
|
---|
387 | <property name="alignment">
|
---|
388 | <set>Qt::AlignVCenter</set>
|
---|
389 | </property>
|
---|
390 | <property name="wordWrap">
|
---|
391 | <bool>false</bool>
|
---|
392 | </property>
|
---|
393 | </widget>
|
---|
394 | </item>
|
---|
395 | <item>
|
---|
396 | <layout class="QHBoxLayout">
|
---|
397 | <property name="spacing">
|
---|
398 | <number>6</number>
|
---|
399 | </property>
|
---|
400 | <property name="margin">
|
---|
401 | <number>0</number>
|
---|
402 | </property>
|
---|
403 | <item>
|
---|
404 | <widget class="QLabel" name="textLabel3_3">
|
---|
405 | <property name="text">
|
---|
406 | <string>Audio &filters:</string>
|
---|
407 | </property>
|
---|
408 | <property name="wordWrap">
|
---|
409 | <bool>false</bool>
|
---|
410 | </property>
|
---|
411 | <property name="buddy">
|
---|
412 | <cstring>mplayer_afilters_edit</cstring>
|
---|
413 | </property>
|
---|
414 | </widget>
|
---|
415 | </item>
|
---|
416 | <item>
|
---|
417 | <widget class="QLineEdit" name="mplayer_afilters_edit"/>
|
---|
418 | </item>
|
---|
419 | </layout>
|
---|
420 | </item>
|
---|
421 | <item>
|
---|
422 | <spacer>
|
---|
423 | <property name="orientation">
|
---|
424 | <enum>Qt::Vertical</enum>
|
---|
425 | </property>
|
---|
426 | <property name="sizeHint" stdset="0">
|
---|
427 | <size>
|
---|
428 | <width>20</width>
|
---|
429 | <height>40</height>
|
---|
430 | </size>
|
---|
431 | </property>
|
---|
432 | </spacer>
|
---|
433 | </item>
|
---|
434 | </layout>
|
---|
435 | </widget>
|
---|
436 | </item>
|
---|
437 | </layout>
|
---|
438 | </widget>
|
---|
439 | </widget>
|
---|
440 | </item>
|
---|
441 | <item>
|
---|
442 | <widget class="QDialogButtonBox" name="buttonBox">
|
---|
443 | <property name="orientation">
|
---|
444 | <enum>Qt::Horizontal</enum>
|
---|
445 | </property>
|
---|
446 | <property name="standardButtons">
|
---|
447 | <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
---|
448 | </property>
|
---|
449 | </widget>
|
---|
450 | </item>
|
---|
451 | </layout>
|
---|
452 | </widget>
|
---|
453 | <layoutdefault spacing="6" margin="11"/>
|
---|
454 | <tabstops>
|
---|
455 | <tabstop>tabWidget</tabstop>
|
---|
456 | <tabstop>info_edit</tabstop>
|
---|
457 | <tabstop>buttonBox</tabstop>
|
---|
458 | <tabstop>demuxer_listbox</tabstop>
|
---|
459 | <tabstop>resetDemuxerButton</tabstop>
|
---|
460 | <tabstop>vc_listbox</tabstop>
|
---|
461 | <tabstop>resetVCButton</tabstop>
|
---|
462 | <tabstop>ac_listbox</tabstop>
|
---|
463 | <tabstop>resetACButton</tabstop>
|
---|
464 | <tabstop>mplayer_args_edit</tabstop>
|
---|
465 | <tabstop>mplayer_vfilters_edit</tabstop>
|
---|
466 | <tabstop>mplayer_afilters_edit</tabstop>
|
---|
467 | </tabstops>
|
---|
468 | <resources/>
|
---|
469 | <connections>
|
---|
470 | <connection>
|
---|
471 | <sender>buttonBox</sender>
|
---|
472 | <signal>accepted()</signal>
|
---|
473 | <receiver>FilePropertiesDialog</receiver>
|
---|
474 | <slot>accept()</slot>
|
---|
475 | <hints>
|
---|
476 | <hint type="sourcelabel">
|
---|
477 | <x>267</x>
|
---|
478 | <y>468</y>
|
---|
479 | </hint>
|
---|
480 | <hint type="destinationlabel">
|
---|
481 | <x>267</x>
|
---|
482 | <y>246</y>
|
---|
483 | </hint>
|
---|
484 | </hints>
|
---|
485 | </connection>
|
---|
486 | <connection>
|
---|
487 | <sender>buttonBox</sender>
|
---|
488 | <signal>rejected()</signal>
|
---|
489 | <receiver>FilePropertiesDialog</receiver>
|
---|
490 | <slot>reject()</slot>
|
---|
491 | <hints>
|
---|
492 | <hint type="sourcelabel">
|
---|
493 | <x>267</x>
|
---|
494 | <y>468</y>
|
---|
495 | </hint>
|
---|
496 | <hint type="destinationlabel">
|
---|
497 | <x>267</x>
|
---|
498 | <y>246</y>
|
---|
499 | </hint>
|
---|
500 | </hints>
|
---|
501 | </connection>
|
---|
502 | </connections>
|
---|
503 | </ui>
|
---|