]> git.sesse.net Git - kdenlive/blob - src/widgets/clipproperties_ui.ui
Allow user to force clip fps from clip properties dialog
[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>304</width>
10     <height>451</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="label_14">
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="2" 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="3" 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="3" 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="4" 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="4" column="1" colspan="2">
376         <widget class="KComboBox" name="luma_file"/>
377        </item>
378        <item row="5" 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="5" 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="6" 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="7" 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       </layout>
416      </widget>
417      <widget class="QWidget" name="tab_4">
418       <attribute name="title">
419        <string>Image</string>
420       </attribute>
421       <layout class="QGridLayout" name="gridLayout_8">
422        <item row="0" column="0">
423         <widget class="QLabel" name="label_16">
424          <property name="text">
425           <string>Image size</string>
426          </property>
427         </widget>
428        </item>
429        <item row="0" column="1">
430         <widget class="KLineEdit" name="image_size">
431          <property name="readOnly">
432           <bool>true</bool>
433          </property>
434         </widget>
435        </item>
436        <item row="1" column="0" colspan="2">
437         <widget class="QCheckBox" name="image_transparency">
438          <property name="text">
439           <string>Transparent background</string>
440          </property>
441         </widget>
442        </item>
443        <item row="2" column="0">
444         <spacer name="verticalSpacer_7">
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>151</height>
452           </size>
453          </property>
454         </spacer>
455        </item>
456       </layout>
457      </widget>
458      <widget class="QWidget" name="tab_3">
459       <attribute name="title">
460        <string>Markers</string>
461       </attribute>
462       <layout class="QGridLayout" name="gridLayout_7">
463        <item row="0" column="0" colspan="4">
464         <widget class="QTreeWidget" name="markers_list">
465          <property name="alternatingRowColors">
466           <bool>true</bool>
467          </property>
468          <property name="rootIsDecorated">
469           <bool>false</bool>
470          </property>
471          <property name="itemsExpandable">
472           <bool>false</bool>
473          </property>
474          <property name="allColumnsShowFocus">
475           <bool>true</bool>
476          </property>
477          <property name="headerHidden">
478           <bool>true</bool>
479          </property>
480          <column>
481           <property name="text">
482            <string>Time</string>
483           </property>
484          </column>
485          <column>
486           <property name="text">
487            <string>Comment</string>
488           </property>
489          </column>
490         </widget>
491        </item>
492        <item row="1" column="0">
493         <widget class="QToolButton" name="marker_new">
494          <property name="text">
495           <string>N</string>
496          </property>
497         </widget>
498        </item>
499        <item row="1" column="1">
500         <widget class="QToolButton" name="marker_edit">
501          <property name="text">
502           <string>E</string>
503          </property>
504         </widget>
505        </item>
506        <item row="1" column="2">
507         <widget class="QToolButton" name="marker_delete">
508          <property name="text">
509           <string>D</string>
510          </property>
511         </widget>
512        </item>
513        <item row="1" column="3">
514         <spacer name="horizontalSpacer">
515          <property name="orientation">
516           <enum>Qt::Horizontal</enum>
517          </property>
518          <property name="sizeHint" stdset="0">
519           <size>
520            <width>177</width>
521            <height>20</height>
522           </size>
523          </property>
524         </spacer>
525        </item>
526       </layout>
527      </widget>
528      <widget class="QWidget" name="tab_5">
529       <attribute name="title">
530        <string>Metadata</string>
531       </attribute>
532       <layout class="QGridLayout" name="gridLayout_9">
533        <item row="0" column="0">
534         <widget class="QTreeWidget" name="metadata_list">
535          <property name="rootIsDecorated">
536           <bool>false</bool>
537          </property>
538          <property name="itemsExpandable">
539           <bool>false</bool>
540          </property>
541          <property name="sortingEnabled">
542           <bool>false</bool>
543          </property>
544          <property name="allColumnsShowFocus">
545           <bool>true</bool>
546          </property>
547          <property name="wordWrap">
548           <bool>true</bool>
549          </property>
550          <property name="headerHidden">
551           <bool>true</bool>
552          </property>
553          <property name="columnCount">
554           <number>2</number>
555          </property>
556          <column>
557           <property name="text">
558            <string>1</string>
559           </property>
560          </column>
561          <column>
562           <property name="text">
563            <string>2</string>
564           </property>
565          </column>
566         </widget>
567        </item>
568       </layout>
569      </widget>
570      <widget class="QWidget" name="tab_advanced">
571       <attribute name="title">
572        <string>Advanced</string>
573       </attribute>
574       <layout class="QGridLayout" name="gridLayout_3">
575        <item row="7" column="2">
576         <spacer name="verticalSpacer">
577          <property name="orientation">
578           <enum>Qt::Vertical</enum>
579          </property>
580          <property name="sizeHint" stdset="0">
581           <size>
582            <width>20</width>
583            <height>19</height>
584           </size>
585          </property>
586         </spacer>
587        </item>
588        <item row="0" column="1">
589         <widget class="QCheckBox" name="clip_force_ar">
590          <property name="text">
591           <string>Force pixel aspect ratio</string>
592          </property>
593         </widget>
594        </item>
595        <item row="0" column="2">
596         <widget class="KDoubleNumInput" name="clip_ar">
597          <property name="enabled">
598           <bool>false</bool>
599          </property>
600         </widget>
601        </item>
602        <item row="4" column="2">
603         <widget class="QSpinBox" name="clip_vindex">
604          <property name="enabled">
605           <bool>false</bool>
606          </property>
607          <property name="minimum">
608           <number>-1</number>
609          </property>
610          <property name="value">
611           <number>0</number>
612          </property>
613         </widget>
614        </item>
615        <item row="5" column="2">
616         <widget class="QSpinBox" name="clip_aindex">
617          <property name="enabled">
618           <bool>false</bool>
619          </property>
620          <property name="minimum">
621           <number>-1</number>
622          </property>
623          <property name="value">
624           <number>0</number>
625          </property>
626         </widget>
627        </item>
628        <item row="3" column="1">
629         <widget class="QCheckBox" name="clip_force_threads">
630          <property name="text">
631           <string>Decoding threads</string>
632          </property>
633         </widget>
634        </item>
635        <item row="4" column="1">
636         <widget class="QCheckBox" name="clip_force_vindex">
637          <property name="text">
638           <string>Video index</string>
639          </property>
640         </widget>
641        </item>
642        <item row="5" column="1">
643         <widget class="QCheckBox" name="clip_force_aindex">
644          <property name="text">
645           <string>Audio index</string>
646          </property>
647         </widget>
648        </item>
649        <item row="3" column="2">
650         <widget class="QSpinBox" name="clip_threads">
651          <property name="enabled">
652           <bool>false</bool>
653          </property>
654          <property name="maximum">
655           <number>4</number>
656          </property>
657          <property name="value">
658           <number>1</number>
659          </property>
660         </widget>
661        </item>
662        <item row="2" column="1">
663         <widget class="QCheckBox" name="clip_force_progressive">
664          <property name="text">
665           <string>Force progressive</string>
666          </property>
667         </widget>
668        </item>
669        <item row="2" column="2">
670         <widget class="QSpinBox" name="clip_progressive">
671          <property name="enabled">
672           <bool>false</bool>
673          </property>
674          <property name="maximum">
675           <number>1</number>
676          </property>
677          <property name="value">
678           <number>1</number>
679          </property>
680         </widget>
681        </item>
682        <item row="1" column="1">
683         <widget class="QCheckBox" name="clip_force_framerate">
684          <property name="text">
685           <string>Force frame rate</string>
686          </property>
687         </widget>
688        </item>
689        <item row="1" column="2">
690         <widget class="KDoubleNumInput" name="clip_framerate">
691          <property name="enabled">
692           <bool>false</bool>
693          </property>
694         </widget>
695        </item>
696       </layout>
697      </widget>
698     </widget>
699    </item>
700   </layout>
701  </widget>
702  <customwidgets>
703   <customwidget>
704    <class>KIntSpinBox</class>
705    <extends>QSpinBox</extends>
706    <header>knuminput.h</header>
707   </customwidget>
708   <customwidget>
709    <class>KDoubleNumInput</class>
710    <extends>QWidget</extends>
711    <header>knuminput.h</header>
712   </customwidget>
713   <customwidget>
714    <class>KLineEdit</class>
715    <extends>QLineEdit</extends>
716    <header>klineedit.h</header>
717   </customwidget>
718   <customwidget>
719    <class>KComboBox</class>
720    <extends>QComboBox</extends>
721    <header>kcombobox.h</header>
722   </customwidget>
723   <customwidget>
724    <class>KColorButton</class>
725    <extends>QPushButton</extends>
726    <header>kcolorbutton.h</header>
727   </customwidget>
728   <customwidget>
729    <class>KRestrictedLine</class>
730    <extends>KLineEdit</extends>
731    <header>krestrictedline.h</header>
732   </customwidget>
733  </customwidgets>
734  <resources/>
735  <connections>
736   <connection>
737    <sender>buttonBox</sender>
738    <signal>accepted()</signal>
739    <receiver>ClipProperties_UI</receiver>
740    <slot>accept()</slot>
741    <hints>
742     <hint type="sourcelabel">
743      <x>248</x>
744      <y>254</y>
745     </hint>
746     <hint type="destinationlabel">
747      <x>157</x>
748      <y>274</y>
749     </hint>
750    </hints>
751   </connection>
752   <connection>
753    <sender>buttonBox</sender>
754    <signal>rejected()</signal>
755    <receiver>ClipProperties_UI</receiver>
756    <slot>reject()</slot>
757    <hints>
758     <hint type="sourcelabel">
759      <x>316</x>
760      <y>260</y>
761     </hint>
762     <hint type="destinationlabel">
763      <x>286</x>
764      <y>274</y>
765     </hint>
766    </hints>
767   </connection>
768  </connections>
769 </ui>