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