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