~ubuntu-branches/ubuntu/wily/smplayer/wily

« back to all changes in this revision

Viewing changes to src/videopreview/videopreviewconfigdialog.ui

  • Committer: Bazaar Package Importer
  • Author(s): Maia Kozheva
  • Date: 2009-03-31 23:05:43 UTC
  • mfrom: (1.2.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20090331230543-0h2hfwpwlu9opbv2
* New upstream release. (Closes: #523791)
  - Reworked subtitle font preferences. (Closes: #503295)
  - No longer installs qt_fr.qm. (Closes: #486314)
* debian/control:
  - Bumped Standards-Version to 3.8.1.
  - Changed maintainer name (still the same person and GPG key).
  - Changed section to video.
  - Build-depend on zlib1g-dev for findsubtitles.
  - Require Qt >= 4.3 per readme.
  - Added ${misc:Depends}.
  - Make smplayer-translations depend on smplayer and smplayer recommend
    smplayer-translations, not the other way round. (Closes: #489375)
* debian/copyright:
  - Significantly expanded per-file with new upstream authors.
* debian/rules:
  - Make make use correct uic in install.
  - Clean svn_revision.
  - Removed get-orig-source - not needed with uscan --repack.
* debian/patches/01_gl_translation.patch:
  - Added patch to fix lrelease error on smplayer_gl.ts.
* Added debian/README.source for simple-patchsys.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
     </item>
 
175
     <item>
 
176
      <spacer>
 
177
       <property name="orientation" >
 
178
        <enum>Qt::Horizontal</enum>
 
179
       </property>
 
180
       <property name="sizeHint" >
 
181
        <size>
 
182
         <width>40</width>
 
183
         <height>20</height>
 
184
        </size>
 
185
       </property>
 
186
      </spacer>
 
187
     </item>
 
188
    </layout>
 
189
   </item>
 
190
   <item>
 
191
    <layout class="QHBoxLayout" >
 
192
     <item>
 
193
      <widget class="QLabel" name="label_6" >
 
194
       <property name="text" >
 
195
        <string>&amp;Maximum width:</string>
 
196
       </property>
 
197
       <property name="buddy" >
 
198
        <cstring>max_width_spin</cstring>
 
199
       </property>
 
200
      </widget>
 
201
     </item>
 
202
     <item>
 
203
      <widget class="QSpinBox" name="max_width_spin" >
 
204
       <property name="minimum" >
 
205
        <number>100</number>
 
206
       </property>
 
207
       <property name="maximum" >
 
208
        <number>2000</number>
 
209
       </property>
 
210
      </widget>
 
211
     </item>
 
212
     <item>
 
213
      <spacer>
 
214
       <property name="orientation" >
 
215
        <enum>Qt::Horizontal</enum>
 
216
       </property>
 
217
       <property name="sizeHint" >
 
218
        <size>
 
219
         <width>40</width>
 
220
         <height>20</height>
 
221
        </size>
 
222
       </property>
 
223
      </spacer>
 
224
     </item>
 
225
    </layout>
 
226
   </item>
 
227
   <item>
 
228
    <widget class="Line" name="line_3" >
 
229
     <property name="sizePolicy" >
 
230
      <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
 
231
       <horstretch>0</horstretch>
 
232
       <verstretch>0</verstretch>
 
233
      </sizepolicy>
 
234
     </property>
 
235
     <property name="orientation" >
 
236
      <enum>Qt::Horizontal</enum>
 
237
     </property>
 
238
    </widget>
 
239
   </item>
 
240
   <item>
 
241
    <layout class="QHBoxLayout" >
 
242
     <item>
 
243
      <widget class="QLabel" name="label_7" >
 
244
       <property name="text" >
 
245
        <string>&amp;Extract frames as</string>
 
246
       </property>
 
247
       <property name="buddy" >
 
248
        <cstring>format_combo</cstring>
 
249
       </property>
 
250
      </widget>
 
251
     </item>
 
252
     <item>
 
253
      <widget class="QComboBox" name="format_combo" />
 
254
     </item>
 
255
     <item>
 
256
      <spacer>
 
257
       <property name="orientation" >
 
258
        <enum>Qt::Horizontal</enum>
 
259
       </property>
 
260
       <property name="sizeHint" >
 
261
        <size>
 
262
         <width>71</width>
 
263
         <height>23</height>
 
264
        </size>
 
265
       </property>
 
266
      </spacer>
 
267
     </item>
 
268
    </layout>
 
269
   </item>
 
270
   <item>
 
271
    <widget class="Line" name="line" >
 
272
     <property name="sizePolicy" >
 
273
      <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
 
274
       <horstretch>0</horstretch>
 
275
       <verstretch>0</verstretch>
 
276
      </sizepolicy>
 
277
     </property>
 
278
     <property name="orientation" >
 
279
      <enum>Qt::Horizontal</enum>
 
280
     </property>
 
281
    </widget>
 
282
   </item>
 
283
   <item>
 
284
    <widget class="QCheckBox" name="save_last_directory_check" >
 
285
     <property name="text" >
 
286
      <string>Remember folder used to &amp;save the preview</string>
 
287
     </property>
 
288
    </widget>
 
289
   </item>
 
290
   <item>
 
291
    <widget class="Line" name="line_4" >
 
292
     <property name="sizePolicy" >
 
293
      <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
 
294
       <horstretch>0</horstretch>
 
295
       <verstretch>0</verstretch>
 
296
      </sizepolicy>
 
297
     </property>
 
298
     <property name="orientation" >
 
299
      <enum>Qt::Horizontal</enum>
 
300
     </property>
 
301
    </widget>
 
302
   </item>
 
303
   <item>
 
304
    <widget class="QDialogButtonBox" name="buttonBox" >
 
305
     <property name="orientation" >
 
306
      <enum>Qt::Horizontal</enum>
 
307
     </property>
 
308
     <property name="standardButtons" >
 
309
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
 
310
     </property>
 
311
    </widget>
 
312
   </item>
 
313
  </layout>
 
314
 </widget>
 
315
 <customwidgets>
 
316
  <customwidget>
 
317
   <class>FileChooser</class>
 
318
   <extends>QLineEdit</extends>
 
319
   <header>filechooser.h</header>
 
320
  </customwidget>
 
321
 </customwidgets>
 
322
 <tabstops>
 
323
  <tabstop>filename_edit</tabstop>
 
324
  <tabstop>dvd_device_edit</tabstop>
 
325
  <tabstop>columns_spin</tabstop>
 
326
  <tabstop>rows_spin</tabstop>
 
327
  <tabstop>osd_check</tabstop>
 
328
  <tabstop>aspect_ratio_combo</tabstop>
 
329
  <tabstop>initial_step_spin</tabstop>
 
330
  <tabstop>max_width_spin</tabstop>
 
331
  <tabstop>format_combo</tabstop>
 
332
  <tabstop>buttonBox</tabstop>
 
333
 </tabstops>
 
334
 <resources/>
 
335
 <connections>
 
336
  <connection>
 
337
   <sender>buttonBox</sender>
 
338
   <signal>accepted()</signal>
 
339
   <receiver>VideoPreviewConfigDialog</receiver>
 
340
   <slot>accept()</slot>
 
341
   <hints>
 
342
    <hint type="sourcelabel" >
 
343
     <x>248</x>
 
344
     <y>254</y>
 
345
    </hint>
 
346
    <hint type="destinationlabel" >
 
347
     <x>157</x>
 
348
     <y>274</y>
 
349
    </hint>
 
350
   </hints>
 
351
  </connection>
 
352
  <connection>
 
353
   <sender>buttonBox</sender>
 
354
   <signal>rejected()</signal>
 
355
   <receiver>VideoPreviewConfigDialog</receiver>
 
356
   <slot>reject()</slot>
 
357
   <hints>
 
358
    <hint type="sourcelabel" >
 
359
     <x>316</x>
 
360
     <y>260</y>
 
361
    </hint>
 
362
    <hint type="destinationlabel" >
 
363
     <x>286</x>
 
364
     <y>274</y>
 
365
    </hint>
 
366
   </hints>
 
367
  </connection>
 
368
 </connections>
 
369
</ui>