1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <ui version="4.0">
|
---|
3 | <class>VideoPreviewConfigDialog</class>
|
---|
4 | <widget class="QDialog" name="VideoPreviewConfigDialog">
|
---|
5 | <property name="geometry">
|
---|
6 | <rect>
|
---|
7 | <x>0</x>
|
---|
8 | <y>0</y>
|
---|
9 | <width>452</width>
|
---|
10 | <height>382</height>
|
---|
11 | </rect>
|
---|
12 | </property>
|
---|
13 | <property name="windowTitle">
|
---|
14 | <string>Thumbnail Generator</string>
|
---|
15 | </property>
|
---|
16 | <layout class="QVBoxLayout">
|
---|
17 | <item>
|
---|
18 | <layout class="QHBoxLayout">
|
---|
19 | <item>
|
---|
20 | <widget class="QLabel" name="label">
|
---|
21 | <property name="text">
|
---|
22 | <string>&File:</string>
|
---|
23 | </property>
|
---|
24 | <property name="buddy">
|
---|
25 | <cstring>filename_edit</cstring>
|
---|
26 | </property>
|
---|
27 | </widget>
|
---|
28 | </item>
|
---|
29 | <item>
|
---|
30 | <widget class="FileChooser" name="filename_edit"/>
|
---|
31 | </item>
|
---|
32 | </layout>
|
---|
33 | </item>
|
---|
34 | <item>
|
---|
35 | <layout class="QHBoxLayout">
|
---|
36 | <item>
|
---|
37 | <widget class="QLabel" name="dvd_device_label">
|
---|
38 | <property name="text">
|
---|
39 | <string>&DVD device:</string>
|
---|
40 | </property>
|
---|
41 | <property name="buddy">
|
---|
42 | <cstring>dvd_device_edit</cstring>
|
---|
43 | </property>
|
---|
44 | </widget>
|
---|
45 | </item>
|
---|
46 | <item>
|
---|
47 | <widget class="QLineEdit" name="dvd_device_edit"/>
|
---|
48 | </item>
|
---|
49 | </layout>
|
---|
50 | </item>
|
---|
51 | <item>
|
---|
52 | <layout class="QHBoxLayout">
|
---|
53 | <item>
|
---|
54 | <widget class="QLabel" name="label_2">
|
---|
55 | <property name="text">
|
---|
56 | <string>&Columns:</string>
|
---|
57 | </property>
|
---|
58 | <property name="alignment">
|
---|
59 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
60 | </property>
|
---|
61 | <property name="buddy">
|
---|
62 | <cstring>columns_spin</cstring>
|
---|
63 | </property>
|
---|
64 | </widget>
|
---|
65 | </item>
|
---|
66 | <item>
|
---|
67 | <widget class="QSpinBox" name="columns_spin">
|
---|
68 | <property name="minimum">
|
---|
69 | <number>1</number>
|
---|
70 | </property>
|
---|
71 | <property name="maximum">
|
---|
72 | <number>10</number>
|
---|
73 | </property>
|
---|
74 | </widget>
|
---|
75 | </item>
|
---|
76 | <item>
|
---|
77 | <spacer>
|
---|
78 | <property name="orientation">
|
---|
79 | <enum>Qt::Horizontal</enum>
|
---|
80 | </property>
|
---|
81 | <property name="sizeHint" stdset="0">
|
---|
82 | <size>
|
---|
83 | <width>40</width>
|
---|
84 | <height>20</height>
|
---|
85 | </size>
|
---|
86 | </property>
|
---|
87 | </spacer>
|
---|
88 | </item>
|
---|
89 | <item>
|
---|
90 | <widget class="QLabel" name="label_3">
|
---|
91 | <property name="text">
|
---|
92 | <string>&Rows:</string>
|
---|
93 | </property>
|
---|
94 | <property name="alignment">
|
---|
95 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
96 | </property>
|
---|
97 | <property name="buddy">
|
---|
98 | <cstring>rows_spin</cstring>
|
---|
99 | </property>
|
---|
100 | </widget>
|
---|
101 | </item>
|
---|
102 | <item>
|
---|
103 | <widget class="QSpinBox" name="rows_spin">
|
---|
104 | <property name="minimum">
|
---|
105 | <number>1</number>
|
---|
106 | </property>
|
---|
107 | </widget>
|
---|
108 | </item>
|
---|
109 | </layout>
|
---|
110 | </item>
|
---|
111 | <item>
|
---|
112 | <widget class="QCheckBox" name="osd_check">
|
---|
113 | <property name="text">
|
---|
114 | <string>Add playing &time to thumbnails</string>
|
---|
115 | </property>
|
---|
116 | </widget>
|
---|
117 | </item>
|
---|
118 | <item>
|
---|
119 | <widget class="Line" name="line_2">
|
---|
120 | <property name="sizePolicy">
|
---|
121 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
---|
122 | <horstretch>0</horstretch>
|
---|
123 | <verstretch>0</verstretch>
|
---|
124 | </sizepolicy>
|
---|
125 | </property>
|
---|
126 | <property name="orientation">
|
---|
127 | <enum>Qt::Horizontal</enum>
|
---|
128 | </property>
|
---|
129 | </widget>
|
---|
130 | </item>
|
---|
131 | <item>
|
---|
132 | <layout class="QHBoxLayout">
|
---|
133 | <item>
|
---|
134 | <widget class="QLabel" name="label_5">
|
---|
135 | <property name="text">
|
---|
136 | <string>&Aspect ratio:</string>
|
---|
137 | </property>
|
---|
138 | <property name="buddy">
|
---|
139 | <cstring>aspect_ratio_combo</cstring>
|
---|
140 | </property>
|
---|
141 | </widget>
|
---|
142 | </item>
|
---|
143 | <item>
|
---|
144 | <widget class="QComboBox" name="aspect_ratio_combo"/>
|
---|
145 | </item>
|
---|
146 | <item>
|
---|
147 | <spacer>
|
---|
148 | <property name="orientation">
|
---|
149 | <enum>Qt::Horizontal</enum>
|
---|
150 | </property>
|
---|
151 | <property name="sizeHint" stdset="0">
|
---|
152 | <size>
|
---|
153 | <width>101</width>
|
---|
154 | <height>20</height>
|
---|
155 | </size>
|
---|
156 | </property>
|
---|
157 | </spacer>
|
---|
158 | </item>
|
---|
159 | </layout>
|
---|
160 | </item>
|
---|
161 | <item>
|
---|
162 | <layout class="QHBoxLayout">
|
---|
163 | <item>
|
---|
164 | <widget class="QLabel" name="label_4">
|
---|
165 | <property name="text">
|
---|
166 | <string>&Seconds to skip at the beginning:</string>
|
---|
167 | </property>
|
---|
168 | <property name="buddy">
|
---|
169 | <cstring>initial_step_spin</cstring>
|
---|
170 | </property>
|
---|
171 | </widget>
|
---|
172 | </item>
|
---|
173 | <item>
|
---|
174 | <widget class="QSpinBox" name="initial_step_spin">
|
---|
175 | <property name="maximum">
|
---|
176 | <number>9999</number>
|
---|
177 | </property>
|
---|
178 | </widget>
|
---|
179 | </item>
|
---|
180 | <item>
|
---|
181 | <spacer>
|
---|
182 | <property name="orientation">
|
---|
183 | <enum>Qt::Horizontal</enum>
|
---|
184 | </property>
|
---|
185 | <property name="sizeHint" stdset="0">
|
---|
186 | <size>
|
---|
187 | <width>40</width>
|
---|
188 | <height>20</height>
|
---|
189 | </size>
|
---|
190 | </property>
|
---|
191 | </spacer>
|
---|
192 | </item>
|
---|
193 | </layout>
|
---|
194 | </item>
|
---|
195 | <item>
|
---|
196 | <layout class="QHBoxLayout">
|
---|
197 | <item>
|
---|
198 | <widget class="QLabel" name="label_6">
|
---|
199 | <property name="text">
|
---|
200 | <string>&Maximum width:</string>
|
---|
201 | </property>
|
---|
202 | <property name="buddy">
|
---|
203 | <cstring>max_width_spin</cstring>
|
---|
204 | </property>
|
---|
205 | </widget>
|
---|
206 | </item>
|
---|
207 | <item>
|
---|
208 | <widget class="QSpinBox" name="max_width_spin">
|
---|
209 | <property name="minimum">
|
---|
210 | <number>100</number>
|
---|
211 | </property>
|
---|
212 | <property name="maximum">
|
---|
213 | <number>2000</number>
|
---|
214 | </property>
|
---|
215 | </widget>
|
---|
216 | </item>
|
---|
217 | <item>
|
---|
218 | <spacer>
|
---|
219 | <property name="orientation">
|
---|
220 | <enum>Qt::Horizontal</enum>
|
---|
221 | </property>
|
---|
222 | <property name="sizeHint" stdset="0">
|
---|
223 | <size>
|
---|
224 | <width>40</width>
|
---|
225 | <height>20</height>
|
---|
226 | </size>
|
---|
227 | </property>
|
---|
228 | </spacer>
|
---|
229 | </item>
|
---|
230 | </layout>
|
---|
231 | </item>
|
---|
232 | <item>
|
---|
233 | <widget class="Line" name="line_3">
|
---|
234 | <property name="sizePolicy">
|
---|
235 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
---|
236 | <horstretch>0</horstretch>
|
---|
237 | <verstretch>0</verstretch>
|
---|
238 | </sizepolicy>
|
---|
239 | </property>
|
---|
240 | <property name="orientation">
|
---|
241 | <enum>Qt::Horizontal</enum>
|
---|
242 | </property>
|
---|
243 | </widget>
|
---|
244 | </item>
|
---|
245 | <item>
|
---|
246 | <layout class="QHBoxLayout">
|
---|
247 | <item>
|
---|
248 | <widget class="QLabel" name="label_7">
|
---|
249 | <property name="text">
|
---|
250 | <string>&Extract frames as</string>
|
---|
251 | </property>
|
---|
252 | <property name="buddy">
|
---|
253 | <cstring>format_combo</cstring>
|
---|
254 | </property>
|
---|
255 | </widget>
|
---|
256 | </item>
|
---|
257 | <item>
|
---|
258 | <widget class="QComboBox" name="format_combo"/>
|
---|
259 | </item>
|
---|
260 | <item>
|
---|
261 | <spacer>
|
---|
262 | <property name="orientation">
|
---|
263 | <enum>Qt::Horizontal</enum>
|
---|
264 | </property>
|
---|
265 | <property name="sizeHint" stdset="0">
|
---|
266 | <size>
|
---|
267 | <width>71</width>
|
---|
268 | <height>23</height>
|
---|
269 | </size>
|
---|
270 | </property>
|
---|
271 | </spacer>
|
---|
272 | </item>
|
---|
273 | </layout>
|
---|
274 | </item>
|
---|
275 | <item>
|
---|
276 | <widget class="Line" name="line">
|
---|
277 | <property name="sizePolicy">
|
---|
278 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
---|
279 | <horstretch>0</horstretch>
|
---|
280 | <verstretch>0</verstretch>
|
---|
281 | </sizepolicy>
|
---|
282 | </property>
|
---|
283 | <property name="orientation">
|
---|
284 | <enum>Qt::Horizontal</enum>
|
---|
285 | </property>
|
---|
286 | </widget>
|
---|
287 | </item>
|
---|
288 | <item>
|
---|
289 | <widget class="QCheckBox" name="save_last_directory_check">
|
---|
290 | <property name="text">
|
---|
291 | <string>Remember folder used to &save the preview</string>
|
---|
292 | </property>
|
---|
293 | </widget>
|
---|
294 | </item>
|
---|
295 | <item>
|
---|
296 | <widget class="Line" name="line_4">
|
---|
297 | <property name="sizePolicy">
|
---|
298 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
---|
299 | <horstretch>0</horstretch>
|
---|
300 | <verstretch>0</verstretch>
|
---|
301 | </sizepolicy>
|
---|
302 | </property>
|
---|
303 | <property name="orientation">
|
---|
304 | <enum>Qt::Horizontal</enum>
|
---|
305 | </property>
|
---|
306 | </widget>
|
---|
307 | </item>
|
---|
308 | <item>
|
---|
309 | <widget class="QDialogButtonBox" name="buttonBox">
|
---|
310 | <property name="orientation">
|
---|
311 | <enum>Qt::Horizontal</enum>
|
---|
312 | </property>
|
---|
313 | <property name="standardButtons">
|
---|
314 | <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
---|
315 | </property>
|
---|
316 | </widget>
|
---|
317 | </item>
|
---|
318 | </layout>
|
---|
319 | </widget>
|
---|
320 | <customwidgets>
|
---|
321 | <customwidget>
|
---|
322 | <class>FileChooser</class>
|
---|
323 | <extends>QLineEdit</extends>
|
---|
324 | <header>filechooser.h</header>
|
---|
325 | </customwidget>
|
---|
326 | </customwidgets>
|
---|
327 | <tabstops>
|
---|
328 | <tabstop>filename_edit</tabstop>
|
---|
329 | <tabstop>dvd_device_edit</tabstop>
|
---|
330 | <tabstop>columns_spin</tabstop>
|
---|
331 | <tabstop>rows_spin</tabstop>
|
---|
332 | <tabstop>osd_check</tabstop>
|
---|
333 | <tabstop>aspect_ratio_combo</tabstop>
|
---|
334 | <tabstop>initial_step_spin</tabstop>
|
---|
335 | <tabstop>max_width_spin</tabstop>
|
---|
336 | <tabstop>format_combo</tabstop>
|
---|
337 | <tabstop>buttonBox</tabstop>
|
---|
338 | </tabstops>
|
---|
339 | <resources/>
|
---|
340 | <connections>
|
---|
341 | <connection>
|
---|
342 | <sender>buttonBox</sender>
|
---|
343 | <signal>accepted()</signal>
|
---|
344 | <receiver>VideoPreviewConfigDialog</receiver>
|
---|
345 | <slot>accept()</slot>
|
---|
346 | <hints>
|
---|
347 | <hint type="sourcelabel">
|
---|
348 | <x>248</x>
|
---|
349 | <y>254</y>
|
---|
350 | </hint>
|
---|
351 | <hint type="destinationlabel">
|
---|
352 | <x>157</x>
|
---|
353 | <y>274</y>
|
---|
354 | </hint>
|
---|
355 | </hints>
|
---|
356 | </connection>
|
---|
357 | <connection>
|
---|
358 | <sender>buttonBox</sender>
|
---|
359 | <signal>rejected()</signal>
|
---|
360 | <receiver>VideoPreviewConfigDialog</receiver>
|
---|
361 | <slot>reject()</slot>
|
---|
362 | <hints>
|
---|
363 | <hint type="sourcelabel">
|
---|
364 | <x>316</x>
|
---|
365 | <y>260</y>
|
---|
366 | </hint>
|
---|
367 | <hint type="destinationlabel">
|
---|
368 | <x>286</x>
|
---|
369 | <y>274</y>
|
---|
370 | </hint>
|
---|
371 | </hints>
|
---|
372 | </connection>
|
---|
373 | </connections>
|
---|
374 | </ui>
|
---|