]> git.sesse.net Git - kdenlive/blob - src/widgets/clipproperties_ui.ui
some progress on 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>315</width>
9     <height>440</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="7" column="1" colspan="2" >
79     <spacer name="verticalSpacer_4" >
80      <property name="orientation" >
81       <enum>Qt::Vertical</enum>
82      </property>
83      <property name="sizeHint" stdset="0" >
84       <size>
85        <width>20</width>
86        <height>17</height>
87       </size>
88      </property>
89     </spacer>
90    </item>
91    <item row="8" column="0" colspan="4" >
92     <widget class="QDialogButtonBox" name="buttonBox" >
93      <property name="orientation" >
94       <enum>Qt::Horizontal</enum>
95      </property>
96      <property name="standardButtons" >
97       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
98      </property>
99     </widget>
100    </item>
101    <item row="6" column="0" colspan="4" >
102     <widget class="QTabWidget" name="tabWidget" >
103      <property name="currentIndex" >
104       <number>3</number>
105      </property>
106      <widget class="QWidget" name="tab_video" >
107       <property name="geometry" >
108        <rect>
109         <x>0</x>
110         <y>0</y>
111         <width>288</width>
112         <height>210</height>
113        </rect>
114       </property>
115       <attribute name="title" >
116        <string>Video</string>
117       </attribute>
118       <layout class="QGridLayout" name="gridLayout" >
119        <item row="0" column="0" >
120         <widget class="QLabel" name="label_8" >
121          <property name="text" >
122           <string>Video codec</string>
123          </property>
124         </widget>
125        </item>
126        <item row="0" column="1" >
127         <widget class="KLineEdit" name="clip_vcodec" >
128          <property name="readOnly" >
129           <bool>true</bool>
130          </property>
131         </widget>
132        </item>
133        <item row="1" column="0" >
134         <widget class="QLabel" name="label_6" >
135          <property name="text" >
136           <string>Frame size</string>
137          </property>
138         </widget>
139        </item>
140        <item row="1" column="1" >
141         <widget class="KLineEdit" name="clip_size" >
142          <property name="readOnly" >
143           <bool>true</bool>
144          </property>
145         </widget>
146        </item>
147        <item row="2" column="0" >
148         <widget class="QLabel" name="label_7" >
149          <property name="text" >
150           <string>Frame rate</string>
151          </property>
152         </widget>
153        </item>
154        <item row="2" column="1" >
155         <widget class="KLineEdit" name="clip_fps" >
156          <property name="readOnly" >
157           <bool>true</bool>
158          </property>
159         </widget>
160        </item>
161        <item row="3" column="0" >
162         <widget class="QLabel" name="label_12" >
163          <property name="text" >
164           <string>Aspect ratio</string>
165          </property>
166         </widget>
167        </item>
168        <item row="3" column="1" >
169         <widget class="KLineEdit" name="clip_ratio" >
170          <property name="readOnly" >
171           <bool>true</bool>
172          </property>
173         </widget>
174        </item>
175        <item row="4" column="1" >
176         <spacer name="verticalSpacer_2" >
177          <property name="orientation" >
178           <enum>Qt::Vertical</enum>
179          </property>
180          <property name="sizeHint" stdset="0" >
181           <size>
182            <width>20</width>
183            <height>17</height>
184           </size>
185          </property>
186         </spacer>
187        </item>
188       </layout>
189      </widget>
190      <widget class="QWidget" name="tab_audio" >
191       <property name="geometry" >
192        <rect>
193         <x>0</x>
194         <y>0</y>
195         <width>288</width>
196         <height>210</height>
197        </rect>
198       </property>
199       <attribute name="title" >
200        <string>Audio</string>
201       </attribute>
202       <layout class="QGridLayout" name="gridLayout_4" >
203        <item row="0" column="1" colspan="2" >
204         <widget class="KLineEdit" name="clip_acodec" >
205          <property name="readOnly" >
206           <bool>true</bool>
207          </property>
208         </widget>
209        </item>
210        <item row="2" column="1" colspan="2" >
211         <widget class="KLineEdit" name="clip_frequency" >
212          <property name="readOnly" >
213           <bool>true</bool>
214          </property>
215         </widget>
216        </item>
217        <item row="3" column="2" >
218         <spacer name="verticalSpacer_3" >
219          <property name="orientation" >
220           <enum>Qt::Vertical</enum>
221          </property>
222          <property name="sizeHint" stdset="0" >
223           <size>
224            <width>77</width>
225            <height>52</height>
226           </size>
227          </property>
228         </spacer>
229        </item>
230        <item row="1" column="1" colspan="2" >
231         <widget class="KLineEdit" name="clip_channels" >
232          <property name="readOnly" >
233           <bool>true</bool>
234          </property>
235         </widget>
236        </item>
237        <item row="0" column="0" >
238         <widget class="QLabel" name="label_9" >
239          <property name="text" >
240           <string>Audio codec</string>
241          </property>
242         </widget>
243        </item>
244        <item row="1" column="0" >
245         <widget class="QLabel" name="label_11" >
246          <property name="text" >
247           <string>Channels</string>
248          </property>
249         </widget>
250        </item>
251        <item row="2" column="0" >
252         <widget class="QLabel" name="label_10" >
253          <property name="text" >
254           <string>Frequency</string>
255          </property>
256         </widget>
257        </item>
258       </layout>
259       <zorder>clip_acodec</zorder>
260       <zorder>clip_frequency</zorder>
261       <zorder>verticalSpacer_3</zorder>
262       <zorder>clip_channels</zorder>
263       <zorder>label_9</zorder>
264       <zorder>label_11</zorder>
265       <zorder>label_10</zorder>
266      </widget>
267      <widget class="QWidget" name="tab" >
268       <property name="geometry" >
269        <rect>
270         <x>0</x>
271         <y>0</y>
272         <width>288</width>
273         <height>210</height>
274        </rect>
275       </property>
276       <attribute name="title" >
277        <string>Color</string>
278       </attribute>
279       <layout class="QGridLayout" name="gridLayout_5" >
280        <item row="0" column="0" >
281         <widget class="QLabel" name="label_13" >
282          <property name="text" >
283           <string>Color</string>
284          </property>
285         </widget>
286        </item>
287        <item row="0" column="1" >
288         <widget class="KColorButton" name="clip_color" />
289        </item>
290        <item row="1" column="1" >
291         <spacer name="verticalSpacer_5" >
292          <property name="orientation" >
293           <enum>Qt::Vertical</enum>
294          </property>
295          <property name="sizeHint" stdset="0" >
296           <size>
297            <width>122</width>
298            <height>118</height>
299           </size>
300          </property>
301         </spacer>
302        </item>
303       </layout>
304      </widget>
305      <widget class="QWidget" name="tab_2" >
306       <property name="geometry" >
307        <rect>
308         <x>0</x>
309         <y>0</y>
310         <width>299</width>
311         <height>194</height>
312        </rect>
313       </property>
314       <attribute name="title" >
315        <string>Slideshow</string>
316       </attribute>
317       <layout class="QGridLayout" name="gridLayout_6" >
318        <item row="0" column="0" >
319         <widget class="QLabel" name="label_14" >
320          <property name="text" >
321           <string>Image type</string>
322          </property>
323         </widget>
324        </item>
325        <item row="0" column="1" >
326         <widget class="KComboBox" name="image_type" />
327        </item>
328        <item row="1" column="0" >
329         <widget class="QLabel" name="clip_filesize_4" >
330          <property name="text" >
331           <string>Frame duration</string>
332          </property>
333         </widget>
334        </item>
335        <item row="1" column="1" >
336         <widget class="KRestrictedLine" name="slide_duration" >
337          <property name="inputMask" >
338           <string>99:99:99:99; </string>
339          </property>
340         </widget>
341        </item>
342        <item row="2" column="0" >
343         <widget class="QCheckBox" name="slide_loop" >
344          <property name="text" >
345           <string>Loop</string>
346          </property>
347         </widget>
348        </item>
349        <item row="3" column="0" >
350         <widget class="QCheckBox" name="slide_fade" >
351          <property name="text" >
352           <string>Crossfade</string>
353          </property>
354         </widget>
355        </item>
356        <item row="3" column="1" >
357         <widget class="KRestrictedLine" name="luma_duration" >
358          <property name="inputMask" >
359           <string>99:99:99:99; </string>
360          </property>
361         </widget>
362        </item>
363        <item row="4" column="0" >
364         <widget class="QCheckBox" name="slide_luma" >
365          <property name="text" >
366           <string>Luma file</string>
367          </property>
368         </widget>
369        </item>
370        <item row="4" column="1" >
371         <widget class="KComboBox" name="luma_file" />
372        </item>
373        <item row="5" column="0" colspan="2" >
374         <widget class="QLabel" name="slide_info" >
375          <property name="text" >
376           <string>No image found</string>
377          </property>
378         </widget>
379        </item>
380        <item row="6" column="1" >
381         <spacer name="verticalSpacer_6" >
382          <property name="orientation" >
383           <enum>Qt::Vertical</enum>
384          </property>
385          <property name="sizeHint" stdset="0" >
386           <size>
387            <width>20</width>
388            <height>15</height>
389           </size>
390          </property>
391         </spacer>
392        </item>
393       </layout>
394      </widget>
395      <widget class="QWidget" name="tab_3" >
396       <property name="geometry" >
397        <rect>
398         <x>0</x>
399         <y>0</y>
400         <width>288</width>
401         <height>210</height>
402        </rect>
403       </property>
404       <attribute name="title" >
405        <string>Markers</string>
406       </attribute>
407       <layout class="QGridLayout" name="gridLayout_7" >
408        <item row="0" column="0" colspan="4" >
409         <widget class="QTreeWidget" name="markers_list" >
410          <property name="alternatingRowColors" >
411           <bool>true</bool>
412          </property>
413          <property name="rootIsDecorated" >
414           <bool>false</bool>
415          </property>
416          <property name="itemsExpandable" >
417           <bool>false</bool>
418          </property>
419          <property name="allColumnsShowFocus" >
420           <bool>true</bool>
421          </property>
422          <property name="headerHidden" >
423           <bool>true</bool>
424          </property>
425          <column>
426           <property name="text" >
427            <string>Time</string>
428           </property>
429          </column>
430          <column>
431           <property name="text" >
432            <string>Comment</string>
433           </property>
434          </column>
435         </widget>
436        </item>
437        <item row="1" column="0" >
438         <widget class="QToolButton" name="marker_new" >
439          <property name="text" >
440           <string>N</string>
441          </property>
442         </widget>
443        </item>
444        <item row="1" column="1" >
445         <widget class="QToolButton" name="marker_edit" >
446          <property name="text" >
447           <string>E</string>
448          </property>
449         </widget>
450        </item>
451        <item row="1" column="2" >
452         <widget class="QToolButton" name="marker_delete" >
453          <property name="text" >
454           <string>D</string>
455          </property>
456         </widget>
457        </item>
458        <item row="1" column="3" >
459         <spacer name="horizontalSpacer" >
460          <property name="orientation" >
461           <enum>Qt::Horizontal</enum>
462          </property>
463          <property name="sizeHint" stdset="0" >
464           <size>
465            <width>177</width>
466            <height>20</height>
467           </size>
468          </property>
469         </spacer>
470        </item>
471       </layout>
472      </widget>
473      <widget class="QWidget" name="tab_advanced" >
474       <property name="geometry" >
475        <rect>
476         <x>0</x>
477         <y>0</y>
478         <width>288</width>
479         <height>210</height>
480        </rect>
481       </property>
482       <attribute name="title" >
483        <string>Advanced</string>
484       </attribute>
485       <layout class="QGridLayout" name="gridLayout_3" >
486        <item row="0" column="0" >
487         <widget class="QCheckBox" name="clip_force_ar" >
488          <property name="text" >
489           <string>Force aspect ratio</string>
490          </property>
491         </widget>
492        </item>
493        <item row="0" column="1" >
494         <widget class="KDoubleNumInput" name="clip_ar" />
495        </item>
496        <item row="1" column="0" >
497         <widget class="QLabel" name="label_4" >
498          <property name="text" >
499           <string>Decoding threads</string>
500          </property>
501         </widget>
502        </item>
503        <item row="1" column="1" >
504         <widget class="QSpinBox" name="clip_threads" >
505          <property name="maximum" >
506           <number>4</number>
507          </property>
508          <property name="value" >
509           <number>1</number>
510          </property>
511         </widget>
512        </item>
513        <item row="2" column="0" >
514         <widget class="QLabel" name="label" >
515          <property name="text" >
516           <string>Video index</string>
517          </property>
518         </widget>
519        </item>
520        <item row="2" column="1" >
521         <widget class="QSpinBox" name="clip_vindex" >
522          <property name="minimum" >
523           <number>-1</number>
524          </property>
525         </widget>
526        </item>
527        <item row="3" column="0" >
528         <widget class="QLabel" name="label_2" >
529          <property name="text" >
530           <string>Audio index</string>
531          </property>
532         </widget>
533        </item>
534        <item row="3" column="1" >
535         <widget class="QSpinBox" name="clip_aindex" >
536          <property name="minimum" >
537           <number>-1</number>
538          </property>
539         </widget>
540        </item>
541        <item row="4" column="1" >
542         <spacer name="verticalSpacer" >
543          <property name="orientation" >
544           <enum>Qt::Vertical</enum>
545          </property>
546          <property name="sizeHint" stdset="0" >
547           <size>
548            <width>20</width>
549            <height>19</height>
550           </size>
551          </property>
552         </spacer>
553        </item>
554       </layout>
555      </widget>
556     </widget>
557    </item>
558   </layout>
559   <zorder>clip_thumb</zorder>
560   <zorder>label_5</zorder>
561   <zorder>clip_path</zorder>
562   <zorder>label_3</zorder>
563   <zorder>clip_description</zorder>
564   <zorder>clip_filesize_2</zorder>
565   <zorder>clip_duration</zorder>
566   <zorder>clip_filesize_3</zorder>
567   <zorder>clip_filesize</zorder>
568   <zorder>buttonBox</zorder>
569   <zorder>tabWidget</zorder>
570  </widget>
571  <customwidgets>
572   <customwidget>
573    <class>KColorButton</class>
574    <extends>QPushButton</extends>
575    <header>kcolorbutton.h</header>
576   </customwidget>
577   <customwidget>
578    <class>KComboBox</class>
579    <extends>QComboBox</extends>
580    <header>kcombobox.h</header>
581   </customwidget>
582   <customwidget>
583    <class>KDoubleNumInput</class>
584    <extends>QWidget</extends>
585    <header>knuminput.h</header>
586   </customwidget>
587   <customwidget>
588    <class>KLineEdit</class>
589    <extends>QLineEdit</extends>
590    <header>klineedit.h</header>
591   </customwidget>
592   <customwidget>
593    <class>KRestrictedLine</class>
594    <extends>KLineEdit</extends>
595    <header>krestrictedline.h</header>
596   </customwidget>
597  </customwidgets>
598  <resources/>
599  <connections>
600   <connection>
601    <sender>buttonBox</sender>
602    <signal>accepted()</signal>
603    <receiver>ClipProperties_UI</receiver>
604    <slot>accept()</slot>
605    <hints>
606     <hint type="sourcelabel" >
607      <x>248</x>
608      <y>254</y>
609     </hint>
610     <hint type="destinationlabel" >
611      <x>157</x>
612      <y>274</y>
613     </hint>
614    </hints>
615   </connection>
616   <connection>
617    <sender>buttonBox</sender>
618    <signal>rejected()</signal>
619    <receiver>ClipProperties_UI</receiver>
620    <slot>reject()</slot>
621    <hints>
622     <hint type="sourcelabel" >
623      <x>316</x>
624      <y>260</y>
625     </hint>
626     <hint type="destinationlabel" >
627      <x>286</x>
628      <y>274</y>
629     </hint>
630    </hints>
631   </connection>
632  </connections>
633 </ui>