]> git.sesse.net Git - kdenlive/blob - src/widgets/clipproperties_ui.ui
Add animation feature to Slideshow Clip.
[kdenlive] / src / widgets / clipproperties_ui.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>ClipProperties_UI</class>
4  <widget class="QDialog" name="ClipProperties_UI">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>306</width>
10     <height>478</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Clip Properties</string>
15   </property>
16   <layout class="QGridLayout" name="gridLayout_2">
17    <item row="7" column="1" colspan="2">
18     <spacer name="verticalSpacer_4">
19      <property name="orientation">
20       <enum>Qt::Vertical</enum>
21      </property>
22      <property name="sizeHint" stdset="0">
23       <size>
24        <width>20</width>
25        <height>17</height>
26       </size>
27      </property>
28     </spacer>
29    </item>
30    <item row="1" column="0" colspan="4">
31     <widget class="QLabel" name="label_path">
32      <property name="text">
33       <string>Path</string>
34      </property>
35     </widget>
36    </item>
37    <item row="2" column="0" colspan="4">
38     <widget class="KLineEdit" name="clip_path">
39      <property name="readOnly">
40       <bool>true</bool>
41      </property>
42     </widget>
43    </item>
44    <item row="3" column="0" colspan="4">
45     <widget class="QLabel" name="label_description">
46      <property name="text">
47       <string>Description</string>
48      </property>
49     </widget>
50    </item>
51    <item row="4" column="0" colspan="4">
52     <widget class="KLineEdit" name="clip_description"/>
53    </item>
54    <item row="5" column="0">
55     <widget class="QLabel" name="label_duration">
56      <property name="text">
57       <string>Duration</string>
58      </property>
59     </widget>
60    </item>
61    <item row="5" column="1">
62     <widget class="KRestrictedLine" name="clip_duration">
63      <property name="inputMask">
64       <string>99:99:99:99; </string>
65      </property>
66     </widget>
67    </item>
68    <item row="5" column="2">
69     <widget class="QLabel" name="label_size">
70      <property name="text">
71       <string>Size:</string>
72      </property>
73     </widget>
74    </item>
75    <item row="5" column="3">
76     <widget class="QLabel" name="clip_filesize">
77      <property name="text">
78       <string>File size</string>
79      </property>
80     </widget>
81    </item>
82    <item row="8" column="0" colspan="4">
83     <widget class="QDialogButtonBox" name="buttonBox">
84      <property name="orientation">
85       <enum>Qt::Horizontal</enum>
86      </property>
87      <property name="standardButtons">
88       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
89      </property>
90     </widget>
91    </item>
92    <item row="0" column="0" colspan="4">
93     <widget class="QLabel" name="clip_thumb">
94      <property name="text">
95       <string>Image preview</string>
96      </property>
97      <property name="alignment">
98       <set>Qt::AlignCenter</set>
99      </property>
100     </widget>
101    </item>
102    <item row="6" column="0" colspan="4">
103     <widget class="QTabWidget" name="tabWidget">
104      <property name="currentIndex">
105       <number>0</number>
106      </property>
107      <widget class="QWidget" name="tab_video">
108       <attribute name="title">
109        <string>Video</string>
110       </attribute>
111       <layout class="QGridLayout" name="gridLayout">
112        <item row="0" column="0" colspan="2">
113         <widget class="QLabel" name="label_8">
114          <property name="text">
115           <string>Video codec</string>
116          </property>
117         </widget>
118        </item>
119        <item row="0" column="2">
120         <widget class="KLineEdit" name="clip_vcodec">
121          <property name="readOnly">
122           <bool>true</bool>
123          </property>
124         </widget>
125        </item>
126        <item row="1" column="0" colspan="2">
127         <widget class="QLabel" name="label_6">
128          <property name="text">
129           <string>Frame size</string>
130          </property>
131         </widget>
132        </item>
133        <item row="1" column="2">
134         <widget class="KLineEdit" name="clip_size">
135          <property name="readOnly">
136           <bool>true</bool>
137          </property>
138         </widget>
139        </item>
140        <item row="2" column="0" colspan="2">
141         <widget class="QLabel" name="label_7">
142          <property name="text">
143           <string>Frame rate</string>
144          </property>
145         </widget>
146        </item>
147        <item row="2" column="2">
148         <widget class="KLineEdit" name="clip_fps">
149          <property name="readOnly">
150           <bool>true</bool>
151          </property>
152         </widget>
153        </item>
154        <item row="3" column="0" colspan="2">
155         <widget class="QLabel" name="label_12">
156          <property name="text">
157           <string>Pixel aspect ratio</string>
158          </property>
159         </widget>
160        </item>
161        <item row="3" column="2">
162         <widget class="KLineEdit" name="clip_ratio">
163          <property name="readOnly">
164           <bool>true</bool>
165          </property>
166         </widget>
167        </item>
168        <item row="4" column="2">
169         <spacer name="verticalSpacer_2">
170          <property name="orientation">
171           <enum>Qt::Vertical</enum>
172          </property>
173          <property name="sizeHint" stdset="0">
174           <size>
175            <width>20</width>
176            <height>17</height>
177           </size>
178          </property>
179         </spacer>
180        </item>
181       </layout>
182      </widget>
183      <widget class="QWidget" name="tab_audio">
184       <attribute name="title">
185        <string>Audio</string>
186       </attribute>
187       <layout class="QGridLayout" name="gridLayout_4">
188        <item row="0" column="1" colspan="2">
189         <widget class="KLineEdit" name="clip_acodec">
190          <property name="readOnly">
191           <bool>true</bool>
192          </property>
193         </widget>
194        </item>
195        <item row="2" column="1" colspan="2">
196         <widget class="KLineEdit" name="clip_frequency">
197          <property name="readOnly">
198           <bool>true</bool>
199          </property>
200         </widget>
201        </item>
202        <item row="1" column="1" colspan="2">
203         <widget class="KLineEdit" name="clip_channels">
204          <property name="readOnly">
205           <bool>true</bool>
206          </property>
207         </widget>
208        </item>
209        <item row="0" column="0">
210         <widget class="QLabel" name="label_9">
211          <property name="text">
212           <string>Audio codec</string>
213          </property>
214         </widget>
215        </item>
216        <item row="1" column="0">
217         <widget class="QLabel" name="label_11">
218          <property name="text">
219           <string>Channels</string>
220          </property>
221         </widget>
222        </item>
223        <item row="2" column="0">
224         <widget class="QLabel" name="label_10">
225          <property name="text">
226           <string>Frequency</string>
227          </property>
228         </widget>
229        </item>
230        <item row="3" column="1">
231         <spacer name="verticalSpacer_8">
232          <property name="orientation">
233           <enum>Qt::Vertical</enum>
234          </property>
235          <property name="sizeHint" stdset="0">
236           <size>
237            <width>20</width>
238            <height>40</height>
239           </size>
240          </property>
241         </spacer>
242        </item>
243       </layout>
244      </widget>
245      <widget class="QWidget" name="tab">
246       <attribute name="title">
247        <string>Color</string>
248       </attribute>
249       <layout class="QGridLayout" name="gridLayout_5">
250        <item row="0" column="0">
251         <widget class="QLabel" name="label_13">
252          <property name="text">
253           <string>Color</string>
254          </property>
255         </widget>
256        </item>
257        <item row="0" column="1">
258         <widget class="KColorButton" name="clip_color"/>
259        </item>
260        <item row="1" column="1">
261         <spacer name="verticalSpacer_5">
262          <property name="orientation">
263           <enum>Qt::Vertical</enum>
264          </property>
265          <property name="sizeHint" stdset="0">
266           <size>
267            <width>122</width>
268            <height>118</height>
269           </size>
270          </property>
271         </spacer>
272        </item>
273       </layout>
274      </widget>
275      <widget class="QWidget" name="tab_2">
276       <attribute name="title">
277        <string>Slideshow</string>
278       </attribute>
279       <layout class="QGridLayout" name="gridLayout_6">
280        <item row="0" column="0">
281         <widget class="QLabel" name="slide_type_label">
282          <property name="text">
283           <string>Image type</string>
284          </property>
285         </widget>
286        </item>
287        <item row="0" column="1" colspan="2">
288         <widget class="KComboBox" name="image_type"/>
289        </item>
290        <item row="1" column="0">
291         <widget class="QLabel" name="clip_filesize_4">
292          <property name="text">
293           <string>Frame duration</string>
294          </property>
295         </widget>
296        </item>
297        <item row="1" column="1">
298         <layout class="QHBoxLayout" name="horizontalLayout_2">
299          <item>
300           <widget class="KRestrictedLine" name="slide_duration">
301            <property name="inputMask">
302             <string>99:99:99:99; </string>
303            </property>
304           </widget>
305          </item>
306          <item>
307           <widget class="KIntSpinBox" name="slide_duration_frames">
308            <property name="sizePolicy">
309             <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
310              <horstretch>0</horstretch>
311              <verstretch>0</verstretch>
312             </sizepolicy>
313            </property>
314            <property name="minimum">
315             <number>1</number>
316            </property>
317            <property name="maximum">
318             <number>256000</number>
319            </property>
320           </widget>
321          </item>
322         </layout>
323        </item>
324        <item row="1" column="2">
325         <widget class="KComboBox" name="slide_duration_format"/>
326        </item>
327        <item row="3" column="0" colspan="3">
328         <widget class="QCheckBox" name="slide_loop">
329          <property name="text">
330           <string>Loop</string>
331          </property>
332         </widget>
333        </item>
334        <item row="5" column="0">
335         <widget class="QCheckBox" name="slide_fade">
336          <property name="text">
337           <string>Dissolve</string>
338          </property>
339         </widget>
340        </item>
341        <item row="5" column="1" colspan="2">
342         <layout class="QHBoxLayout" name="horizontalLayout">
343          <item>
344           <widget class="KRestrictedLine" name="luma_duration">
345            <property name="inputMask">
346             <string>99:99:99:99; </string>
347            </property>
348           </widget>
349          </item>
350          <item>
351           <widget class="KIntSpinBox" name="luma_duration_frames">
352            <property name="sizePolicy">
353             <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
354              <horstretch>0</horstretch>
355              <verstretch>0</verstretch>
356             </sizepolicy>
357            </property>
358            <property name="minimum">
359             <number>1</number>
360            </property>
361            <property name="maximum">
362             <number>256000</number>
363            </property>
364           </widget>
365          </item>
366         </layout>
367        </item>
368        <item row="6" column="0">
369         <widget class="QCheckBox" name="slide_luma">
370          <property name="text">
371           <string>Wipe</string>
372          </property>
373         </widget>
374        </item>
375        <item row="6" column="1" colspan="2">
376         <widget class="KComboBox" name="luma_file"/>
377        </item>
378        <item row="7" column="0">
379         <widget class="QLabel" name="label_softness">
380          <property name="text">
381           <string>Softness</string>
382          </property>
383         </widget>
384        </item>
385        <item row="7" column="1" colspan="2">
386         <widget class="QSlider" name="luma_softness">
387          <property name="maximum">
388           <number>100</number>
389          </property>
390          <property name="orientation">
391           <enum>Qt::Horizontal</enum>
392          </property>
393         </widget>
394        </item>
395        <item row="9" column="0" colspan="3">
396         <widget class="QLabel" name="slide_info">
397          <property name="text">
398           <string>No image found</string>
399          </property>
400         </widget>
401        </item>
402        <item row="10" column="1">
403         <spacer name="verticalSpacer_6">
404          <property name="orientation">
405           <enum>Qt::Vertical</enum>
406          </property>
407          <property name="sizeHint" stdset="0">
408           <size>
409            <width>20</width>
410            <height>15</height>
411           </size>
412          </property>
413         </spacer>
414        </item>
415        <item row="4" column="0">
416         <widget class="QCheckBox" name="slide_crop">
417          <property name="text">
418           <string>Center crop</string>
419          </property>
420         </widget>
421        </item>
422        <item row="8" column="0">
423         <widget class="QLabel" name="label_animation">
424          <property name="text">
425           <string>Animation</string>
426          </property>
427         </widget>
428        </item>
429        <item row="8" column="1" colspan="2">
430         <widget class="KComboBox" name="animation"/>
431        </item>
432       </layout>
433      </widget>
434      <widget class="QWidget" name="tab_4">
435       <attribute name="title">
436        <string>Image</string>
437       </attribute>
438       <layout class="QGridLayout" name="gridLayout_8">
439        <item row="0" column="0">
440         <widget class="QLabel" name="label_16">
441          <property name="text">
442           <string>Image size</string>
443          </property>
444         </widget>
445        </item>
446        <item row="0" column="1">
447         <widget class="KLineEdit" name="image_size">
448          <property name="readOnly">
449           <bool>true</bool>
450          </property>
451         </widget>
452        </item>
453        <item row="1" column="0" colspan="2">
454         <widget class="QCheckBox" name="image_transparency">
455          <property name="text">
456           <string>Transparent background</string>
457          </property>
458         </widget>
459        </item>
460        <item row="2" column="0">
461         <spacer name="verticalSpacer_7">
462          <property name="orientation">
463           <enum>Qt::Vertical</enum>
464          </property>
465          <property name="sizeHint" stdset="0">
466           <size>
467            <width>20</width>
468            <height>151</height>
469           </size>
470          </property>
471         </spacer>
472        </item>
473       </layout>
474      </widget>
475      <widget class="QWidget" name="tab_3">
476       <attribute name="title">
477        <string>Markers</string>
478       </attribute>
479       <layout class="QGridLayout" name="gridLayout_7">
480        <item row="0" column="0" colspan="4">
481         <widget class="QTreeWidget" name="markers_list">
482          <property name="alternatingRowColors">
483           <bool>true</bool>
484          </property>
485          <property name="rootIsDecorated">
486           <bool>false</bool>
487          </property>
488          <property name="itemsExpandable">
489           <bool>false</bool>
490          </property>
491          <property name="allColumnsShowFocus">
492           <bool>true</bool>
493          </property>
494          <property name="headerHidden">
495           <bool>true</bool>
496          </property>
497          <column>
498           <property name="text">
499            <string>Time</string>
500           </property>
501          </column>
502          <column>
503           <property name="text">
504            <string>Comment</string>
505           </property>
506          </column>
507         </widget>
508        </item>
509        <item row="1" column="0">
510         <widget class="QToolButton" name="marker_new">
511          <property name="text">
512           <string>N</string>
513          </property>
514          <property name="autoRaise">
515           <bool>true</bool>
516          </property>
517         </widget>
518        </item>
519        <item row="1" column="1">
520         <widget class="QToolButton" name="marker_edit">
521          <property name="text">
522           <string>E</string>
523          </property>
524          <property name="autoRaise">
525           <bool>true</bool>
526          </property>
527         </widget>
528        </item>
529        <item row="1" column="2">
530         <widget class="QToolButton" name="marker_delete">
531          <property name="text">
532           <string>D</string>
533          </property>
534          <property name="autoRaise">
535           <bool>true</bool>
536          </property>
537         </widget>
538        </item>
539        <item row="1" column="3">
540         <spacer name="horizontalSpacer">
541          <property name="orientation">
542           <enum>Qt::Horizontal</enum>
543          </property>
544          <property name="sizeHint" stdset="0">
545           <size>
546            <width>177</width>
547            <height>20</height>
548           </size>
549          </property>
550         </spacer>
551        </item>
552       </layout>
553      </widget>
554      <widget class="QWidget" name="tab_5">
555       <attribute name="title">
556        <string>Metadata</string>
557       </attribute>
558       <layout class="QGridLayout" name="gridLayout_9">
559        <item row="0" column="0">
560         <widget class="QTreeWidget" name="metadata_list">
561          <property name="alternatingRowColors">
562           <bool>true</bool>
563          </property>
564          <property name="rootIsDecorated">
565           <bool>false</bool>
566          </property>
567          <property name="itemsExpandable">
568           <bool>false</bool>
569          </property>
570          <property name="sortingEnabled">
571           <bool>false</bool>
572          </property>
573          <property name="allColumnsShowFocus">
574           <bool>true</bool>
575          </property>
576          <property name="wordWrap">
577           <bool>true</bool>
578          </property>
579          <property name="headerHidden">
580           <bool>true</bool>
581          </property>
582          <property name="columnCount">
583           <number>2</number>
584          </property>
585          <column>
586           <property name="text">
587            <string>1</string>
588           </property>
589          </column>
590          <column>
591           <property name="text">
592            <string>2</string>
593           </property>
594          </column>
595         </widget>
596        </item>
597       </layout>
598      </widget>
599      <widget class="QWidget" name="tab_advanced">
600       <attribute name="title">
601        <string>Advanced</string>
602       </attribute>
603       <layout class="QGridLayout" name="gridLayout_3">
604        <item row="8" column="2">
605         <spacer name="verticalSpacer">
606          <property name="orientation">
607           <enum>Qt::Vertical</enum>
608          </property>
609          <property name="sizeHint" stdset="0">
610           <size>
611            <width>20</width>
612            <height>19</height>
613           </size>
614          </property>
615         </spacer>
616        </item>
617        <item row="1" column="1">
618         <widget class="QCheckBox" name="clip_force_ar">
619          <property name="text">
620           <string>Force pixel aspect ratio</string>
621          </property>
622         </widget>
623        </item>
624        <item row="1" column="2">
625         <widget class="KDoubleNumInput" name="clip_ar">
626          <property name="enabled">
627           <bool>false</bool>
628          </property>
629         </widget>
630        </item>
631        <item row="5" column="2">
632         <widget class="QSpinBox" name="clip_vindex">
633          <property name="enabled">
634           <bool>false</bool>
635          </property>
636          <property name="minimum">
637           <number>-1</number>
638          </property>
639          <property name="value">
640           <number>0</number>
641          </property>
642         </widget>
643        </item>
644        <item row="6" column="2">
645         <widget class="QSpinBox" name="clip_aindex">
646          <property name="enabled">
647           <bool>false</bool>
648          </property>
649          <property name="minimum">
650           <number>-1</number>
651          </property>
652          <property name="value">
653           <number>0</number>
654          </property>
655         </widget>
656        </item>
657        <item row="4" column="1">
658         <widget class="QCheckBox" name="clip_force_threads">
659          <property name="text">
660           <string>Decoding threads</string>
661          </property>
662         </widget>
663        </item>
664        <item row="5" column="1">
665         <widget class="QCheckBox" name="clip_force_vindex">
666          <property name="text">
667           <string>Video index</string>
668          </property>
669         </widget>
670        </item>
671        <item row="6" column="1">
672         <widget class="QCheckBox" name="clip_force_aindex">
673          <property name="text">
674           <string>Audio index</string>
675          </property>
676         </widget>
677        </item>
678        <item row="4" column="2">
679         <widget class="QSpinBox" name="clip_threads">
680          <property name="enabled">
681           <bool>false</bool>
682          </property>
683          <property name="maximum">
684           <number>4</number>
685          </property>
686          <property name="value">
687           <number>1</number>
688          </property>
689         </widget>
690        </item>
691        <item row="3" column="1">
692         <widget class="QCheckBox" name="clip_force_progressive">
693          <property name="text">
694           <string>Force progressive</string>
695          </property>
696         </widget>
697        </item>
698        <item row="3" column="2">
699         <widget class="QSpinBox" name="clip_progressive">
700          <property name="enabled">
701           <bool>false</bool>
702          </property>
703          <property name="maximum">
704           <number>1</number>
705          </property>
706          <property name="value">
707           <number>1</number>
708          </property>
709         </widget>
710        </item>
711        <item row="2" column="1">
712         <widget class="QCheckBox" name="clip_force_framerate">
713          <property name="text">
714           <string>Force frame rate</string>
715          </property>
716         </widget>
717        </item>
718        <item row="2" column="2">
719         <widget class="KDoubleNumInput" name="clip_framerate">
720          <property name="enabled">
721           <bool>false</bool>
722          </property>
723         </widget>
724        </item>
725        <item row="0" column="1">
726         <widget class="QCheckBox" name="clip_force_out">
727          <property name="text">
728           <string>Force duration</string>
729          </property>
730         </widget>
731        </item>
732        <item row="0" column="2">
733         <widget class="KRestrictedLine" name="clip_out">
734          <property name="enabled">
735           <bool>false</bool>
736          </property>
737          <property name="inputMask">
738           <string>99:99:99:99; </string>
739          </property>
740         </widget>
741        </item>
742       </layout>
743      </widget>
744     </widget>
745    </item>
746   </layout>
747  </widget>
748  <customwidgets>
749   <customwidget>
750    <class>KIntSpinBox</class>
751    <extends>QSpinBox</extends>
752    <header>knuminput.h</header>
753   </customwidget>
754   <customwidget>
755    <class>KDoubleNumInput</class>
756    <extends>QWidget</extends>
757    <header>knuminput.h</header>
758   </customwidget>
759   <customwidget>
760    <class>KLineEdit</class>
761    <extends>QLineEdit</extends>
762    <header>klineedit.h</header>
763   </customwidget>
764   <customwidget>
765    <class>KComboBox</class>
766    <extends>QComboBox</extends>
767    <header>kcombobox.h</header>
768   </customwidget>
769   <customwidget>
770    <class>KColorButton</class>
771    <extends>QPushButton</extends>
772    <header>kcolorbutton.h</header>
773   </customwidget>
774   <customwidget>
775    <class>KRestrictedLine</class>
776    <extends>KLineEdit</extends>
777    <header>krestrictedline.h</header>
778   </customwidget>
779  </customwidgets>
780  <resources/>
781  <connections>
782   <connection>
783    <sender>buttonBox</sender>
784    <signal>accepted()</signal>
785    <receiver>ClipProperties_UI</receiver>
786    <slot>accept()</slot>
787    <hints>
788     <hint type="sourcelabel">
789      <x>248</x>
790      <y>254</y>
791     </hint>
792     <hint type="destinationlabel">
793      <x>157</x>
794      <y>274</y>
795     </hint>
796    </hints>
797   </connection>
798   <connection>
799    <sender>buttonBox</sender>
800    <signal>rejected()</signal>
801    <receiver>ClipProperties_UI</receiver>
802    <slot>reject()</slot>
803    <hints>
804     <hint type="sourcelabel">
805      <x>316</x>
806      <y>260</y>
807     </hint>
808     <hint type="destinationlabel">
809      <x>286</x>
810      <y>274</y>
811     </hint>
812    </hints>
813   </connection>
814  </connections>
815 </ui>