]> git.sesse.net Git - kdenlive/blob - src/widgets/slideshowclip_ui.ui
97dbdafd2dd5e01fec094adf9fb37ccbf25d4fd4
[kdenlive] / src / widgets / 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>287</width>
10     <height>453</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>Image name</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="8" column="0" colspan="4">
249     <widget class="KListWidget" name="icon_list"/>
250    </item>
251    <item row="9" 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="10" 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   </layout>
300  </widget>
301  <customwidgets>
302   <customwidget>
303    <class>KIntSpinBox</class>
304    <extends>QSpinBox</extends>
305    <header>knuminput.h</header>
306   </customwidget>
307   <customwidget>
308    <class>KUrlRequester</class>
309    <extends>QFrame</extends>
310    <header>kurlrequester.h</header>
311   </customwidget>
312   <customwidget>
313    <class>KListWidget</class>
314    <extends>QListWidget</extends>
315    <header>klistwidget.h</header>
316   </customwidget>
317   <customwidget>
318    <class>KLineEdit</class>
319    <extends>QLineEdit</extends>
320    <header>klineedit.h</header>
321   </customwidget>
322   <customwidget>
323    <class>KComboBox</class>
324    <extends>QComboBox</extends>
325    <header>kcombobox.h</header>
326   </customwidget>
327   <customwidget>
328    <class>KRestrictedLine</class>
329    <extends>KLineEdit</extends>
330    <header>krestrictedline.h</header>
331   </customwidget>
332  </customwidgets>
333  <resources/>
334  <connections>
335   <connection>
336    <sender>buttonBox</sender>
337    <signal>accepted()</signal>
338    <receiver>SlideshowClip_UI</receiver>
339    <slot>accept()</slot>
340    <hints>
341     <hint type="sourcelabel">
342      <x>248</x>
343      <y>254</y>
344     </hint>
345     <hint type="destinationlabel">
346      <x>157</x>
347      <y>274</y>
348     </hint>
349    </hints>
350   </connection>
351   <connection>
352    <sender>buttonBox</sender>
353    <signal>rejected()</signal>
354    <receiver>SlideshowClip_UI</receiver>
355    <slot>reject()</slot>
356    <hints>
357     <hint type="sourcelabel">
358      <x>316</x>
359      <y>260</y>
360     </hint>
361     <hint type="destinationlabel">
362      <x>286</x>
363      <y>274</y>
364     </hint>
365    </hints>
366   </connection>
367  </connections>
368 </ui>