]> git.sesse.net Git - kdenlive/blob - src/widgets/clipproperties_ui.ui
start implementing image / title transparency
[kdenlive] / src / widgets / clipproperties_ui.ui
1 <ui version="4.0" >
2  <class>ClipProperties_UI</class>
3  <widget class="QDialog" name="ClipProperties_UI" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>315</width>
9     <height>469</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Clip Properties</string>
14   </property>
15   <layout class="QGridLayout" name="gridLayout_2" >
16    <item row="7" column="1" colspan="2" >
17     <spacer name="verticalSpacer_4" >
18      <property name="orientation" >
19       <enum>Qt::Vertical</enum>
20      </property>
21      <property name="sizeHint" stdset="0" >
22       <size>
23        <width>20</width>
24        <height>17</height>
25       </size>
26      </property>
27     </spacer>
28    </item>
29    <item row="0" column="0" colspan="4" >
30     <widget class="QLabel" name="clip_thumb" >
31      <property name="text" >
32       <string>Image preview</string>
33      </property>
34      <property name="alignment" >
35       <set>Qt::AlignCenter</set>
36      </property>
37     </widget>
38    </item>
39    <item row="1" column="0" colspan="4" >
40     <widget class="QLabel" name="label_5" >
41      <property name="text" >
42       <string>Path</string>
43      </property>
44     </widget>
45    </item>
46    <item row="2" column="0" colspan="4" >
47     <widget class="KLineEdit" name="clip_path" >
48      <property name="readOnly" >
49       <bool>true</bool>
50      </property>
51     </widget>
52    </item>
53    <item row="3" column="0" colspan="4" >
54     <widget class="QLabel" name="label_3" >
55      <property name="text" >
56       <string>Description</string>
57      </property>
58     </widget>
59    </item>
60    <item row="4" column="0" colspan="4" >
61     <widget class="KLineEdit" name="clip_description" />
62    </item>
63    <item row="5" column="0" >
64     <widget class="QLabel" name="clip_filesize_2" >
65      <property name="text" >
66       <string>Duration</string>
67      </property>
68     </widget>
69    </item>
70    <item row="5" column="1" >
71     <widget class="KRestrictedLine" name="clip_duration" >
72      <property name="inputMask" >
73       <string>99:99:99:99; </string>
74      </property>
75     </widget>
76    </item>
77    <item row="5" column="2" >
78     <widget class="QLabel" name="clip_filesize_3" >
79      <property name="text" >
80       <string>Size:</string>
81      </property>
82     </widget>
83    </item>
84    <item row="5" column="3" >
85     <widget class="QLabel" name="clip_filesize" >
86      <property name="text" >
87       <string>File size</string>
88      </property>
89     </widget>
90    </item>
91    <item row="8" column="0" colspan="4" >
92     <widget class="QDialogButtonBox" name="buttonBox" >
93      <property name="orientation" >
94       <enum>Qt::Horizontal</enum>
95      </property>
96      <property name="standardButtons" >
97       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
98      </property>
99     </widget>
100    </item>
101    <item row="6" column="0" colspan="4" >
102     <widget class="QTabWidget" name="tabWidget" >
103      <property name="currentIndex" >
104       <number>4</number>
105      </property>
106      <widget class="QWidget" name="tab_video" >
107       <property name="geometry" >
108        <rect>
109         <x>0</x>
110         <y>0</y>
111         <width>299</width>
112         <height>223</height>
113        </rect>
114       </property>
115       <attribute name="title" >
116        <string>Video</string>
117       </attribute>
118       <layout class="QGridLayout" name="gridLayout" >
119        <item row="0" column="0" >
120         <widget class="QLabel" name="label_8" >
121          <property name="text" >
122           <string>Video codec</string>
123          </property>
124         </widget>
125        </item>
126        <item row="0" column="1" >
127         <widget class="KLineEdit" name="clip_vcodec" >
128          <property name="readOnly" >
129           <bool>true</bool>
130          </property>
131         </widget>
132        </item>
133        <item row="1" column="0" >
134         <widget class="QLabel" name="label_6" >
135          <property name="text" >
136           <string>Frame size</string>
137          </property>
138         </widget>
139        </item>
140        <item row="1" column="1" >
141         <widget class="KLineEdit" name="clip_size" >
142          <property name="readOnly" >
143           <bool>true</bool>
144          </property>
145         </widget>
146        </item>
147        <item row="2" column="0" >
148         <widget class="QLabel" name="label_7" >
149          <property name="text" >
150           <string>Frame rate</string>
151          </property>
152         </widget>
153        </item>
154        <item row="2" column="1" >
155         <widget class="KLineEdit" name="clip_fps" >
156          <property name="readOnly" >
157           <bool>true</bool>
158          </property>
159         </widget>
160        </item>
161        <item row="3" column="0" >
162         <widget class="QLabel" name="label_12" >
163          <property name="text" >
164           <string>Aspect ratio</string>
165          </property>
166         </widget>
167        </item>
168        <item row="3" column="1" >
169         <widget class="KLineEdit" name="clip_ratio" >
170          <property name="readOnly" >
171           <bool>true</bool>
172          </property>
173         </widget>
174        </item>
175        <item row="4" column="1" >
176         <spacer name="verticalSpacer_2" >
177          <property name="orientation" >
178           <enum>Qt::Vertical</enum>
179          </property>
180          <property name="sizeHint" stdset="0" >
181           <size>
182            <width>20</width>
183            <height>17</height>
184           </size>
185          </property>
186         </spacer>
187        </item>
188       </layout>
189      </widget>
190      <widget class="QWidget" name="tab_audio" >
191       <property name="geometry" >
192        <rect>
193         <x>0</x>
194         <y>0</y>
195         <width>299</width>
196         <height>223</height>
197        </rect>
198       </property>
199       <attribute name="title" >
200        <string>Audio</string>
201       </attribute>
202       <layout class="QGridLayout" name="gridLayout_4" >
203        <item row="0" column="1" colspan="2" >
204         <widget class="KLineEdit" name="clip_acodec" >
205          <property name="readOnly" >
206           <bool>true</bool>
207          </property>
208         </widget>
209        </item>
210        <item row="2" column="1" colspan="2" >
211         <widget class="KLineEdit" name="clip_frequency" >
212          <property name="readOnly" >
213           <bool>true</bool>
214          </property>
215         </widget>
216        </item>
217        <item row="3" column="2" >
218         <spacer name="verticalSpacer_3" >
219          <property name="orientation" >
220           <enum>Qt::Vertical</enum>
221          </property>
222          <property name="sizeHint" stdset="0" >
223           <size>
224            <width>77</width>
225            <height>52</height>
226           </size>
227          </property>
228         </spacer>
229        </item>
230        <item row="1" column="1" colspan="2" >
231         <widget class="KLineEdit" name="clip_channels" >
232          <property name="readOnly" >
233           <bool>true</bool>
234          </property>
235         </widget>
236        </item>
237        <item row="0" column="0" >
238         <widget class="QLabel" name="label_9" >
239          <property name="text" >
240           <string>Audio codec</string>
241          </property>
242         </widget>
243        </item>
244        <item row="1" column="0" >
245         <widget class="QLabel" name="label_11" >
246          <property name="text" >
247           <string>Channels</string>
248          </property>
249         </widget>
250        </item>
251        <item row="2" column="0" >
252         <widget class="QLabel" name="label_10" >
253          <property name="text" >
254           <string>Frequency</string>
255          </property>
256         </widget>
257        </item>
258       </layout>
259       <zorder>clip_acodec</zorder>
260       <zorder>clip_frequency</zorder>
261       <zorder>verticalSpacer_3</zorder>
262       <zorder>clip_channels</zorder>
263       <zorder>label_9</zorder>
264       <zorder>label_11</zorder>
265       <zorder>label_10</zorder>
266      </widget>
267      <widget class="QWidget" name="tab" >
268       <property name="geometry" >
269        <rect>
270         <x>0</x>
271         <y>0</y>
272         <width>299</width>
273         <height>223</height>
274        </rect>
275       </property>
276       <attribute name="title" >
277        <string>Color</string>
278       </attribute>
279       <layout class="QGridLayout" name="gridLayout_5" >
280        <item row="0" column="0" >
281         <widget class="QLabel" name="label_13" >
282          <property name="text" >
283           <string>Color</string>
284          </property>
285         </widget>
286        </item>
287        <item row="0" column="1" >
288         <widget class="KColorButton" name="clip_color" />
289        </item>
290        <item row="1" column="1" >
291         <spacer name="verticalSpacer_5" >
292          <property name="orientation" >
293           <enum>Qt::Vertical</enum>
294          </property>
295          <property name="sizeHint" stdset="0" >
296           <size>
297            <width>122</width>
298            <height>118</height>
299           </size>
300          </property>
301         </spacer>
302        </item>
303       </layout>
304      </widget>
305      <widget class="QWidget" name="tab_2" >
306       <property name="geometry" >
307        <rect>
308         <x>0</x>
309         <y>0</y>
310         <width>299</width>
311         <height>223</height>
312        </rect>
313       </property>
314       <attribute name="title" >
315        <string>Slideshow</string>
316       </attribute>
317       <layout class="QGridLayout" name="gridLayout_6" >
318        <item row="0" column="0" >
319         <widget class="QLabel" name="label_14" >
320          <property name="text" >
321           <string>Image type</string>
322          </property>
323         </widget>
324        </item>
325        <item row="0" column="1" >
326         <widget class="KComboBox" name="image_type" />
327        </item>
328        <item row="1" column="0" >
329         <widget class="QLabel" name="clip_filesize_4" >
330          <property name="text" >
331           <string>Frame duration</string>
332          </property>
333         </widget>
334        </item>
335        <item row="1" column="1" >
336         <widget class="KRestrictedLine" name="slide_duration" >
337          <property name="inputMask" >
338           <string>99:99:99:99; </string>
339          </property>
340         </widget>
341        </item>
342        <item row="2" column="0" >
343         <widget class="QCheckBox" name="slide_loop" >
344          <property name="text" >
345           <string>Loop</string>
346          </property>
347         </widget>
348        </item>
349        <item row="3" column="0" >
350         <widget class="QCheckBox" name="slide_fade" >
351          <property name="text" >
352           <string>Crossfade</string>
353          </property>
354         </widget>
355        </item>
356        <item row="3" column="1" >
357         <widget class="KRestrictedLine" name="luma_duration" >
358          <property name="inputMask" >
359           <string>99:99:99:99; </string>
360          </property>
361         </widget>
362        </item>
363        <item row="4" column="0" >
364         <widget class="QCheckBox" name="slide_luma" >
365          <property name="text" >
366           <string>Luma file</string>
367          </property>
368         </widget>
369        </item>
370        <item row="4" column="1" >
371         <widget class="KComboBox" name="luma_file" />
372        </item>
373        <item row="6" column="0" colspan="2" >
374         <widget class="QLabel" name="slide_info" >
375          <property name="text" >
376           <string>No image found</string>
377          </property>
378         </widget>
379        </item>
380        <item row="7" column="1" >
381         <spacer name="verticalSpacer_6" >
382          <property name="orientation" >
383           <enum>Qt::Vertical</enum>
384          </property>
385          <property name="sizeHint" stdset="0" >
386           <size>
387            <width>20</width>
388            <height>15</height>
389           </size>
390          </property>
391         </spacer>
392        </item>
393        <item row="5" column="1" >
394         <widget class="QSlider" name="luma_softness" >
395          <property name="maximum" >
396           <number>100</number>
397          </property>
398          <property name="orientation" >
399           <enum>Qt::Horizontal</enum>
400          </property>
401         </widget>
402        </item>
403        <item row="5" column="0" >
404         <widget class="QLabel" name="label_15" >
405          <property name="text" >
406           <string>Softness</string>
407          </property>
408         </widget>
409        </item>
410       </layout>
411      </widget>
412      <widget class="QWidget" name="tab_4" >
413       <attribute name="title" >
414        <string>Image</string>
415       </attribute>
416       <layout class="QGridLayout" name="gridLayout_8" >
417        <item row="0" column="0" >
418         <widget class="QLabel" name="label_16" >
419          <property name="text" >
420           <string>Image size</string>
421          </property>
422         </widget>
423        </item>
424        <item row="0" column="1" >
425         <widget class="KLineEdit" name="image_size" >
426          <property name="readOnly" >
427           <bool>true</bool>
428          </property>
429         </widget>
430        </item>
431        <item row="1" column="0" colspan="2" >
432         <widget class="QCheckBox" name="image_transparency" >
433          <property name="text" >
434           <string>Transparent background</string>
435          </property>
436         </widget>
437        </item>
438        <item row="2" column="0" >
439         <spacer name="verticalSpacer_7" >
440          <property name="orientation" >
441           <enum>Qt::Vertical</enum>
442          </property>
443          <property name="sizeHint" stdset="0" >
444           <size>
445            <width>20</width>
446            <height>151</height>
447           </size>
448          </property>
449         </spacer>
450        </item>
451       </layout>
452      </widget>
453      <widget class="QWidget" name="tab_3" >
454       <property name="geometry" >
455        <rect>
456         <x>0</x>
457         <y>0</y>
458         <width>299</width>
459         <height>223</height>
460        </rect>
461       </property>
462       <attribute name="title" >
463        <string>Markers</string>
464       </attribute>
465       <layout class="QGridLayout" name="gridLayout_7" >
466        <item row="0" column="0" colspan="4" >
467         <widget class="QTreeWidget" name="markers_list" >
468          <property name="alternatingRowColors" >
469           <bool>true</bool>
470          </property>
471          <property name="rootIsDecorated" >
472           <bool>false</bool>
473          </property>
474          <property name="itemsExpandable" >
475           <bool>false</bool>
476          </property>
477          <property name="allColumnsShowFocus" >
478           <bool>true</bool>
479          </property>
480          <property name="headerHidden" >
481           <bool>true</bool>
482          </property>
483          <column>
484           <property name="text" >
485            <string>Time</string>
486           </property>
487          </column>
488          <column>
489           <property name="text" >
490            <string>Comment</string>
491           </property>
492          </column>
493         </widget>
494        </item>
495        <item row="1" column="0" >
496         <widget class="QToolButton" name="marker_new" >
497          <property name="text" >
498           <string>N</string>
499          </property>
500         </widget>
501        </item>
502        <item row="1" column="1" >
503         <widget class="QToolButton" name="marker_edit" >
504          <property name="text" >
505           <string>E</string>
506          </property>
507         </widget>
508        </item>
509        <item row="1" column="2" >
510         <widget class="QToolButton" name="marker_delete" >
511          <property name="text" >
512           <string>D</string>
513          </property>
514         </widget>
515        </item>
516        <item row="1" column="3" >
517         <spacer name="horizontalSpacer" >
518          <property name="orientation" >
519           <enum>Qt::Horizontal</enum>
520          </property>
521          <property name="sizeHint" stdset="0" >
522           <size>
523            <width>177</width>
524            <height>20</height>
525           </size>
526          </property>
527         </spacer>
528        </item>
529       </layout>
530      </widget>
531      <widget class="QWidget" name="tab_advanced" >
532       <property name="geometry" >
533        <rect>
534         <x>0</x>
535         <y>0</y>
536         <width>299</width>
537         <height>223</height>
538        </rect>
539       </property>
540       <attribute name="title" >
541        <string>Advanced</string>
542       </attribute>
543       <layout class="QGridLayout" name="gridLayout_3" >
544        <item row="0" column="0" >
545         <widget class="QCheckBox" name="clip_force_ar" >
546          <property name="text" >
547           <string>Force aspect ratio</string>
548          </property>
549         </widget>
550        </item>
551        <item row="0" column="1" >
552         <widget class="KDoubleNumInput" name="clip_ar" />
553        </item>
554        <item row="1" column="0" >
555         <widget class="QLabel" name="label_4" >
556          <property name="text" >
557           <string>Decoding threads</string>
558          </property>
559         </widget>
560        </item>
561        <item row="1" column="1" >
562         <widget class="QSpinBox" name="clip_threads" >
563          <property name="maximum" >
564           <number>4</number>
565          </property>
566          <property name="value" >
567           <number>1</number>
568          </property>
569         </widget>
570        </item>
571        <item row="2" column="0" >
572         <widget class="QLabel" name="label" >
573          <property name="text" >
574           <string>Video index</string>
575          </property>
576         </widget>
577        </item>
578        <item row="2" column="1" >
579         <widget class="QSpinBox" name="clip_vindex" >
580          <property name="minimum" >
581           <number>-1</number>
582          </property>
583         </widget>
584        </item>
585        <item row="3" column="0" >
586         <widget class="QLabel" name="label_2" >
587          <property name="text" >
588           <string>Audio index</string>
589          </property>
590         </widget>
591        </item>
592        <item row="3" column="1" >
593         <widget class="QSpinBox" name="clip_aindex" >
594          <property name="minimum" >
595           <number>-1</number>
596          </property>
597         </widget>
598        </item>
599        <item row="4" column="1" >
600         <spacer name="verticalSpacer" >
601          <property name="orientation" >
602           <enum>Qt::Vertical</enum>
603          </property>
604          <property name="sizeHint" stdset="0" >
605           <size>
606            <width>20</width>
607            <height>19</height>
608           </size>
609          </property>
610         </spacer>
611        </item>
612       </layout>
613      </widget>
614     </widget>
615    </item>
616   </layout>
617  </widget>
618  <customwidgets>
619   <customwidget>
620    <class>KColorButton</class>
621    <extends>QPushButton</extends>
622    <header>kcolorbutton.h</header>
623   </customwidget>
624   <customwidget>
625    <class>KComboBox</class>
626    <extends>QComboBox</extends>
627    <header>kcombobox.h</header>
628   </customwidget>
629   <customwidget>
630    <class>KDoubleNumInput</class>
631    <extends>QWidget</extends>
632    <header>knuminput.h</header>
633   </customwidget>
634   <customwidget>
635    <class>KLineEdit</class>
636    <extends>QLineEdit</extends>
637    <header>klineedit.h</header>
638   </customwidget>
639   <customwidget>
640    <class>KRestrictedLine</class>
641    <extends>KLineEdit</extends>
642    <header>krestrictedline.h</header>
643   </customwidget>
644  </customwidgets>
645  <resources/>
646  <connections>
647   <connection>
648    <sender>buttonBox</sender>
649    <signal>accepted()</signal>
650    <receiver>ClipProperties_UI</receiver>
651    <slot>accept()</slot>
652    <hints>
653     <hint type="sourcelabel" >
654      <x>248</x>
655      <y>254</y>
656     </hint>
657     <hint type="destinationlabel" >
658      <x>157</x>
659      <y>274</y>
660     </hint>
661    </hints>
662   </connection>
663   <connection>
664    <sender>buttonBox</sender>
665    <signal>rejected()</signal>
666    <receiver>ClipProperties_UI</receiver>
667    <slot>reject()</slot>
668    <hints>
669     <hint type="sourcelabel" >
670      <x>316</x>
671      <y>260</y>
672     </hint>
673     <hint type="destinationlabel" >
674      <x>286</x>
675      <y>274</y>
676     </hint>
677    </hints>
678   </connection>
679  </connections>
680 </ui>