]> git.sesse.net Git - kdenlive/blob - src/widgets/clipproperties_ui.ui
e71b9a796dfc2d9aad65ae09873885f3ebf361ab
[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>304</width>
9     <height>456</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="6" column="0" colspan="4" >
79     <widget class="QTabWidget" name="tabWidget" >
80      <property name="currentIndex" >
81       <number>0</number>
82      </property>
83      <widget class="QWidget" name="tab_video" >
84       <property name="geometry" >
85        <rect>
86         <x>0</x>
87         <y>0</y>
88         <width>284</width>
89         <height>204</height>
90        </rect>
91       </property>
92       <attribute name="title" >
93        <string>Video</string>
94       </attribute>
95       <layout class="QGridLayout" name="gridLayout" >
96        <item row="0" column="0" >
97         <widget class="QLabel" name="label_8" >
98          <property name="text" >
99           <string>Video codec</string>
100          </property>
101         </widget>
102        </item>
103        <item row="0" column="1" >
104         <widget class="KLineEdit" name="clip_vcodec" >
105          <property name="readOnly" >
106           <bool>true</bool>
107          </property>
108         </widget>
109        </item>
110        <item row="1" column="0" >
111         <widget class="QLabel" name="label_6" >
112          <property name="text" >
113           <string>Frame size</string>
114          </property>
115         </widget>
116        </item>
117        <item row="1" column="1" >
118         <widget class="KLineEdit" name="clip_size" >
119          <property name="readOnly" >
120           <bool>true</bool>
121          </property>
122         </widget>
123        </item>
124        <item row="2" column="0" >
125         <widget class="QLabel" name="label_7" >
126          <property name="text" >
127           <string>Frame rate</string>
128          </property>
129         </widget>
130        </item>
131        <item row="2" column="1" >
132         <widget class="KLineEdit" name="clip_fps" >
133          <property name="readOnly" >
134           <bool>true</bool>
135          </property>
136         </widget>
137        </item>
138        <item row="3" column="0" >
139         <widget class="QLabel" name="label_12" >
140          <property name="text" >
141           <string>Aspect ratio</string>
142          </property>
143         </widget>
144        </item>
145        <item row="3" column="1" >
146         <widget class="KLineEdit" name="clip_ratio" >
147          <property name="readOnly" >
148           <bool>true</bool>
149          </property>
150         </widget>
151        </item>
152        <item row="4" column="1" >
153         <spacer name="verticalSpacer_2" >
154          <property name="orientation" >
155           <enum>Qt::Vertical</enum>
156          </property>
157          <property name="sizeHint" stdset="0" >
158           <size>
159            <width>20</width>
160            <height>17</height>
161           </size>
162          </property>
163         </spacer>
164        </item>
165       </layout>
166      </widget>
167      <widget class="QWidget" name="tab_audio" >
168       <property name="geometry" >
169        <rect>
170         <x>0</x>
171         <y>0</y>
172         <width>284</width>
173         <height>204</height>
174        </rect>
175       </property>
176       <attribute name="title" >
177        <string>Audio</string>
178       </attribute>
179       <layout class="QGridLayout" name="gridLayout_4" >
180        <item row="0" column="1" colspan="2" >
181         <widget class="KLineEdit" name="clip_acodec" >
182          <property name="readOnly" >
183           <bool>true</bool>
184          </property>
185         </widget>
186        </item>
187        <item row="2" column="1" colspan="2" >
188         <widget class="KLineEdit" name="clip_frequency" >
189          <property name="readOnly" >
190           <bool>true</bool>
191          </property>
192         </widget>
193        </item>
194        <item row="3" column="2" >
195         <spacer name="verticalSpacer_3" >
196          <property name="orientation" >
197           <enum>Qt::Vertical</enum>
198          </property>
199          <property name="sizeHint" stdset="0" >
200           <size>
201            <width>77</width>
202            <height>52</height>
203           </size>
204          </property>
205         </spacer>
206        </item>
207        <item row="1" column="1" colspan="2" >
208         <widget class="KLineEdit" name="clip_channels" >
209          <property name="readOnly" >
210           <bool>true</bool>
211          </property>
212         </widget>
213        </item>
214        <item row="0" column="0" >
215         <widget class="QLabel" name="label_9" >
216          <property name="text" >
217           <string>Audio codec</string>
218          </property>
219         </widget>
220        </item>
221        <item row="1" column="0" >
222         <widget class="QLabel" name="label_11" >
223          <property name="text" >
224           <string>Channels</string>
225          </property>
226         </widget>
227        </item>
228        <item row="2" column="0" >
229         <widget class="QLabel" name="label_10" >
230          <property name="text" >
231           <string>Frequency</string>
232          </property>
233         </widget>
234        </item>
235       </layout>
236       <zorder>clip_acodec</zorder>
237       <zorder>clip_frequency</zorder>
238       <zorder>verticalSpacer_3</zorder>
239       <zorder>clip_channels</zorder>
240       <zorder>label_9</zorder>
241       <zorder>label_11</zorder>
242       <zorder>label_10</zorder>
243      </widget>
244      <widget class="QWidget" name="tab" >
245       <property name="geometry" >
246        <rect>
247         <x>0</x>
248         <y>0</y>
249         <width>284</width>
250         <height>204</height>
251        </rect>
252       </property>
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       <property name="geometry" >
284        <rect>
285         <x>0</x>
286         <y>0</y>
287         <width>284</width>
288         <height>204</height>
289        </rect>
290       </property>
291       <attribute name="title" >
292        <string>Slideshow</string>
293       </attribute>
294       <layout class="QGridLayout" name="gridLayout_6" >
295        <item row="0" column="0" >
296         <widget class="QLabel" name="label_14" >
297          <property name="text" >
298           <string>Image type</string>
299          </property>
300         </widget>
301        </item>
302        <item row="0" column="1" >
303         <widget class="KComboBox" name="image_type" />
304        </item>
305        <item row="1" column="0" >
306         <widget class="QLabel" name="clip_filesize_4" >
307          <property name="text" >
308           <string>Frame duration</string>
309          </property>
310         </widget>
311        </item>
312        <item row="1" column="1" >
313         <widget class="KRestrictedLine" name="slide_duration" >
314          <property name="inputMask" >
315           <string>99:99:99:99; </string>
316          </property>
317         </widget>
318        </item>
319        <item row="2" column="0" >
320         <widget class="QCheckBox" name="slide_fade" >
321          <property name="text" >
322           <string>Crossfade</string>
323          </property>
324         </widget>
325        </item>
326        <item row="3" column="0" >
327         <widget class="QCheckBox" name="slide_luma" >
328          <property name="text" >
329           <string>Luma file</string>
330          </property>
331         </widget>
332        </item>
333        <item row="3" column="1" >
334         <widget class="KComboBox" name="luma_file" />
335        </item>
336        <item row="5" column="1" >
337         <spacer name="verticalSpacer_6" >
338          <property name="orientation" >
339           <enum>Qt::Vertical</enum>
340          </property>
341          <property name="sizeHint" stdset="0" >
342           <size>
343            <width>20</width>
344            <height>15</height>
345           </size>
346          </property>
347         </spacer>
348        </item>
349        <item row="2" column="1" >
350         <widget class="QCheckBox" name="slide_loop" >
351          <property name="text" >
352           <string>Loop</string>
353          </property>
354         </widget>
355        </item>
356        <item row="4" column="0" colspan="2" >
357         <widget class="QLabel" name="slide_info" >
358          <property name="text" >
359           <string>No image found</string>
360          </property>
361         </widget>
362        </item>
363       </layout>
364      </widget>
365      <widget class="QWidget" name="tab_3" >
366       <property name="geometry" >
367        <rect>
368         <x>0</x>
369         <y>0</y>
370         <width>284</width>
371         <height>204</height>
372        </rect>
373       </property>
374       <attribute name="title" >
375        <string>Markers</string>
376       </attribute>
377       <layout class="QGridLayout" name="gridLayout_7" >
378        <item row="0" column="0" colspan="4" >
379         <widget class="QTreeWidget" name="markers_list" >
380          <property name="alternatingRowColors" >
381           <bool>true</bool>
382          </property>
383          <property name="rootIsDecorated" >
384           <bool>false</bool>
385          </property>
386          <property name="itemsExpandable" >
387           <bool>false</bool>
388          </property>
389          <property name="allColumnsShowFocus" >
390           <bool>true</bool>
391          </property>
392          <property name="headerHidden" >
393           <bool>true</bool>
394          </property>
395          <column>
396           <property name="text" >
397            <string>Time</string>
398           </property>
399          </column>
400          <column>
401           <property name="text" >
402            <string>Comment</string>
403           </property>
404          </column>
405         </widget>
406        </item>
407        <item row="1" column="0" >
408         <widget class="QToolButton" name="marker_new" >
409          <property name="text" >
410           <string>N</string>
411          </property>
412         </widget>
413        </item>
414        <item row="1" column="1" >
415         <widget class="QToolButton" name="marker_edit" >
416          <property name="text" >
417           <string>E</string>
418          </property>
419         </widget>
420        </item>
421        <item row="1" column="2" >
422         <widget class="QToolButton" name="marker_delete" >
423          <property name="text" >
424           <string>D</string>
425          </property>
426         </widget>
427        </item>
428        <item row="1" column="3" >
429         <spacer name="horizontalSpacer" >
430          <property name="orientation" >
431           <enum>Qt::Horizontal</enum>
432          </property>
433          <property name="sizeHint" stdset="0" >
434           <size>
435            <width>177</width>
436            <height>20</height>
437           </size>
438          </property>
439         </spacer>
440        </item>
441       </layout>
442      </widget>
443      <widget class="QWidget" name="tab_advanced" >
444       <property name="geometry" >
445        <rect>
446         <x>0</x>
447         <y>0</y>
448         <width>284</width>
449         <height>204</height>
450        </rect>
451       </property>
452       <attribute name="title" >
453        <string>Advanced</string>
454       </attribute>
455       <layout class="QGridLayout" name="gridLayout_3" >
456        <item row="0" column="0" >
457         <widget class="QCheckBox" name="clip_force_ar" >
458          <property name="text" >
459           <string>Force aspect ratio</string>
460          </property>
461         </widget>
462        </item>
463        <item row="0" column="1" >
464         <widget class="KDoubleNumInput" name="clip_ar" />
465        </item>
466        <item row="1" column="0" >
467         <widget class="QLabel" name="label_4" >
468          <property name="text" >
469           <string>Decoding threads</string>
470          </property>
471         </widget>
472        </item>
473        <item row="1" column="1" >
474         <widget class="QSpinBox" name="clip_threads" >
475          <property name="maximum" >
476           <number>4</number>
477          </property>
478          <property name="value" >
479           <number>1</number>
480          </property>
481         </widget>
482        </item>
483        <item row="2" column="0" >
484         <widget class="QLabel" name="label" >
485          <property name="text" >
486           <string>Video index</string>
487          </property>
488         </widget>
489        </item>
490        <item row="2" column="1" >
491         <widget class="QSpinBox" name="clip_vindex" >
492          <property name="minimum" >
493           <number>-1</number>
494          </property>
495         </widget>
496        </item>
497        <item row="3" column="0" >
498         <widget class="QLabel" name="label_2" >
499          <property name="text" >
500           <string>Audio index</string>
501          </property>
502         </widget>
503        </item>
504        <item row="3" column="1" >
505         <widget class="QSpinBox" name="clip_aindex" >
506          <property name="minimum" >
507           <number>-1</number>
508          </property>
509         </widget>
510        </item>
511        <item row="4" column="1" >
512         <spacer name="verticalSpacer" >
513          <property name="orientation" >
514           <enum>Qt::Vertical</enum>
515          </property>
516          <property name="sizeHint" stdset="0" >
517           <size>
518            <width>20</width>
519            <height>19</height>
520           </size>
521          </property>
522         </spacer>
523        </item>
524       </layout>
525      </widget>
526     </widget>
527    </item>
528    <item row="7" column="1" colspan="2" >
529     <spacer name="verticalSpacer_4" >
530      <property name="orientation" >
531       <enum>Qt::Vertical</enum>
532      </property>
533      <property name="sizeHint" stdset="0" >
534       <size>
535        <width>20</width>
536        <height>17</height>
537       </size>
538      </property>
539     </spacer>
540    </item>
541    <item row="8" column="0" colspan="4" >
542     <widget class="QDialogButtonBox" name="buttonBox" >
543      <property name="orientation" >
544       <enum>Qt::Horizontal</enum>
545      </property>
546      <property name="standardButtons" >
547       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
548      </property>
549     </widget>
550    </item>
551   </layout>
552  </widget>
553  <customwidgets>
554   <customwidget>
555    <class>KColorButton</class>
556    <extends>QPushButton</extends>
557    <header>kcolorbutton.h</header>
558   </customwidget>
559   <customwidget>
560    <class>KComboBox</class>
561    <extends>QComboBox</extends>
562    <header>kcombobox.h</header>
563   </customwidget>
564   <customwidget>
565    <class>KDoubleNumInput</class>
566    <extends>QWidget</extends>
567    <header>knuminput.h</header>
568   </customwidget>
569   <customwidget>
570    <class>KLineEdit</class>
571    <extends>QLineEdit</extends>
572    <header>klineedit.h</header>
573   </customwidget>
574   <customwidget>
575    <class>KRestrictedLine</class>
576    <extends>KLineEdit</extends>
577    <header>krestrictedline.h</header>
578   </customwidget>
579  </customwidgets>
580  <resources/>
581  <connections>
582   <connection>
583    <sender>buttonBox</sender>
584    <signal>accepted()</signal>
585    <receiver>ClipProperties_UI</receiver>
586    <slot>accept()</slot>
587    <hints>
588     <hint type="sourcelabel" >
589      <x>248</x>
590      <y>254</y>
591     </hint>
592     <hint type="destinationlabel" >
593      <x>157</x>
594      <y>274</y>
595     </hint>
596    </hints>
597   </connection>
598   <connection>
599    <sender>buttonBox</sender>
600    <signal>rejected()</signal>
601    <receiver>ClipProperties_UI</receiver>
602    <slot>reject()</slot>
603    <hints>
604     <hint type="sourcelabel" >
605      <x>316</x>
606      <y>260</y>
607     </hint>
608     <hint type="destinationlabel" >
609      <x>286</x>
610      <y>274</y>
611     </hint>
612    </hints>
613   </connection>
614  </connections>
615 </ui>