]> git.sesse.net Git - kdenlive/blob - src/widgets/clipproperties_ui.ui
*Re-introduce 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>159</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="4" 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       </layout>
357      </widget>
358      <widget class="QWidget" name="tab_advanced" >
359       <property name="geometry" >
360        <rect>
361         <x>0</x>
362         <y>0</y>
363         <width>263</width>
364         <height>159</height>
365        </rect>
366       </property>
367       <attribute name="title" >
368        <string>Advanced</string>
369       </attribute>
370       <layout class="QGridLayout" name="gridLayout_3" >
371        <item row="0" column="0" >
372         <widget class="QCheckBox" name="clip_force_ar" >
373          <property name="text" >
374           <string>Force aspect ratio</string>
375          </property>
376         </widget>
377        </item>
378        <item row="0" column="1" >
379         <widget class="KDoubleNumInput" name="clip_ar" />
380        </item>
381        <item row="1" column="0" >
382         <widget class="QLabel" name="label_4" >
383          <property name="text" >
384           <string>Decoding threads</string>
385          </property>
386         </widget>
387        </item>
388        <item row="1" column="1" >
389         <widget class="QSpinBox" name="clip_threads" >
390          <property name="maximum" >
391           <number>4</number>
392          </property>
393          <property name="value" >
394           <number>1</number>
395          </property>
396         </widget>
397        </item>
398        <item row="2" column="0" >
399         <widget class="QLabel" name="label" >
400          <property name="text" >
401           <string>Video index</string>
402          </property>
403         </widget>
404        </item>
405        <item row="2" column="1" >
406         <widget class="QSpinBox" name="clip_vindex" >
407          <property name="minimum" >
408           <number>-1</number>
409          </property>
410         </widget>
411        </item>
412        <item row="3" column="0" >
413         <widget class="QLabel" name="label_2" >
414          <property name="text" >
415           <string>Audio index</string>
416          </property>
417         </widget>
418        </item>
419        <item row="3" column="1" >
420         <widget class="QSpinBox" name="clip_aindex" >
421          <property name="minimum" >
422           <number>-1</number>
423          </property>
424         </widget>
425        </item>
426        <item row="4" column="1" >
427         <spacer name="verticalSpacer" >
428          <property name="orientation" >
429           <enum>Qt::Vertical</enum>
430          </property>
431          <property name="sizeHint" stdset="0" >
432           <size>
433            <width>20</width>
434            <height>19</height>
435           </size>
436          </property>
437         </spacer>
438        </item>
439       </layout>
440      </widget>
441     </widget>
442    </item>
443    <item row="7" column="1" colspan="2" >
444     <spacer name="verticalSpacer_4" >
445      <property name="orientation" >
446       <enum>Qt::Vertical</enum>
447      </property>
448      <property name="sizeHint" stdset="0" >
449       <size>
450        <width>20</width>
451        <height>17</height>
452       </size>
453      </property>
454     </spacer>
455    </item>
456    <item row="8" column="0" colspan="4" >
457     <widget class="QDialogButtonBox" name="buttonBox" >
458      <property name="orientation" >
459       <enum>Qt::Horizontal</enum>
460      </property>
461      <property name="standardButtons" >
462       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
463      </property>
464     </widget>
465    </item>
466   </layout>
467  </widget>
468  <customwidgets>
469   <customwidget>
470    <class>KColorButton</class>
471    <extends>QPushButton</extends>
472    <header>kcolorbutton.h</header>
473   </customwidget>
474   <customwidget>
475    <class>KComboBox</class>
476    <extends>QComboBox</extends>
477    <header>kcombobox.h</header>
478   </customwidget>
479   <customwidget>
480    <class>KDoubleNumInput</class>
481    <extends>QWidget</extends>
482    <header>knuminput.h</header>
483   </customwidget>
484   <customwidget>
485    <class>KLineEdit</class>
486    <extends>QLineEdit</extends>
487    <header>klineedit.h</header>
488   </customwidget>
489   <customwidget>
490    <class>KRestrictedLine</class>
491    <extends>KLineEdit</extends>
492    <header>krestrictedline.h</header>
493   </customwidget>
494  </customwidgets>
495  <resources/>
496  <connections>
497   <connection>
498    <sender>buttonBox</sender>
499    <signal>accepted()</signal>
500    <receiver>ClipProperties_UI</receiver>
501    <slot>accept()</slot>
502    <hints>
503     <hint type="sourcelabel" >
504      <x>248</x>
505      <y>254</y>
506     </hint>
507     <hint type="destinationlabel" >
508      <x>157</x>
509      <y>274</y>
510     </hint>
511    </hints>
512   </connection>
513   <connection>
514    <sender>buttonBox</sender>
515    <signal>rejected()</signal>
516    <receiver>ClipProperties_UI</receiver>
517    <slot>reject()</slot>
518    <hints>
519     <hint type="sourcelabel" >
520      <x>316</x>
521      <y>260</y>
522     </hint>
523     <hint type="destinationlabel" >
524      <x>286</x>
525      <y>274</y>
526     </hint>
527    </hints>
528   </connection>
529  </connections>
530 </ui>