]> git.sesse.net Git - kdenlive/blob - src/widgets/clipproperties_ui.ui
several updates for slideshow clips
[kdenlive] / src / widgets / clipproperties_ui.ui
1 <ui version="4.0" >
2  <class>ClipProperties_UI</class>
3  <widget class="QDialog" name="ClipProperties_UI" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>283</width>
9     <height>435</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Clip Properties</string>
14   </property>
15   <layout class="QGridLayout" name="gridLayout_2" >
16    <item row="0" column="0" colspan="4" >
17     <widget class="QLabel" name="clip_thumb" >
18      <property name="text" >
19       <string>Image preview</string>
20      </property>
21      <property name="alignment" >
22       <set>Qt::AlignCenter</set>
23      </property>
24     </widget>
25    </item>
26    <item row="1" column="0" colspan="4" >
27     <widget class="QLabel" name="label_5" >
28      <property name="text" >
29       <string>Path</string>
30      </property>
31     </widget>
32    </item>
33    <item row="2" column="0" colspan="4" >
34     <widget class="KLineEdit" name="clip_path" >
35      <property name="readOnly" >
36       <bool>true</bool>
37      </property>
38     </widget>
39    </item>
40    <item row="3" column="0" colspan="4" >
41     <widget class="QLabel" name="label_3" >
42      <property name="text" >
43       <string>Description</string>
44      </property>
45     </widget>
46    </item>
47    <item row="4" column="0" colspan="4" >
48     <widget class="KLineEdit" name="clip_description" />
49    </item>
50    <item row="5" column="0" >
51     <widget class="QLabel" name="clip_filesize_2" >
52      <property name="text" >
53       <string>Duration</string>
54      </property>
55     </widget>
56    </item>
57    <item row="5" column="1" >
58     <widget class="KRestrictedLine" name="clip_duration" >
59      <property name="inputMask" >
60       <string>99:99:99:99; </string>
61      </property>
62     </widget>
63    </item>
64    <item row="5" column="2" >
65     <widget class="QLabel" name="clip_filesize_3" >
66      <property name="text" >
67       <string>Size:</string>
68      </property>
69     </widget>
70    </item>
71    <item row="5" column="3" >
72     <widget class="QLabel" name="clip_filesize" >
73      <property name="text" >
74       <string>File size</string>
75      </property>
76     </widget>
77    </item>
78    <item row="6" column="0" colspan="4" >
79     <widget class="QTabWidget" name="tabWidget" >
80      <property name="currentIndex" >
81       <number>3</number>
82      </property>
83      <widget class="QWidget" name="tab_video" >
84       <property name="geometry" >
85        <rect>
86         <x>0</x>
87         <y>0</y>
88         <width>263</width>
89         <height>159</height>
90        </rect>
91       </property>
92       <attribute name="title" >
93        <string>Video</string>
94       </attribute>
95       <layout class="QGridLayout" name="gridLayout" >
96        <item row="0" column="0" >
97         <widget class="QLabel" name="label_8" >
98          <property name="text" >
99           <string>Video codec</string>
100          </property>
101         </widget>
102        </item>
103        <item row="0" column="1" >
104         <widget class="KLineEdit" name="clip_vcodec" >
105          <property name="readOnly" >
106           <bool>true</bool>
107          </property>
108         </widget>
109        </item>
110        <item row="1" column="0" >
111         <widget class="QLabel" name="label_6" >
112          <property name="text" >
113           <string>Frame size</string>
114          </property>
115         </widget>
116        </item>
117        <item row="1" column="1" >
118         <widget class="KLineEdit" name="clip_size" >
119          <property name="readOnly" >
120           <bool>true</bool>
121          </property>
122         </widget>
123        </item>
124        <item row="2" column="0" >
125         <widget class="QLabel" name="label_7" >
126          <property name="text" >
127           <string>Frame rate</string>
128          </property>
129         </widget>
130        </item>
131        <item row="2" column="1" >
132         <widget class="KLineEdit" name="clip_fps" >
133          <property name="readOnly" >
134           <bool>true</bool>
135          </property>
136         </widget>
137        </item>
138        <item row="3" column="0" >
139         <widget class="QLabel" name="label_12" >
140          <property name="text" >
141           <string>Aspect ratio</string>
142          </property>
143         </widget>
144        </item>
145        <item row="3" column="1" >
146         <widget class="KLineEdit" name="clip_ratio" >
147          <property name="readOnly" >
148           <bool>true</bool>
149          </property>
150         </widget>
151        </item>
152        <item row="4" column="1" >
153         <spacer name="verticalSpacer_2" >
154          <property name="orientation" >
155           <enum>Qt::Vertical</enum>
156          </property>
157          <property name="sizeHint" stdset="0" >
158           <size>
159            <width>20</width>
160            <height>17</height>
161           </size>
162          </property>
163         </spacer>
164        </item>
165       </layout>
166      </widget>
167      <widget class="QWidget" name="tab_audio" >
168       <property name="geometry" >
169        <rect>
170         <x>0</x>
171         <y>0</y>
172         <width>263</width>
173         <height>159</height>
174        </rect>
175       </property>
176       <attribute name="title" >
177        <string>Audio</string>
178       </attribute>
179       <layout class="QGridLayout" name="gridLayout_4" >
180        <item row="0" column="1" colspan="2" >
181         <widget class="KLineEdit" name="clip_acodec" >
182          <property name="readOnly" >
183           <bool>true</bool>
184          </property>
185         </widget>
186        </item>
187        <item row="2" column="1" colspan="2" >
188         <widget class="KLineEdit" name="clip_frequency" >
189          <property name="readOnly" >
190           <bool>true</bool>
191          </property>
192         </widget>
193        </item>
194        <item row="3" column="2" >
195         <spacer name="verticalSpacer_3" >
196          <property name="orientation" >
197           <enum>Qt::Vertical</enum>
198          </property>
199          <property name="sizeHint" stdset="0" >
200           <size>
201            <width>77</width>
202            <height>52</height>
203           </size>
204          </property>
205         </spacer>
206        </item>
207        <item row="1" column="1" colspan="2" >
208         <widget class="KLineEdit" name="clip_channels" >
209          <property name="readOnly" >
210           <bool>true</bool>
211          </property>
212         </widget>
213        </item>
214        <item row="0" column="0" >
215         <widget class="QLabel" name="label_9" >
216          <property name="text" >
217           <string>Audio codec</string>
218          </property>
219         </widget>
220        </item>
221        <item row="1" column="0" >
222         <widget class="QLabel" name="label_11" >
223          <property name="text" >
224           <string>Channels</string>
225          </property>
226         </widget>
227        </item>
228        <item row="2" column="0" >
229         <widget class="QLabel" name="label_10" >
230          <property name="text" >
231           <string>Frequency</string>
232          </property>
233         </widget>
234        </item>
235       </layout>
236       <zorder>clip_acodec</zorder>
237       <zorder>clip_frequency</zorder>
238       <zorder>verticalSpacer_3</zorder>
239       <zorder>clip_channels</zorder>
240       <zorder>label_9</zorder>
241       <zorder>label_11</zorder>
242       <zorder>label_10</zorder>
243      </widget>
244      <widget class="QWidget" name="tab" >
245       <property name="geometry" >
246        <rect>
247         <x>0</x>
248         <y>0</y>
249         <width>263</width>
250         <height>159</height>
251        </rect>
252       </property>
253       <attribute name="title" >
254        <string>Color</string>
255       </attribute>
256       <layout class="QGridLayout" name="gridLayout_5" >
257        <item row="0" column="0" >
258         <widget class="QLabel" name="label_13" >
259          <property name="text" >
260           <string>Color</string>
261          </property>
262         </widget>
263        </item>
264        <item row="0" column="1" >
265         <widget class="KColorButton" name="clip_color" />
266        </item>
267        <item row="1" column="1" >
268         <spacer name="verticalSpacer_5" >
269          <property name="orientation" >
270           <enum>Qt::Vertical</enum>
271          </property>
272          <property name="sizeHint" stdset="0" >
273           <size>
274            <width>122</width>
275            <height>118</height>
276           </size>
277          </property>
278         </spacer>
279        </item>
280       </layout>
281      </widget>
282      <widget class="QWidget" name="tab_2" >
283       <property name="geometry" >
284        <rect>
285         <x>0</x>
286         <y>0</y>
287         <width>263</width>
288         <height>164</height>
289        </rect>
290       </property>
291       <attribute name="title" >
292        <string>Slideshow</string>
293       </attribute>
294       <layout class="QGridLayout" name="gridLayout_6" >
295        <item row="0" column="0" >
296         <widget class="QLabel" name="label_14" >
297          <property name="text" >
298           <string>Image type</string>
299          </property>
300         </widget>
301        </item>
302        <item row="0" column="1" >
303         <widget class="KComboBox" name="image_type" />
304        </item>
305        <item row="1" column="0" >
306         <widget class="QLabel" name="clip_filesize_4" >
307          <property name="text" >
308           <string>Frame duration</string>
309          </property>
310         </widget>
311        </item>
312        <item row="1" column="1" >
313         <widget class="KRestrictedLine" name="slide_duration" >
314          <property name="inputMask" >
315           <string>99:99:99:99; </string>
316          </property>
317         </widget>
318        </item>
319        <item row="2" column="0" >
320         <widget class="QCheckBox" name="slide_fade" >
321          <property name="text" >
322           <string>Crossfade</string>
323          </property>
324         </widget>
325        </item>
326        <item row="3" column="0" >
327         <widget class="QCheckBox" name="slide_luma" >
328          <property name="text" >
329           <string>Luma file</string>
330          </property>
331         </widget>
332        </item>
333        <item row="3" column="1" >
334         <widget class="KComboBox" name="luma_file" />
335        </item>
336        <item row="5" column="1" >
337         <spacer name="verticalSpacer_6" >
338          <property name="orientation" >
339           <enum>Qt::Vertical</enum>
340          </property>
341          <property name="sizeHint" stdset="0" >
342           <size>
343            <width>20</width>
344            <height>15</height>
345           </size>
346          </property>
347         </spacer>
348        </item>
349        <item row="2" column="1" >
350         <widget class="QCheckBox" name="slide_loop" >
351          <property name="text" >
352           <string>Loop</string>
353          </property>
354         </widget>
355        </item>
356        <item row="4" column="0" colspan="2" >
357         <widget class="QLabel" name="slide_info" >
358          <property name="text" >
359           <string>No image found</string>
360          </property>
361         </widget>
362        </item>
363       </layout>
364      </widget>
365      <widget class="QWidget" name="tab_advanced" >
366       <property name="geometry" >
367        <rect>
368         <x>0</x>
369         <y>0</y>
370         <width>263</width>
371         <height>159</height>
372        </rect>
373       </property>
374       <attribute name="title" >
375        <string>Advanced</string>
376       </attribute>
377       <layout class="QGridLayout" name="gridLayout_3" >
378        <item row="0" column="0" >
379         <widget class="QCheckBox" name="clip_force_ar" >
380          <property name="text" >
381           <string>Force aspect ratio</string>
382          </property>
383         </widget>
384        </item>
385        <item row="0" column="1" >
386         <widget class="KDoubleNumInput" name="clip_ar" />
387        </item>
388        <item row="1" column="0" >
389         <widget class="QLabel" name="label_4" >
390          <property name="text" >
391           <string>Decoding threads</string>
392          </property>
393         </widget>
394        </item>
395        <item row="1" column="1" >
396         <widget class="QSpinBox" name="clip_threads" >
397          <property name="maximum" >
398           <number>4</number>
399          </property>
400          <property name="value" >
401           <number>1</number>
402          </property>
403         </widget>
404        </item>
405        <item row="2" column="0" >
406         <widget class="QLabel" name="label" >
407          <property name="text" >
408           <string>Video index</string>
409          </property>
410         </widget>
411        </item>
412        <item row="2" column="1" >
413         <widget class="QSpinBox" name="clip_vindex" >
414          <property name="minimum" >
415           <number>-1</number>
416          </property>
417         </widget>
418        </item>
419        <item row="3" column="0" >
420         <widget class="QLabel" name="label_2" >
421          <property name="text" >
422           <string>Audio index</string>
423          </property>
424         </widget>
425        </item>
426        <item row="3" column="1" >
427         <widget class="QSpinBox" name="clip_aindex" >
428          <property name="minimum" >
429           <number>-1</number>
430          </property>
431         </widget>
432        </item>
433        <item row="4" column="1" >
434         <spacer name="verticalSpacer" >
435          <property name="orientation" >
436           <enum>Qt::Vertical</enum>
437          </property>
438          <property name="sizeHint" stdset="0" >
439           <size>
440            <width>20</width>
441            <height>19</height>
442           </size>
443          </property>
444         </spacer>
445        </item>
446       </layout>
447      </widget>
448     </widget>
449    </item>
450    <item row="7" column="1" colspan="2" >
451     <spacer name="verticalSpacer_4" >
452      <property name="orientation" >
453       <enum>Qt::Vertical</enum>
454      </property>
455      <property name="sizeHint" stdset="0" >
456       <size>
457        <width>20</width>
458        <height>17</height>
459       </size>
460      </property>
461     </spacer>
462    </item>
463    <item row="8" column="0" colspan="4" >
464     <widget class="QDialogButtonBox" name="buttonBox" >
465      <property name="orientation" >
466       <enum>Qt::Horizontal</enum>
467      </property>
468      <property name="standardButtons" >
469       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
470      </property>
471     </widget>
472    </item>
473   </layout>
474  </widget>
475  <customwidgets>
476   <customwidget>
477    <class>KColorButton</class>
478    <extends>QPushButton</extends>
479    <header>kcolorbutton.h</header>
480   </customwidget>
481   <customwidget>
482    <class>KComboBox</class>
483    <extends>QComboBox</extends>
484    <header>kcombobox.h</header>
485   </customwidget>
486   <customwidget>
487    <class>KDoubleNumInput</class>
488    <extends>QWidget</extends>
489    <header>knuminput.h</header>
490   </customwidget>
491   <customwidget>
492    <class>KLineEdit</class>
493    <extends>QLineEdit</extends>
494    <header>klineedit.h</header>
495   </customwidget>
496   <customwidget>
497    <class>KRestrictedLine</class>
498    <extends>KLineEdit</extends>
499    <header>krestrictedline.h</header>
500   </customwidget>
501  </customwidgets>
502  <resources/>
503  <connections>
504   <connection>
505    <sender>buttonBox</sender>
506    <signal>accepted()</signal>
507    <receiver>ClipProperties_UI</receiver>
508    <slot>accept()</slot>
509    <hints>
510     <hint type="sourcelabel" >
511      <x>248</x>
512      <y>254</y>
513     </hint>
514     <hint type="destinationlabel" >
515      <x>157</x>
516      <y>274</y>
517     </hint>
518    </hints>
519   </connection>
520   <connection>
521    <sender>buttonBox</sender>
522    <signal>rejected()</signal>
523    <receiver>ClipProperties_UI</receiver>
524    <slot>reject()</slot>
525    <hints>
526     <hint type="sourcelabel" >
527      <x>316</x>
528      <y>260</y>
529     </hint>
530     <hint type="destinationlabel" >
531      <x>286</x>
532      <y>274</y>
533     </hint>
534    </hints>
535   </connection>
536  </connections>
537 </ui>