]> git.sesse.net Git - kdenlive/blob - src/widgets/clipproperties_ui.ui
b57d2dcb5ee77f6b4fa5a815908f58598f066b1f
[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>310</width>
9     <height>459</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>290</width>
89         <height>171</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       <attribute name="title" >
169        <string>Audio</string>
170       </attribute>
171       <layout class="QGridLayout" name="gridLayout_4" >
172        <item row="0" column="1" colspan="2" >
173         <widget class="KLineEdit" name="clip_acodec" >
174          <property name="readOnly" >
175           <bool>true</bool>
176          </property>
177         </widget>
178        </item>
179        <item row="1" column="1" colspan="2" >
180         <widget class="KLineEdit" name="clip_channels" >
181          <property name="readOnly" >
182           <bool>true</bool>
183          </property>
184         </widget>
185        </item>
186        <item row="2" column="1" colspan="2" >
187         <widget class="KLineEdit" name="clip_frequency" >
188          <property name="readOnly" >
189           <bool>true</bool>
190          </property>
191         </widget>
192        </item>
193        <item row="3" column="2" >
194         <spacer name="verticalSpacer_3" >
195          <property name="orientation" >
196           <enum>Qt::Vertical</enum>
197          </property>
198          <property name="sizeHint" stdset="0" >
199           <size>
200            <width>77</width>
201            <height>52</height>
202           </size>
203          </property>
204         </spacer>
205        </item>
206        <item row="0" column="0" >
207         <widget class="QLabel" name="label_9" >
208          <property name="text" >
209           <string>Audio codec</string>
210          </property>
211         </widget>
212        </item>
213        <item row="1" column="0" >
214         <widget class="QLabel" name="label_11" >
215          <property name="text" >
216           <string>Channels</string>
217          </property>
218         </widget>
219        </item>
220        <item row="2" column="0" >
221         <widget class="QLabel" name="label_10" >
222          <property name="text" >
223           <string>Frequency</string>
224          </property>
225         </widget>
226        </item>
227       </layout>
228       <zorder>ClipProperties_2</zorder>
229       <zorder>clip_acodec</zorder>
230       <zorder>clip_frequency</zorder>
231       <zorder>verticalSpacer_3</zorder>
232       <zorder>clip_channels</zorder>
233       <zorder>label_9</zorder>
234       <zorder>label_11</zorder>
235       <zorder>label_10</zorder>
236      </widget>
237      <widget class="QWidget" name="tab_advanced" >
238       <property name="geometry" >
239        <rect>
240         <x>0</x>
241         <y>0</y>
242         <width>263</width>
243         <height>171</height>
244        </rect>
245       </property>
246       <attribute name="title" >
247        <string>Advanced</string>
248       </attribute>
249       <layout class="QGridLayout" name="gridLayout_3" >
250        <item row="0" column="0" >
251         <widget class="QCheckBox" name="clip_force_ar" >
252          <property name="text" >
253           <string>Force aspect ratio</string>
254          </property>
255         </widget>
256        </item>
257        <item row="0" column="1" >
258         <widget class="KDoubleNumInput" name="clip_ar" />
259        </item>
260        <item row="1" column="0" >
261         <widget class="QLabel" name="label_4" >
262          <property name="text" >
263           <string>Decoding threads</string>
264          </property>
265         </widget>
266        </item>
267        <item row="1" column="1" >
268         <widget class="QSpinBox" name="clip_threads" >
269          <property name="maximum" >
270           <number>4</number>
271          </property>
272          <property name="value" >
273           <number>1</number>
274          </property>
275         </widget>
276        </item>
277        <item row="2" column="0" >
278         <widget class="QLabel" name="label" >
279          <property name="text" >
280           <string>Video index</string>
281          </property>
282         </widget>
283        </item>
284        <item row="2" column="1" >
285         <widget class="QSpinBox" name="clip_vindex" >
286          <property name="minimum" >
287           <number>-1</number>
288          </property>
289         </widget>
290        </item>
291        <item row="3" column="0" >
292         <widget class="QLabel" name="label_2" >
293          <property name="text" >
294           <string>Audio index</string>
295          </property>
296         </widget>
297        </item>
298        <item row="3" column="1" >
299         <widget class="QSpinBox" name="clip_aindex" >
300          <property name="minimum" >
301           <number>-1</number>
302          </property>
303         </widget>
304        </item>
305        <item row="4" column="1" >
306         <spacer name="verticalSpacer" >
307          <property name="orientation" >
308           <enum>Qt::Vertical</enum>
309          </property>
310          <property name="sizeHint" stdset="0" >
311           <size>
312            <width>20</width>
313            <height>19</height>
314           </size>
315          </property>
316         </spacer>
317        </item>
318       </layout>
319      </widget>
320     </widget>
321    </item>
322    <item row="7" column="1" colspan="2" >
323     <spacer name="verticalSpacer_4" >
324      <property name="orientation" >
325       <enum>Qt::Vertical</enum>
326      </property>
327      <property name="sizeHint" stdset="0" >
328       <size>
329        <width>20</width>
330        <height>17</height>
331       </size>
332      </property>
333     </spacer>
334    </item>
335    <item row="8" column="0" colspan="4" >
336     <widget class="QDialogButtonBox" name="buttonBox" >
337      <property name="orientation" >
338       <enum>Qt::Horizontal</enum>
339      </property>
340      <property name="standardButtons" >
341       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
342      </property>
343     </widget>
344    </item>
345   </layout>
346  </widget>
347  <customwidgets>
348   <customwidget>
349    <class>KDoubleNumInput</class>
350    <extends>QWidget</extends>
351    <header>knuminput.h</header>
352   </customwidget>
353   <customwidget>
354    <class>KLineEdit</class>
355    <extends>QLineEdit</extends>
356    <header>klineedit.h</header>
357   </customwidget>
358   <customwidget>
359    <class>KRestrictedLine</class>
360    <extends>KLineEdit</extends>
361    <header>krestrictedline.h</header>
362   </customwidget>
363  </customwidgets>
364  <resources/>
365  <connections>
366   <connection>
367    <sender>buttonBox</sender>
368    <signal>accepted()</signal>
369    <receiver>ClipProperties_UI</receiver>
370    <slot>accept()</slot>
371    <hints>
372     <hint type="sourcelabel" >
373      <x>248</x>
374      <y>254</y>
375     </hint>
376     <hint type="destinationlabel" >
377      <x>157</x>
378      <y>274</y>
379     </hint>
380    </hints>
381   </connection>
382   <connection>
383    <sender>buttonBox</sender>
384    <signal>rejected()</signal>
385    <receiver>ClipProperties_UI</receiver>
386    <slot>reject()</slot>
387    <hints>
388     <hint type="sourcelabel" >
389      <x>316</x>
390      <y>260</y>
391     </hint>
392     <hint type="destinationlabel" >
393      <x>286</x>
394      <y>274</y>
395     </hint>
396    </hints>
397   </connection>
398  </connections>
399 </ui>