source: smplayer/trunk/src/videopreview/videopreviewconfigdialog.ui@ 93

Last change on this file since 93 was 93, checked in by Silvan Scherrer, 15 years ago

smplayer: 0.6.9

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