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