]> git.sesse.net Git - kdenlive/blob - src/widgets/slideshowclip_ui.ui
Slideshow widget larger by default
[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>452</width>
10     <height>616</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Slideshow Clip</string>
15   </property>
16   <layout class="QGridLayout" name="gridLayout">
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="2">
25     <widget class="KLineEdit" name="clip_name"/>
26    </item>
27    <item row="1" column="0">
28     <widget class="QLabel" name="label">
29      <property name="text">
30       <string>Folder</string>
31      </property>
32     </widget>
33    </item>
34    <item row="1" column="1" colspan="2">
35     <widget class="KUrlRequester" name="folder_url"/>
36    </item>
37    <item row="2" column="0">
38     <widget class="QLabel" name="label_2">
39      <property name="text">
40       <string>Frame Duration</string>
41      </property>
42     </widget>
43    </item>
44    <item row="2" column="1">
45     <layout class="QHBoxLayout" name="horizontalLayout_2">
46      <item>
47       <widget class="KRestrictedLine" name="clip_duration">
48        <property name="inputMask">
49         <string>99:99:99:99; </string>
50        </property>
51       </widget>
52      </item>
53      <item>
54       <widget class="KIntSpinBox" name="clip_duration_frames">
55        <property name="sizePolicy">
56         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
57          <horstretch>0</horstretch>
58          <verstretch>0</verstretch>
59         </sizepolicy>
60        </property>
61        <property name="minimum">
62         <number>1</number>
63        </property>
64        <property name="maximum">
65         <number>256000</number>
66        </property>
67       </widget>
68      </item>
69     </layout>
70    </item>
71    <item row="2" column="2">
72     <widget class="KComboBox" name="clip_duration_format"/>
73    </item>
74    <item row="3" column="0">
75     <widget class="QLabel" name="label_4">
76      <property name="text">
77       <string>Image Type</string>
78      </property>
79     </widget>
80    </item>
81    <item row="3" column="1" colspan="2">
82     <widget class="KComboBox" name="image_type"/>
83    </item>
84    <item row="4" column="0">
85     <widget class="QCheckBox" name="slide_loop">
86      <property name="text">
87       <string>Loop</string>
88      </property>
89     </widget>
90    </item>
91    <item row="5" column="0">
92     <widget class="QCheckBox" name="slide_fade">
93      <property name="text">
94       <string>Dissolve</string>
95      </property>
96     </widget>
97    </item>
98    <item row="5" column="1" colspan="2">
99     <layout class="QHBoxLayout" name="horizontalLayout">
100      <item>
101       <widget class="KRestrictedLine" name="luma_duration">
102        <property name="enabled">
103         <bool>false</bool>
104        </property>
105        <property name="inputMask">
106         <string>99:99:99:99; </string>
107        </property>
108       </widget>
109      </item>
110      <item>
111       <widget class="KIntSpinBox" name="luma_duration_frames">
112        <property name="enabled">
113         <bool>false</bool>
114        </property>
115        <property name="sizePolicy">
116         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
117          <horstretch>0</horstretch>
118          <verstretch>0</verstretch>
119         </sizepolicy>
120        </property>
121        <property name="minimum">
122         <number>1</number>
123        </property>
124        <property name="maximum">
125         <number>256000</number>
126        </property>
127       </widget>
128      </item>
129     </layout>
130    </item>
131    <item row="6" column="0">
132     <widget class="QCheckBox" name="luma_fade">
133      <property name="enabled">
134       <bool>false</bool>
135      </property>
136      <property name="text">
137       <string>Wipe</string>
138      </property>
139     </widget>
140    </item>
141    <item row="6" column="1" colspan="2">
142     <widget class="KComboBox" name="luma_file">
143      <property name="enabled">
144       <bool>false</bool>
145      </property>
146     </widget>
147    </item>
148    <item row="7" column="0">
149     <widget class="QLabel" name="label_softness">
150      <property name="enabled">
151       <bool>false</bool>
152      </property>
153      <property name="text">
154       <string>Softness</string>
155      </property>
156     </widget>
157    </item>
158    <item row="7" column="1" colspan="2">
159     <widget class="QSlider" name="luma_softness">
160      <property name="enabled">
161       <bool>false</bool>
162      </property>
163      <property name="maximum">
164       <number>100</number>
165      </property>
166      <property name="orientation">
167       <enum>Qt::Horizontal</enum>
168      </property>
169     </widget>
170    </item>
171    <item row="8" column="0" colspan="3">
172     <widget class="KListWidget" name="icon_list"/>
173    </item>
174    <item row="9" column="0" colspan="3">
175     <layout class="QHBoxLayout" name="horizontalLayout_3">
176      <item>
177       <widget class="QCheckBox" name="show_thumbs">
178        <property name="text">
179         <string>Show thumbnails</string>
180        </property>
181       </widget>
182      </item>
183      <item>
184       <spacer name="horizontalSpacer">
185        <property name="orientation">
186         <enum>Qt::Horizontal</enum>
187        </property>
188        <property name="sizeHint" stdset="0">
189         <size>
190          <width>40</width>
191          <height>20</height>
192         </size>
193        </property>
194       </spacer>
195      </item>
196      <item>
197       <widget class="QLabel" name="label_info">
198        <property name="text">
199         <string>No image found</string>
200        </property>
201       </widget>
202      </item>
203     </layout>
204    </item>
205    <item row="10" column="1" colspan="2">
206     <widget class="QDialogButtonBox" name="buttonBox">
207      <property name="orientation">
208       <enum>Qt::Horizontal</enum>
209      </property>
210      <property name="standardButtons">
211       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
212      </property>
213     </widget>
214    </item>
215   </layout>
216  </widget>
217  <customwidgets>
218   <customwidget>
219    <class>KIntSpinBox</class>
220    <extends>QSpinBox</extends>
221    <header>knuminput.h</header>
222   </customwidget>
223   <customwidget>
224    <class>KUrlRequester</class>
225    <extends>QFrame</extends>
226    <header>kurlrequester.h</header>
227   </customwidget>
228   <customwidget>
229    <class>KListWidget</class>
230    <extends>QListWidget</extends>
231    <header>klistwidget.h</header>
232   </customwidget>
233   <customwidget>
234    <class>KLineEdit</class>
235    <extends>QLineEdit</extends>
236    <header>klineedit.h</header>
237   </customwidget>
238   <customwidget>
239    <class>KComboBox</class>
240    <extends>QComboBox</extends>
241    <header>kcombobox.h</header>
242   </customwidget>
243   <customwidget>
244    <class>KRestrictedLine</class>
245    <extends>KLineEdit</extends>
246    <header>krestrictedline.h</header>
247   </customwidget>
248  </customwidgets>
249  <resources/>
250  <connections>
251   <connection>
252    <sender>buttonBox</sender>
253    <signal>accepted()</signal>
254    <receiver>SlideshowClip_UI</receiver>
255    <slot>accept()</slot>
256    <hints>
257     <hint type="sourcelabel">
258      <x>248</x>
259      <y>254</y>
260     </hint>
261     <hint type="destinationlabel">
262      <x>157</x>
263      <y>274</y>
264     </hint>
265    </hints>
266   </connection>
267   <connection>
268    <sender>buttonBox</sender>
269    <signal>rejected()</signal>
270    <receiver>SlideshowClip_UI</receiver>
271    <slot>reject()</slot>
272    <hints>
273     <hint type="sourcelabel">
274      <x>316</x>
275      <y>260</y>
276     </hint>
277     <hint type="destinationlabel">
278      <x>286</x>
279      <y>274</y>
280     </hint>
281    </hints>
282   </connection>
283  </connections>
284 </ui>