]> git.sesse.net Git - kdenlive/blob - src/widgets/clipproperties_ui.ui
Implement advanced clip properties (audio_index, video_index, threads). Not working...
[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>431</width>
9     <height>464</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>0</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="1" >
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="2" >
504         <widget class="KDoubleNumInput" name="clip_ar" >
505          <property name="enabled" >
506           <bool>false</bool>
507          </property>
508         </widget>
509        </item>
510        <item row="2" column="2" >
511         <widget class="QSpinBox" name="clip_vindex" >
512          <property name="enabled" >
513           <bool>false</bool>
514          </property>
515          <property name="minimum" >
516           <number>-1</number>
517          </property>
518          <property name="value" >
519           <number>0</number>
520          </property>
521         </widget>
522        </item>
523        <item row="3" column="2" >
524         <widget class="QSpinBox" name="clip_aindex" >
525          <property name="enabled" >
526           <bool>false</bool>
527          </property>
528          <property name="minimum" >
529           <number>-1</number>
530          </property>
531          <property name="value" >
532           <number>0</number>
533          </property>
534         </widget>
535        </item>
536        <item row="4" column="2" >
537         <spacer name="verticalSpacer" >
538          <property name="orientation" >
539           <enum>Qt::Vertical</enum>
540          </property>
541          <property name="sizeHint" stdset="0" >
542           <size>
543            <width>20</width>
544            <height>19</height>
545           </size>
546          </property>
547         </spacer>
548        </item>
549        <item row="1" column="1" >
550         <widget class="QCheckBox" name="clip_force_threads" >
551          <property name="text" >
552           <string>Decoding threads</string>
553          </property>
554         </widget>
555        </item>
556        <item row="2" column="1" >
557         <widget class="QCheckBox" name="clip_force_vindex" >
558          <property name="text" >
559           <string>Video index</string>
560          </property>
561         </widget>
562        </item>
563        <item row="3" column="1" >
564         <widget class="QCheckBox" name="clip_force_aindex" >
565          <property name="text" >
566           <string>Audio index</string>
567          </property>
568         </widget>
569        </item>
570        <item row="1" column="2" >
571         <widget class="QSpinBox" name="clip_threads" >
572          <property name="enabled" >
573           <bool>false</bool>
574          </property>
575          <property name="maximum" >
576           <number>4</number>
577          </property>
578          <property name="value" >
579           <number>1</number>
580          </property>
581         </widget>
582        </item>
583       </layout>
584       <zorder>clip_force_ar</zorder>
585       <zorder>clip_ar</zorder>
586       <zorder>label_4</zorder>
587       <zorder>label</zorder>
588       <zorder>clip_vindex</zorder>
589       <zorder>label_2</zorder>
590       <zorder>clip_aindex</zorder>
591       <zorder>clip_force_threads</zorder>
592       <zorder>clip_force_vindex</zorder>
593       <zorder>clip_force_aindex</zorder>
594       <zorder>clip_threads</zorder>
595      </widget>
596     </widget>
597    </item>
598   </layout>
599  </widget>
600  <customwidgets>
601   <customwidget>
602    <class>KColorButton</class>
603    <extends>QPushButton</extends>
604    <header>kcolorbutton.h</header>
605   </customwidget>
606   <customwidget>
607    <class>KComboBox</class>
608    <extends>QComboBox</extends>
609    <header>kcombobox.h</header>
610   </customwidget>
611   <customwidget>
612    <class>KDoubleNumInput</class>
613    <extends>QWidget</extends>
614    <header>knuminput.h</header>
615   </customwidget>
616   <customwidget>
617    <class>KLineEdit</class>
618    <extends>QLineEdit</extends>
619    <header>klineedit.h</header>
620   </customwidget>
621   <customwidget>
622    <class>KRestrictedLine</class>
623    <extends>KLineEdit</extends>
624    <header>krestrictedline.h</header>
625   </customwidget>
626  </customwidgets>
627  <resources/>
628  <connections>
629   <connection>
630    <sender>buttonBox</sender>
631    <signal>accepted()</signal>
632    <receiver>ClipProperties_UI</receiver>
633    <slot>accept()</slot>
634    <hints>
635     <hint type="sourcelabel" >
636      <x>248</x>
637      <y>254</y>
638     </hint>
639     <hint type="destinationlabel" >
640      <x>157</x>
641      <y>274</y>
642     </hint>
643    </hints>
644   </connection>
645   <connection>
646    <sender>buttonBox</sender>
647    <signal>rejected()</signal>
648    <receiver>ClipProperties_UI</receiver>
649    <slot>reject()</slot>
650    <hints>
651     <hint type="sourcelabel" >
652      <x>316</x>
653      <y>260</y>
654     </hint>
655     <hint type="destinationlabel" >
656      <x>286</x>
657      <y>274</y>
658     </hint>
659    </hints>
660   </connection>
661  </connections>
662 </ui>