]> git.sesse.net Git - kdenlive/blob - src/widgets/clipproperties_ui.ui
slideshow update
[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="0" column="0" colspan="4" >
17     <widget class="QLabel" name="clip_thumb" >
18      <property name="text" >
19       <string>Image preview</string>
20      </property>
21      <property name="alignment" >
22       <set>Qt::AlignCenter</set>
23      </property>
24     </widget>
25    </item>
26    <item row="1" column="0" colspan="4" >
27     <widget class="QLabel" name="label_5" >
28      <property name="text" >
29       <string>Path</string>
30      </property>
31     </widget>
32    </item>
33    <item row="2" column="0" colspan="4" >
34     <widget class="KLineEdit" name="clip_path" >
35      <property name="readOnly" >
36       <bool>true</bool>
37      </property>
38     </widget>
39    </item>
40    <item row="3" column="0" colspan="4" >
41     <widget class="QLabel" name="label_3" >
42      <property name="text" >
43       <string>Description</string>
44      </property>
45     </widget>
46    </item>
47    <item row="4" column="0" colspan="4" >
48     <widget class="KLineEdit" name="clip_description" />
49    </item>
50    <item row="5" column="0" >
51     <widget class="QLabel" name="clip_filesize_2" >
52      <property name="text" >
53       <string>Duration</string>
54      </property>
55     </widget>
56    </item>
57    <item row="5" column="1" >
58     <widget class="KRestrictedLine" name="clip_duration" >
59      <property name="inputMask" >
60       <string>99:99:99:99; </string>
61      </property>
62     </widget>
63    </item>
64    <item row="5" column="2" >
65     <widget class="QLabel" name="clip_filesize_3" >
66      <property name="text" >
67       <string>Size:</string>
68      </property>
69     </widget>
70    </item>
71    <item row="5" column="3" >
72     <widget class="QLabel" name="clip_filesize" >
73      <property name="text" >
74       <string>File size</string>
75      </property>
76     </widget>
77    </item>
78    <item row="7" column="1" colspan="2" >
79     <spacer name="verticalSpacer_4" >
80      <property name="orientation" >
81       <enum>Qt::Vertical</enum>
82      </property>
83      <property name="sizeHint" stdset="0" >
84       <size>
85        <width>20</width>
86        <height>17</height>
87       </size>
88      </property>
89     </spacer>
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>3</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_3" >
413       <property name="geometry" >
414        <rect>
415         <x>0</x>
416         <y>0</y>
417         <width>299</width>
418         <height>223</height>
419        </rect>
420       </property>
421       <attribute name="title" >
422        <string>Markers</string>
423       </attribute>
424       <layout class="QGridLayout" name="gridLayout_7" >
425        <item row="0" column="0" colspan="4" >
426         <widget class="QTreeWidget" name="markers_list" >
427          <property name="alternatingRowColors" >
428           <bool>true</bool>
429          </property>
430          <property name="rootIsDecorated" >
431           <bool>false</bool>
432          </property>
433          <property name="itemsExpandable" >
434           <bool>false</bool>
435          </property>
436          <property name="allColumnsShowFocus" >
437           <bool>true</bool>
438          </property>
439          <property name="headerHidden" >
440           <bool>true</bool>
441          </property>
442          <column>
443           <property name="text" >
444            <string>Time</string>
445           </property>
446          </column>
447          <column>
448           <property name="text" >
449            <string>Comment</string>
450           </property>
451          </column>
452         </widget>
453        </item>
454        <item row="1" column="0" >
455         <widget class="QToolButton" name="marker_new" >
456          <property name="text" >
457           <string>N</string>
458          </property>
459         </widget>
460        </item>
461        <item row="1" column="1" >
462         <widget class="QToolButton" name="marker_edit" >
463          <property name="text" >
464           <string>E</string>
465          </property>
466         </widget>
467        </item>
468        <item row="1" column="2" >
469         <widget class="QToolButton" name="marker_delete" >
470          <property name="text" >
471           <string>D</string>
472          </property>
473         </widget>
474        </item>
475        <item row="1" column="3" >
476         <spacer name="horizontalSpacer" >
477          <property name="orientation" >
478           <enum>Qt::Horizontal</enum>
479          </property>
480          <property name="sizeHint" stdset="0" >
481           <size>
482            <width>177</width>
483            <height>20</height>
484           </size>
485          </property>
486         </spacer>
487        </item>
488       </layout>
489      </widget>
490      <widget class="QWidget" name="tab_advanced" >
491       <property name="geometry" >
492        <rect>
493         <x>0</x>
494         <y>0</y>
495         <width>299</width>
496         <height>223</height>
497        </rect>
498       </property>
499       <attribute name="title" >
500        <string>Advanced</string>
501       </attribute>
502       <layout class="QGridLayout" name="gridLayout_3" >
503        <item row="0" column="0" >
504         <widget class="QCheckBox" name="clip_force_ar" >
505          <property name="text" >
506           <string>Force aspect ratio</string>
507          </property>
508         </widget>
509        </item>
510        <item row="0" column="1" >
511         <widget class="KDoubleNumInput" name="clip_ar" />
512        </item>
513        <item row="1" column="0" >
514         <widget class="QLabel" name="label_4" >
515          <property name="text" >
516           <string>Decoding threads</string>
517          </property>
518         </widget>
519        </item>
520        <item row="1" column="1" >
521         <widget class="QSpinBox" name="clip_threads" >
522          <property name="maximum" >
523           <number>4</number>
524          </property>
525          <property name="value" >
526           <number>1</number>
527          </property>
528         </widget>
529        </item>
530        <item row="2" column="0" >
531         <widget class="QLabel" name="label" >
532          <property name="text" >
533           <string>Video index</string>
534          </property>
535         </widget>
536        </item>
537        <item row="2" column="1" >
538         <widget class="QSpinBox" name="clip_vindex" >
539          <property name="minimum" >
540           <number>-1</number>
541          </property>
542         </widget>
543        </item>
544        <item row="3" column="0" >
545         <widget class="QLabel" name="label_2" >
546          <property name="text" >
547           <string>Audio index</string>
548          </property>
549         </widget>
550        </item>
551        <item row="3" column="1" >
552         <widget class="QSpinBox" name="clip_aindex" >
553          <property name="minimum" >
554           <number>-1</number>
555          </property>
556         </widget>
557        </item>
558        <item row="4" column="1" >
559         <spacer name="verticalSpacer" >
560          <property name="orientation" >
561           <enum>Qt::Vertical</enum>
562          </property>
563          <property name="sizeHint" stdset="0" >
564           <size>
565            <width>20</width>
566            <height>19</height>
567           </size>
568          </property>
569         </spacer>
570        </item>
571       </layout>
572      </widget>
573     </widget>
574    </item>
575   </layout>
576   <zorder>clip_thumb</zorder>
577   <zorder>label_5</zorder>
578   <zorder>clip_path</zorder>
579   <zorder>label_3</zorder>
580   <zorder>clip_description</zorder>
581   <zorder>clip_filesize_2</zorder>
582   <zorder>clip_duration</zorder>
583   <zorder>clip_filesize_3</zorder>
584   <zorder>clip_filesize</zorder>
585   <zorder>buttonBox</zorder>
586   <zorder>tabWidget</zorder>
587  </widget>
588  <customwidgets>
589   <customwidget>
590    <class>KColorButton</class>
591    <extends>QPushButton</extends>
592    <header>kcolorbutton.h</header>
593   </customwidget>
594   <customwidget>
595    <class>KComboBox</class>
596    <extends>QComboBox</extends>
597    <header>kcombobox.h</header>
598   </customwidget>
599   <customwidget>
600    <class>KDoubleNumInput</class>
601    <extends>QWidget</extends>
602    <header>knuminput.h</header>
603   </customwidget>
604   <customwidget>
605    <class>KLineEdit</class>
606    <extends>QLineEdit</extends>
607    <header>klineedit.h</header>
608   </customwidget>
609   <customwidget>
610    <class>KRestrictedLine</class>
611    <extends>KLineEdit</extends>
612    <header>krestrictedline.h</header>
613   </customwidget>
614  </customwidgets>
615  <resources/>
616  <connections>
617   <connection>
618    <sender>buttonBox</sender>
619    <signal>accepted()</signal>
620    <receiver>ClipProperties_UI</receiver>
621    <slot>accept()</slot>
622    <hints>
623     <hint type="sourcelabel" >
624      <x>248</x>
625      <y>254</y>
626     </hint>
627     <hint type="destinationlabel" >
628      <x>157</x>
629      <y>274</y>
630     </hint>
631    </hints>
632   </connection>
633   <connection>
634    <sender>buttonBox</sender>
635    <signal>rejected()</signal>
636    <receiver>ClipProperties_UI</receiver>
637    <slot>reject()</slot>
638    <hints>
639     <hint type="sourcelabel" >
640      <x>316</x>
641      <y>260</y>
642     </hint>
643     <hint type="destinationlabel" >
644      <x>286</x>
645      <y>274</y>
646     </hint>
647    </hints>
648   </connection>
649  </connections>
650 </ui>