]> git.sesse.net Git - kdenlive/blob - src/ui/slideshowclip_ui.ui
Rename WIDGETS folder into UI.
[kdenlive] / src / ui / slideshowclip_ui.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>SlideshowClip_UI</class>
4  <widget class="QDialog" name="SlideshowClip_UI">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>294</width>
10     <height>507</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Slideshow Clip</string>
15   </property>
16   <layout class="QGridLayout" name="gridLayout_4">
17    <item row="0" column="0">
18     <widget class="QLabel" name="label_3">
19      <property name="text">
20       <string>Name</string>
21      </property>
22     </widget>
23    </item>
24    <item row="0" column="1" colspan="3">
25     <widget class="KLineEdit" name="clip_name"/>
26    </item>
27    <item row="1" column="0" colspan="4">
28     <widget class="QGroupBox" name="groupBox">
29      <property name="title">
30       <string>Image selection method</string>
31      </property>
32      <layout class="QGridLayout" name="gridLayout">
33       <item row="0" column="0">
34        <widget class="QRadioButton" name="method_mime">
35         <property name="text">
36          <string>Mimetype</string>
37         </property>
38         <property name="checked">
39          <bool>true</bool>
40         </property>
41        </widget>
42       </item>
43       <item row="0" column="1">
44        <widget class="QRadioButton" name="method_pattern">
45         <property name="text">
46          <string>Filename pattern</string>
47         </property>
48        </widget>
49       </item>
50       <item row="1" column="0" colspan="2">
51        <widget class="QStackedWidget" name="stackedWidget">
52         <property name="currentIndex">
53          <number>0</number>
54         </property>
55         <widget class="QWidget" name="page">
56          <layout class="QGridLayout" name="gridLayout_2">
57           <item row="0" column="0">
58            <widget class="QLabel" name="label">
59             <property name="text">
60              <string>Folder</string>
61             </property>
62            </widget>
63           </item>
64           <item row="0" column="1">
65            <widget class="KUrlRequester" name="folder_url"/>
66           </item>
67           <item row="1" column="0">
68            <widget class="QLabel" name="label_4">
69             <property name="text">
70              <string>Image Type</string>
71             </property>
72            </widget>
73           </item>
74           <item row="1" column="1">
75            <widget class="KComboBox" name="image_type"/>
76           </item>
77           <item row="2" column="1">
78            <spacer name="verticalSpacer_2">
79             <property name="orientation">
80              <enum>Qt::Vertical</enum>
81             </property>
82             <property name="sizeHint" stdset="0">
83              <size>
84               <width>20</width>
85               <height>40</height>
86              </size>
87             </property>
88            </spacer>
89           </item>
90          </layout>
91         </widget>
92         <widget class="QWidget" name="page_2">
93          <layout class="QGridLayout" name="gridLayout_3">
94           <item row="0" column="0">
95            <widget class="QLabel" name="label_5">
96             <property name="text">
97              <string>First frame</string>
98             </property>
99            </widget>
100           </item>
101           <item row="0" column="1">
102            <widget class="KUrlRequester" name="pattern_url"/>
103           </item>
104           <item row="1" column="1">
105            <spacer name="verticalSpacer">
106             <property name="orientation">
107              <enum>Qt::Vertical</enum>
108             </property>
109             <property name="sizeHint" stdset="0">
110              <size>
111               <width>20</width>
112               <height>40</height>
113              </size>
114             </property>
115            </spacer>
116           </item>
117          </layout>
118         </widget>
119        </widget>
120       </item>
121      </layout>
122     </widget>
123    </item>
124    <item row="2" column="0" colspan="2">
125     <widget class="QLabel" name="label_2">
126      <property name="text">
127       <string>Frame Duration</string>
128      </property>
129     </widget>
130    </item>
131    <item row="2" column="2">
132     <layout class="QHBoxLayout" name="horizontalLayout_2">
133      <item>
134       <widget class="KRestrictedLine" name="clip_duration">
135        <property name="inputMask">
136         <string>99:99:99:99; </string>
137        </property>
138       </widget>
139      </item>
140      <item>
141       <widget class="KIntSpinBox" name="clip_duration_frames">
142        <property name="sizePolicy">
143         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
144          <horstretch>0</horstretch>
145          <verstretch>0</verstretch>
146         </sizepolicy>
147        </property>
148        <property name="minimum">
149         <number>1</number>
150        </property>
151        <property name="maximum">
152         <number>256000</number>
153        </property>
154       </widget>
155      </item>
156     </layout>
157    </item>
158    <item row="2" column="3">
159     <widget class="KComboBox" name="clip_duration_format"/>
160    </item>
161    <item row="3" column="0">
162     <widget class="QCheckBox" name="slide_loop">
163      <property name="text">
164       <string>Loop</string>
165      </property>
166     </widget>
167    </item>
168    <item row="5" column="0">
169     <widget class="QCheckBox" name="slide_fade">
170      <property name="text">
171       <string>Dissolve</string>
172      </property>
173     </widget>
174    </item>
175    <item row="5" column="2" colspan="2">
176     <layout class="QHBoxLayout" name="horizontalLayout">
177      <item>
178       <widget class="KRestrictedLine" name="luma_duration">
179        <property name="enabled">
180         <bool>false</bool>
181        </property>
182        <property name="inputMask">
183         <string>99:99:99:99; </string>
184        </property>
185       </widget>
186      </item>
187      <item>
188       <widget class="KIntSpinBox" name="luma_duration_frames">
189        <property name="enabled">
190         <bool>false</bool>
191        </property>
192        <property name="sizePolicy">
193         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
194          <horstretch>0</horstretch>
195          <verstretch>0</verstretch>
196         </sizepolicy>
197        </property>
198        <property name="minimum">
199         <number>1</number>
200        </property>
201        <property name="maximum">
202         <number>256000</number>
203        </property>
204       </widget>
205      </item>
206     </layout>
207    </item>
208    <item row="6" column="0">
209     <widget class="QCheckBox" name="luma_fade">
210      <property name="enabled">
211       <bool>false</bool>
212      </property>
213      <property name="text">
214       <string>Wipe</string>
215      </property>
216     </widget>
217    </item>
218    <item row="6" column="2" colspan="2">
219     <widget class="KComboBox" name="luma_file">
220      <property name="enabled">
221       <bool>false</bool>
222      </property>
223     </widget>
224    </item>
225    <item row="7" column="0">
226     <widget class="QLabel" name="label_softness">
227      <property name="enabled">
228       <bool>false</bool>
229      </property>
230      <property name="text">
231       <string>Softness</string>
232      </property>
233     </widget>
234    </item>
235    <item row="7" column="2" colspan="2">
236     <widget class="QSlider" name="luma_softness">
237      <property name="enabled">
238       <bool>false</bool>
239      </property>
240      <property name="maximum">
241       <number>100</number>
242      </property>
243      <property name="orientation">
244       <enum>Qt::Horizontal</enum>
245      </property>
246     </widget>
247    </item>
248    <item row="9" column="0" colspan="4">
249     <widget class="KListWidget" name="icon_list"/>
250    </item>
251    <item row="10" column="0" colspan="4">
252     <layout class="QHBoxLayout" name="horizontalLayout_3">
253      <item>
254       <widget class="QCheckBox" name="show_thumbs">
255        <property name="text">
256         <string>Show thumbnails</string>
257        </property>
258       </widget>
259      </item>
260      <item>
261       <spacer name="horizontalSpacer">
262        <property name="orientation">
263         <enum>Qt::Horizontal</enum>
264        </property>
265        <property name="sizeHint" stdset="0">
266         <size>
267          <width>40</width>
268          <height>20</height>
269         </size>
270        </property>
271       </spacer>
272      </item>
273      <item>
274       <widget class="QLabel" name="label_info">
275        <property name="text">
276         <string>No image found</string>
277        </property>
278       </widget>
279      </item>
280     </layout>
281    </item>
282    <item row="11" column="2" colspan="2">
283     <widget class="QDialogButtonBox" name="buttonBox">
284      <property name="orientation">
285       <enum>Qt::Horizontal</enum>
286      </property>
287      <property name="standardButtons">
288       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
289      </property>
290     </widget>
291    </item>
292    <item row="4" column="0" colspan="2">
293     <widget class="QCheckBox" name="slide_crop">
294      <property name="text">
295       <string>Center crop</string>
296      </property>
297     </widget>
298    </item>
299    <item row="8" column="0">
300     <widget class="QLabel" name="label_6">
301      <property name="text">
302       <string>Animation</string>
303      </property>
304     </widget>
305    </item>
306    <item row="8" column="2" colspan="2">
307     <widget class="KComboBox" name="animation">
308      <property name="sizePolicy">
309       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
310        <horstretch>0</horstretch>
311        <verstretch>0</verstretch>
312       </sizepolicy>
313      </property>
314     </widget>
315    </item>
316   </layout>
317  </widget>
318  <customwidgets>
319   <customwidget>
320    <class>KComboBox</class>
321    <extends>QComboBox</extends>
322    <header>kcombobox.h</header>
323   </customwidget>
324   <customwidget>
325    <class>KLineEdit</class>
326    <extends>QLineEdit</extends>
327    <header>klineedit.h</header>
328   </customwidget>
329   <customwidget>
330    <class>KRestrictedLine</class>
331    <extends>KLineEdit</extends>
332    <header>krestrictedline.h</header>
333   </customwidget>
334   <customwidget>
335    <class>KIntSpinBox</class>
336    <extends>QSpinBox</extends>
337    <header>knuminput.h</header>
338   </customwidget>
339   <customwidget>
340    <class>KListWidget</class>
341    <extends>QListWidget</extends>
342    <header>klistwidget.h</header>
343   </customwidget>
344   <customwidget>
345    <class>KUrlRequester</class>
346    <extends>QFrame</extends>
347    <header>kurlrequester.h</header>
348   </customwidget>
349  </customwidgets>
350  <resources/>
351  <connections>
352   <connection>
353    <sender>buttonBox</sender>
354    <signal>accepted()</signal>
355    <receiver>SlideshowClip_UI</receiver>
356    <slot>accept()</slot>
357    <hints>
358     <hint type="sourcelabel">
359      <x>248</x>
360      <y>254</y>
361     </hint>
362     <hint type="destinationlabel">
363      <x>157</x>
364      <y>274</y>
365     </hint>
366    </hints>
367   </connection>
368   <connection>
369    <sender>buttonBox</sender>
370    <signal>rejected()</signal>
371    <receiver>SlideshowClip_UI</receiver>
372    <slot>reject()</slot>
373    <hints>
374     <hint type="sourcelabel">
375      <x>316</x>
376      <y>260</y>
377     </hint>
378     <hint type="destinationlabel">
379      <x>286</x>
380      <y>274</y>
381     </hint>
382    </hints>
383   </connection>
384  </connections>
385 </ui>