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