]> git.sesse.net Git - kdenlive/blob - src/widgets/clipproperties_ui.ui
Use MLT's new meta.media.frame_rate_num/den, and show pixel format in clip properties
[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>284</width>
10     <height>458</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="5" 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        <item row="4" column="0">
182         <widget class="QLabel" name="label">
183          <property name="text">
184           <string>Pixel format</string>
185          </property>
186         </widget>
187        </item>
188        <item row="4" column="2">
189         <widget class="KLineEdit" name="clip_pixfmt"/>
190        </item>
191       </layout>
192      </widget>
193      <widget class="QWidget" name="tab_audio">
194       <attribute name="title">
195        <string>Audio</string>
196       </attribute>
197       <layout class="QGridLayout" name="gridLayout_4">
198        <item row="0" column="1" colspan="2">
199         <widget class="KLineEdit" name="clip_acodec">
200          <property name="readOnly">
201           <bool>true</bool>
202          </property>
203         </widget>
204        </item>
205        <item row="2" column="1" colspan="2">
206         <widget class="KLineEdit" name="clip_frequency">
207          <property name="readOnly">
208           <bool>true</bool>
209          </property>
210         </widget>
211        </item>
212        <item row="1" column="1" colspan="2">
213         <widget class="KLineEdit" name="clip_channels">
214          <property name="readOnly">
215           <bool>true</bool>
216          </property>
217         </widget>
218        </item>
219        <item row="0" column="0">
220         <widget class="QLabel" name="label_9">
221          <property name="text">
222           <string>Audio codec</string>
223          </property>
224         </widget>
225        </item>
226        <item row="1" column="0">
227         <widget class="QLabel" name="label_11">
228          <property name="text">
229           <string>Channels</string>
230          </property>
231         </widget>
232        </item>
233        <item row="2" column="0">
234         <widget class="QLabel" name="label_10">
235          <property name="text">
236           <string>Frequency</string>
237          </property>
238         </widget>
239        </item>
240        <item row="3" column="1">
241         <spacer name="verticalSpacer_8">
242          <property name="orientation">
243           <enum>Qt::Vertical</enum>
244          </property>
245          <property name="sizeHint" stdset="0">
246           <size>
247            <width>20</width>
248            <height>40</height>
249           </size>
250          </property>
251         </spacer>
252        </item>
253       </layout>
254      </widget>
255      <widget class="QWidget" name="tab">
256       <attribute name="title">
257        <string>Color</string>
258       </attribute>
259       <layout class="QGridLayout" name="gridLayout_5">
260        <item row="0" column="0">
261         <widget class="QLabel" name="label_13">
262          <property name="text">
263           <string>Color</string>
264          </property>
265         </widget>
266        </item>
267        <item row="0" column="1">
268         <widget class="KColorButton" name="clip_color"/>
269        </item>
270        <item row="1" column="1">
271         <spacer name="verticalSpacer_5">
272          <property name="orientation">
273           <enum>Qt::Vertical</enum>
274          </property>
275          <property name="sizeHint" stdset="0">
276           <size>
277            <width>122</width>
278            <height>118</height>
279           </size>
280          </property>
281         </spacer>
282        </item>
283       </layout>
284      </widget>
285      <widget class="QWidget" name="tab_2">
286       <attribute name="title">
287        <string>Slideshow</string>
288       </attribute>
289       <layout class="QGridLayout" name="gridLayout_6">
290        <item row="0" column="0">
291         <widget class="QLabel" name="slide_type_label">
292          <property name="text">
293           <string>Image type</string>
294          </property>
295         </widget>
296        </item>
297        <item row="0" column="1" colspan="2">
298         <widget class="KComboBox" name="image_type"/>
299        </item>
300        <item row="1" column="0">
301         <widget class="QLabel" name="clip_filesize_4">
302          <property name="text">
303           <string>Frame duration</string>
304          </property>
305         </widget>
306        </item>
307        <item row="1" column="1">
308         <layout class="QHBoxLayout" name="horizontalLayout_2">
309          <item>
310           <widget class="KRestrictedLine" name="slide_duration">
311            <property name="inputMask">
312             <string>99:99:99:99; </string>
313            </property>
314           </widget>
315          </item>
316          <item>
317           <widget class="KIntSpinBox" name="slide_duration_frames">
318            <property name="sizePolicy">
319             <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
320              <horstretch>0</horstretch>
321              <verstretch>0</verstretch>
322             </sizepolicy>
323            </property>
324            <property name="minimum">
325             <number>1</number>
326            </property>
327            <property name="maximum">
328             <number>256000</number>
329            </property>
330           </widget>
331          </item>
332         </layout>
333        </item>
334        <item row="1" column="2">
335         <widget class="KComboBox" name="slide_duration_format"/>
336        </item>
337        <item row="3" column="0" colspan="3">
338         <widget class="QCheckBox" name="slide_loop">
339          <property name="text">
340           <string>Loop</string>
341          </property>
342         </widget>
343        </item>
344        <item row="5" column="0">
345         <widget class="QCheckBox" name="slide_fade">
346          <property name="text">
347           <string>Dissolve</string>
348          </property>
349         </widget>
350        </item>
351        <item row="5" column="1" colspan="2">
352         <layout class="QHBoxLayout" name="horizontalLayout">
353          <item>
354           <widget class="KRestrictedLine" name="luma_duration">
355            <property name="inputMask">
356             <string>99:99:99:99; </string>
357            </property>
358           </widget>
359          </item>
360          <item>
361           <widget class="KIntSpinBox" name="luma_duration_frames">
362            <property name="sizePolicy">
363             <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
364              <horstretch>0</horstretch>
365              <verstretch>0</verstretch>
366             </sizepolicy>
367            </property>
368            <property name="minimum">
369             <number>1</number>
370            </property>
371            <property name="maximum">
372             <number>256000</number>
373            </property>
374           </widget>
375          </item>
376         </layout>
377        </item>
378        <item row="6" column="0">
379         <widget class="QCheckBox" name="slide_luma">
380          <property name="text">
381           <string>Wipe</string>
382          </property>
383         </widget>
384        </item>
385        <item row="6" column="1" colspan="2">
386         <widget class="KComboBox" name="luma_file"/>
387        </item>
388        <item row="7" column="0">
389         <widget class="QLabel" name="label_softness">
390          <property name="text">
391           <string>Softness</string>
392          </property>
393         </widget>
394        </item>
395        <item row="7" column="1" colspan="2">
396         <widget class="QSlider" name="luma_softness">
397          <property name="maximum">
398           <number>100</number>
399          </property>
400          <property name="orientation">
401           <enum>Qt::Horizontal</enum>
402          </property>
403         </widget>
404        </item>
405        <item row="9" column="0" colspan="3">
406         <widget class="QLabel" name="slide_info">
407          <property name="text">
408           <string>No image found</string>
409          </property>
410         </widget>
411        </item>
412        <item row="10" column="1">
413         <spacer name="verticalSpacer_6">
414          <property name="orientation">
415           <enum>Qt::Vertical</enum>
416          </property>
417          <property name="sizeHint" stdset="0">
418           <size>
419            <width>20</width>
420            <height>15</height>
421           </size>
422          </property>
423         </spacer>
424        </item>
425        <item row="4" column="0">
426         <widget class="QCheckBox" name="slide_crop">
427          <property name="text">
428           <string>Center crop</string>
429          </property>
430         </widget>
431        </item>
432        <item row="8" column="0">
433         <widget class="QLabel" name="label_animation">
434          <property name="text">
435           <string>Animation</string>
436          </property>
437         </widget>
438        </item>
439        <item row="8" column="1" colspan="2">
440         <widget class="KComboBox" name="animation"/>
441        </item>
442       </layout>
443      </widget>
444      <widget class="QWidget" name="tab_4">
445       <attribute name="title">
446        <string>Image</string>
447       </attribute>
448       <layout class="QGridLayout" name="gridLayout_8">
449        <item row="0" column="0">
450         <widget class="QLabel" name="label_16">
451          <property name="text">
452           <string>Image size</string>
453          </property>
454         </widget>
455        </item>
456        <item row="0" column="1">
457         <widget class="KLineEdit" name="image_size">
458          <property name="readOnly">
459           <bool>true</bool>
460          </property>
461         </widget>
462        </item>
463        <item row="1" column="0" colspan="2">
464         <widget class="QCheckBox" name="image_transparency">
465          <property name="text">
466           <string>Transparent background</string>
467          </property>
468         </widget>
469        </item>
470        <item row="2" column="0">
471         <spacer name="verticalSpacer_7">
472          <property name="orientation">
473           <enum>Qt::Vertical</enum>
474          </property>
475          <property name="sizeHint" stdset="0">
476           <size>
477            <width>20</width>
478            <height>151</height>
479           </size>
480          </property>
481         </spacer>
482        </item>
483       </layout>
484      </widget>
485      <widget class="QWidget" name="tab_3">
486       <attribute name="title">
487        <string>Markers</string>
488       </attribute>
489       <layout class="QGridLayout" name="gridLayout_7">
490        <item row="0" column="0" colspan="4">
491         <widget class="QTreeWidget" name="markers_list">
492          <property name="alternatingRowColors">
493           <bool>true</bool>
494          </property>
495          <property name="rootIsDecorated">
496           <bool>false</bool>
497          </property>
498          <property name="itemsExpandable">
499           <bool>false</bool>
500          </property>
501          <property name="allColumnsShowFocus">
502           <bool>true</bool>
503          </property>
504          <property name="headerHidden">
505           <bool>true</bool>
506          </property>
507          <column>
508           <property name="text">
509            <string>Time</string>
510           </property>
511          </column>
512          <column>
513           <property name="text">
514            <string>Comment</string>
515           </property>
516          </column>
517         </widget>
518        </item>
519        <item row="1" column="0">
520         <widget class="QToolButton" name="marker_new">
521          <property name="text">
522           <string>N</string>
523          </property>
524          <property name="autoRaise">
525           <bool>true</bool>
526          </property>
527         </widget>
528        </item>
529        <item row="1" column="1">
530         <widget class="QToolButton" name="marker_edit">
531          <property name="text">
532           <string>E</string>
533          </property>
534          <property name="autoRaise">
535           <bool>true</bool>
536          </property>
537         </widget>
538        </item>
539        <item row="1" column="2">
540         <widget class="QToolButton" name="marker_delete">
541          <property name="text">
542           <string>D</string>
543          </property>
544          <property name="autoRaise">
545           <bool>true</bool>
546          </property>
547         </widget>
548        </item>
549        <item row="1" column="3">
550         <spacer name="horizontalSpacer">
551          <property name="orientation">
552           <enum>Qt::Horizontal</enum>
553          </property>
554          <property name="sizeHint" stdset="0">
555           <size>
556            <width>177</width>
557            <height>20</height>
558           </size>
559          </property>
560         </spacer>
561        </item>
562       </layout>
563      </widget>
564      <widget class="QWidget" name="tab_5">
565       <attribute name="title">
566        <string>Metadata</string>
567       </attribute>
568       <layout class="QGridLayout" name="gridLayout_9">
569        <item row="0" column="0">
570         <widget class="QTreeWidget" name="metadata_list">
571          <property name="alternatingRowColors">
572           <bool>true</bool>
573          </property>
574          <property name="rootIsDecorated">
575           <bool>false</bool>
576          </property>
577          <property name="itemsExpandable">
578           <bool>false</bool>
579          </property>
580          <property name="sortingEnabled">
581           <bool>false</bool>
582          </property>
583          <property name="allColumnsShowFocus">
584           <bool>true</bool>
585          </property>
586          <property name="wordWrap">
587           <bool>true</bool>
588          </property>
589          <property name="headerHidden">
590           <bool>true</bool>
591          </property>
592          <property name="columnCount">
593           <number>2</number>
594          </property>
595          <column>
596           <property name="text">
597            <string>1</string>
598           </property>
599          </column>
600          <column>
601           <property name="text">
602            <string>2</string>
603           </property>
604          </column>
605         </widget>
606        </item>
607       </layout>
608      </widget>
609      <widget class="QWidget" name="tab_advanced">
610       <attribute name="title">
611        <string>Advanced</string>
612       </attribute>
613       <layout class="QGridLayout" name="gridLayout_3">
614        <item row="8" column="2">
615         <spacer name="verticalSpacer">
616          <property name="orientation">
617           <enum>Qt::Vertical</enum>
618          </property>
619          <property name="sizeHint" stdset="0">
620           <size>
621            <width>20</width>
622            <height>19</height>
623           </size>
624          </property>
625         </spacer>
626        </item>
627        <item row="1" column="1">
628         <widget class="QCheckBox" name="clip_force_ar">
629          <property name="text">
630           <string>Force pixel aspect ratio</string>
631          </property>
632         </widget>
633        </item>
634        <item row="1" column="2">
635         <widget class="KDoubleNumInput" name="clip_ar">
636          <property name="enabled">
637           <bool>false</bool>
638          </property>
639         </widget>
640        </item>
641        <item row="5" column="2">
642         <widget class="QSpinBox" name="clip_vindex">
643          <property name="enabled">
644           <bool>false</bool>
645          </property>
646          <property name="minimum">
647           <number>-1</number>
648          </property>
649          <property name="value">
650           <number>0</number>
651          </property>
652         </widget>
653        </item>
654        <item row="6" column="2">
655         <widget class="QSpinBox" name="clip_aindex">
656          <property name="enabled">
657           <bool>false</bool>
658          </property>
659          <property name="minimum">
660           <number>-1</number>
661          </property>
662          <property name="value">
663           <number>0</number>
664          </property>
665         </widget>
666        </item>
667        <item row="4" column="1">
668         <widget class="QCheckBox" name="clip_force_threads">
669          <property name="text">
670           <string>Decoding threads</string>
671          </property>
672         </widget>
673        </item>
674        <item row="5" column="1">
675         <widget class="QCheckBox" name="clip_force_vindex">
676          <property name="text">
677           <string>Video index</string>
678          </property>
679         </widget>
680        </item>
681        <item row="6" column="1">
682         <widget class="QCheckBox" name="clip_force_aindex">
683          <property name="text">
684           <string>Audio index</string>
685          </property>
686         </widget>
687        </item>
688        <item row="4" column="2">
689         <widget class="QSpinBox" name="clip_threads">
690          <property name="enabled">
691           <bool>false</bool>
692          </property>
693          <property name="maximum">
694           <number>4</number>
695          </property>
696          <property name="value">
697           <number>1</number>
698          </property>
699         </widget>
700        </item>
701        <item row="3" column="1">
702         <widget class="QCheckBox" name="clip_force_progressive">
703          <property name="text">
704           <string>Force progressive</string>
705          </property>
706         </widget>
707        </item>
708        <item row="3" column="2">
709         <widget class="QSpinBox" name="clip_progressive">
710          <property name="enabled">
711           <bool>false</bool>
712          </property>
713          <property name="maximum">
714           <number>1</number>
715          </property>
716          <property name="value">
717           <number>1</number>
718          </property>
719         </widget>
720        </item>
721        <item row="2" column="1">
722         <widget class="QCheckBox" name="clip_force_framerate">
723          <property name="text">
724           <string>Force frame rate</string>
725          </property>
726         </widget>
727        </item>
728        <item row="2" column="2">
729         <widget class="KDoubleNumInput" name="clip_framerate">
730          <property name="enabled">
731           <bool>false</bool>
732          </property>
733         </widget>
734        </item>
735        <item row="0" column="1">
736         <widget class="QCheckBox" name="clip_force_out">
737          <property name="text">
738           <string>Force duration</string>
739          </property>
740         </widget>
741        </item>
742        <item row="0" column="2">
743         <widget class="KRestrictedLine" name="clip_out">
744          <property name="enabled">
745           <bool>false</bool>
746          </property>
747          <property name="inputMask">
748           <string>99:99:99:99; </string>
749          </property>
750         </widget>
751        </item>
752       </layout>
753      </widget>
754     </widget>
755    </item>
756   </layout>
757  </widget>
758  <customwidgets>
759   <customwidget>
760    <class>KIntSpinBox</class>
761    <extends>QSpinBox</extends>
762    <header>knuminput.h</header>
763   </customwidget>
764   <customwidget>
765    <class>KDoubleNumInput</class>
766    <extends>QWidget</extends>
767    <header>knuminput.h</header>
768   </customwidget>
769   <customwidget>
770    <class>KLineEdit</class>
771    <extends>QLineEdit</extends>
772    <header>klineedit.h</header>
773   </customwidget>
774   <customwidget>
775    <class>KComboBox</class>
776    <extends>QComboBox</extends>
777    <header>kcombobox.h</header>
778   </customwidget>
779   <customwidget>
780    <class>KColorButton</class>
781    <extends>QPushButton</extends>
782    <header>kcolorbutton.h</header>
783   </customwidget>
784   <customwidget>
785    <class>KRestrictedLine</class>
786    <extends>KLineEdit</extends>
787    <header>krestrictedline.h</header>
788   </customwidget>
789  </customwidgets>
790  <resources/>
791  <connections>
792   <connection>
793    <sender>buttonBox</sender>
794    <signal>accepted()</signal>
795    <receiver>ClipProperties_UI</receiver>
796    <slot>accept()</slot>
797    <hints>
798     <hint type="sourcelabel">
799      <x>248</x>
800      <y>254</y>
801     </hint>
802     <hint type="destinationlabel">
803      <x>157</x>
804      <y>274</y>
805     </hint>
806    </hints>
807   </connection>
808   <connection>
809    <sender>buttonBox</sender>
810    <signal>rejected()</signal>
811    <receiver>ClipProperties_UI</receiver>
812    <slot>reject()</slot>
813    <hints>
814     <hint type="sourcelabel">
815      <x>316</x>
816      <y>260</y>
817     </hint>
818     <hint type="destinationlabel">
819      <x>286</x>
820      <y>274</y>
821     </hint>
822    </hints>
823   </connection>
824  </connections>
825 </ui>