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