]> git.sesse.net Git - kdenlive/blob - src/widgets/clipproperties_ui.ui
Clip properties dialog
[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>284</width>
9     <height>439</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Dialog</string>
14   </property>
15   <layout class="QGridLayout" name="gridLayout_2" >
16    <item row="1" column="0" >
17     <widget class="QLabel" name="label_5" >
18      <property name="text" >
19       <string>Path</string>
20      </property>
21     </widget>
22    </item>
23    <item row="2" column="0" >
24     <widget class="KLineEdit" name="clip_path" >
25      <property name="readOnly" >
26       <bool>true</bool>
27      </property>
28     </widget>
29    </item>
30    <item row="3" column="0" >
31     <widget class="QLabel" name="label_3" >
32      <property name="text" >
33       <string>Description</string>
34      </property>
35     </widget>
36    </item>
37    <item row="4" column="0" >
38     <widget class="KLineEdit" name="clip_description" />
39    </item>
40    <item row="5" column="0" >
41     <widget class="QLabel" name="clip_filesize" >
42      <property name="text" >
43       <string>File size:</string>
44      </property>
45     </widget>
46    </item>
47    <item row="6" column="0" >
48     <widget class="QTabWidget" name="tabWidget" >
49      <property name="currentIndex" >
50       <number>0</number>
51      </property>
52      <widget class="QWidget" name="tab_video" >
53       <property name="geometry" >
54        <rect>
55         <x>0</x>
56         <y>0</y>
57         <width>264</width>
58         <height>187</height>
59        </rect>
60       </property>
61       <attribute name="title" >
62        <string>Video</string>
63       </attribute>
64       <layout class="QGridLayout" name="gridLayout" >
65        <item row="0" column="0" >
66         <widget class="QLabel" name="label_8" >
67          <property name="text" >
68           <string>Video codec</string>
69          </property>
70         </widget>
71        </item>
72        <item row="0" column="2" >
73         <widget class="KLineEdit" name="clip_vcodec" >
74          <property name="readOnly" >
75           <bool>true</bool>
76          </property>
77         </widget>
78        </item>
79        <item row="1" column="0" colspan="2" >
80         <widget class="QLabel" name="label_6" >
81          <property name="text" >
82           <string>Frame size</string>
83          </property>
84         </widget>
85        </item>
86        <item row="1" column="2" >
87         <widget class="KLineEdit" name="clip_size" >
88          <property name="readOnly" >
89           <bool>true</bool>
90          </property>
91         </widget>
92        </item>
93        <item row="2" column="0" colspan="2" >
94         <widget class="QLabel" name="label_7" >
95          <property name="text" >
96           <string>Frame rate</string>
97          </property>
98         </widget>
99        </item>
100        <item row="2" column="2" >
101         <widget class="KLineEdit" name="clip_fps" >
102          <property name="readOnly" >
103           <bool>true</bool>
104          </property>
105         </widget>
106        </item>
107        <item row="3" column="0" colspan="2" >
108         <widget class="QLabel" name="label_12" >
109          <property name="text" >
110           <string>Aspect ratio</string>
111          </property>
112         </widget>
113        </item>
114        <item row="3" column="2" >
115         <widget class="KLineEdit" name="clip_ratio" >
116          <property name="readOnly" >
117           <bool>true</bool>
118          </property>
119         </widget>
120        </item>
121        <item row="4" column="1" colspan="2" >
122         <spacer name="verticalSpacer_2" >
123          <property name="orientation" >
124           <enum>Qt::Vertical</enum>
125          </property>
126          <property name="sizeHint" stdset="0" >
127           <size>
128            <width>20</width>
129            <height>17</height>
130           </size>
131          </property>
132         </spacer>
133        </item>
134       </layout>
135      </widget>
136      <widget class="QWidget" name="tab_audio" >
137       <attribute name="title" >
138        <string>Audio</string>
139       </attribute>
140       <layout class="QGridLayout" name="gridLayout_4" >
141        <item row="0" column="1" colspan="2" >
142         <widget class="KLineEdit" name="clip_acodec" >
143          <property name="readOnly" >
144           <bool>true</bool>
145          </property>
146         </widget>
147        </item>
148        <item row="1" column="1" colspan="2" >
149         <widget class="KLineEdit" name="clip_channels" >
150          <property name="readOnly" >
151           <bool>true</bool>
152          </property>
153         </widget>
154        </item>
155        <item row="2" column="1" colspan="2" >
156         <widget class="KLineEdit" name="clip_frequency" >
157          <property name="readOnly" >
158           <bool>true</bool>
159          </property>
160         </widget>
161        </item>
162        <item row="3" column="2" >
163         <spacer name="verticalSpacer_3" >
164          <property name="orientation" >
165           <enum>Qt::Vertical</enum>
166          </property>
167          <property name="sizeHint" stdset="0" >
168           <size>
169            <width>77</width>
170            <height>68</height>
171           </size>
172          </property>
173         </spacer>
174        </item>
175        <item row="0" column="0" >
176         <widget class="QLabel" name="label_9" >
177          <property name="text" >
178           <string>Audio codec</string>
179          </property>
180         </widget>
181        </item>
182        <item row="1" column="0" >
183         <widget class="QLabel" name="label_11" >
184          <property name="text" >
185           <string>Channels</string>
186          </property>
187         </widget>
188        </item>
189        <item row="2" column="0" >
190         <widget class="QLabel" name="label_10" >
191          <property name="text" >
192           <string>Frequency</string>
193          </property>
194         </widget>
195        </item>
196       </layout>
197       <zorder>ClipProperties_2</zorder>
198       <zorder>clip_acodec</zorder>
199       <zorder>clip_frequency</zorder>
200       <zorder>verticalSpacer_3</zorder>
201       <zorder>clip_channels</zorder>
202       <zorder>label_9</zorder>
203       <zorder>label_11</zorder>
204       <zorder>label_10</zorder>
205      </widget>
206      <widget class="QWidget" name="tab_advanced" >
207       <property name="geometry" >
208        <rect>
209         <x>0</x>
210         <y>0</y>
211         <width>264</width>
212         <height>187</height>
213        </rect>
214       </property>
215       <attribute name="title" >
216        <string>Advanced</string>
217       </attribute>
218       <layout class="QGridLayout" name="gridLayout_3" >
219        <item row="0" column="0" >
220         <widget class="QCheckBox" name="clip_force_ar" >
221          <property name="text" >
222           <string>Force aspect ratio</string>
223          </property>
224         </widget>
225        </item>
226        <item row="0" column="1" >
227         <widget class="KDoubleNumInput" name="clip_ar" />
228        </item>
229        <item row="1" column="0" >
230         <widget class="QLabel" name="label_4" >
231          <property name="text" >
232           <string>Decoding threads</string>
233          </property>
234         </widget>
235        </item>
236        <item row="1" column="1" >
237         <widget class="QSpinBox" name="clip_threads" >
238          <property name="maximum" >
239           <number>4</number>
240          </property>
241          <property name="value" >
242           <number>1</number>
243          </property>
244         </widget>
245        </item>
246        <item row="2" column="0" >
247         <widget class="QLabel" name="label" >
248          <property name="text" >
249           <string>Video index</string>
250          </property>
251         </widget>
252        </item>
253        <item row="2" column="1" >
254         <widget class="QSpinBox" name="clip_vindex" >
255          <property name="minimum" >
256           <number>-1</number>
257          </property>
258         </widget>
259        </item>
260        <item row="3" column="0" >
261         <widget class="QLabel" name="label_2" >
262          <property name="text" >
263           <string>Audio index</string>
264          </property>
265         </widget>
266        </item>
267        <item row="3" column="1" >
268         <widget class="QSpinBox" name="clip_aindex" >
269          <property name="minimum" >
270           <number>-1</number>
271          </property>
272         </widget>
273        </item>
274        <item row="4" column="1" >
275         <spacer name="verticalSpacer" >
276          <property name="orientation" >
277           <enum>Qt::Vertical</enum>
278          </property>
279          <property name="sizeHint" stdset="0" >
280           <size>
281            <width>20</width>
282            <height>35</height>
283           </size>
284          </property>
285         </spacer>
286        </item>
287       </layout>
288      </widget>
289     </widget>
290    </item>
291    <item row="7" column="0" >
292     <widget class="QDialogButtonBox" name="buttonBox" >
293      <property name="orientation" >
294       <enum>Qt::Horizontal</enum>
295      </property>
296      <property name="standardButtons" >
297       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
298      </property>
299     </widget>
300    </item>
301    <item row="0" column="0" >
302     <widget class="QLabel" name="clip_thumb" >
303      <property name="text" >
304       <string>Image preview</string>
305      </property>
306      <property name="alignment" >
307       <set>Qt::AlignCenter</set>
308      </property>
309     </widget>
310    </item>
311   </layout>
312  </widget>
313  <customwidgets>
314   <customwidget>
315    <class>KDoubleNumInput</class>
316    <extends>QWidget</extends>
317    <header>knuminput.h</header>
318   </customwidget>
319   <customwidget>
320    <class>KLineEdit</class>
321    <extends>QLineEdit</extends>
322    <header>klineedit.h</header>
323   </customwidget>
324  </customwidgets>
325  <resources/>
326  <connections>
327   <connection>
328    <sender>buttonBox</sender>
329    <signal>accepted()</signal>
330    <receiver>ClipProperties_UI</receiver>
331    <slot>accept()</slot>
332    <hints>
333     <hint type="sourcelabel" >
334      <x>248</x>
335      <y>254</y>
336     </hint>
337     <hint type="destinationlabel" >
338      <x>157</x>
339      <y>274</y>
340     </hint>
341    </hints>
342   </connection>
343   <connection>
344    <sender>buttonBox</sender>
345    <signal>rejected()</signal>
346    <receiver>ClipProperties_UI</receiver>
347    <slot>reject()</slot>
348    <hints>
349     <hint type="sourcelabel" >
350      <x>316</x>
351      <y>260</y>
352     </hint>
353     <hint type="destinationlabel" >
354      <x>286</x>
355      <y>274</y>
356     </hint>
357    </hints>
358   </connection>
359  </connections>
360 </ui>