]> git.sesse.net Git - kdenlive/blob - src/widgets/projectsettings_ui.ui
New file management tab in project settings dialog
[kdenlive] / src / widgets / projectsettings_ui.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>ProjectSettings_UI</class>
4  <widget class="QDialog" name="ProjectSettings_UI">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>447</width>
10     <height>299</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Project Settings</string>
15   </property>
16   <layout class="QGridLayout" name="gridLayout_5">
17    <item row="0" column="0">
18     <widget class="QTabWidget" name="tabWidget">
19      <property name="currentIndex">
20       <number>0</number>
21      </property>
22      <widget class="QWidget" name="tab">
23       <attribute name="title">
24        <string>Settings</string>
25       </attribute>
26       <layout class="QGridLayout" name="gridLayout_3">
27        <item row="0" column="0" colspan="2">
28         <widget class="QLabel" name="label_4">
29          <property name="text">
30           <string>Project folder</string>
31          </property>
32         </widget>
33        </item>
34        <item row="0" column="2" colspan="5">
35         <widget class="KUrlRequester" name="project_folder"/>
36        </item>
37        <item row="1" column="0" colspan="7">
38         <widget class="QGroupBox" name="properties">
39          <property name="title">
40           <string>Video Profile</string>
41          </property>
42          <layout class="QGridLayout" name="gridLayout_2">
43           <item row="0" column="0">
44            <widget class="QLabel" name="label">
45             <property name="text">
46              <string>Profile</string>
47             </property>
48            </widget>
49           </item>
50           <item row="0" column="1">
51            <widget class="KComboBox" name="profiles_list"/>
52           </item>
53           <item row="1" column="0" colspan="2">
54            <layout class="QGridLayout" name="gridLayout">
55             <item row="0" column="0">
56              <widget class="QLabel" name="label_5">
57               <property name="text">
58                <string>Size:</string>
59               </property>
60              </widget>
61             </item>
62             <item row="0" column="1">
63              <widget class="QLabel" name="p_size">
64               <property name="text">
65                <string>720x576</string>
66               </property>
67              </widget>
68             </item>
69             <item row="0" column="2">
70              <widget class="QLabel" name="label_3">
71               <property name="text">
72                <string>Frame rate:</string>
73               </property>
74              </widget>
75             </item>
76             <item row="0" column="3">
77              <widget class="QLabel" name="p_fps">
78               <property name="text">
79                <string>25/1</string>
80               </property>
81              </widget>
82             </item>
83             <item row="1" column="0">
84              <widget class="QLabel" name="label_9">
85               <property name="text">
86                <string>Pixel aspect ratio:</string>
87               </property>
88              </widget>
89             </item>
90             <item row="1" column="1">
91              <widget class="QLabel" name="p_aspect">
92               <property name="text">
93                <string>59/54</string>
94               </property>
95              </widget>
96             </item>
97             <item row="1" column="2">
98              <widget class="QLabel" name="label_10">
99               <property name="text">
100                <string>Display aspect ratio:</string>
101               </property>
102              </widget>
103             </item>
104             <item row="1" column="3">
105              <widget class="QLabel" name="p_display">
106               <property name="text">
107                <string>4/3</string>
108               </property>
109              </widget>
110             </item>
111            </layout>
112           </item>
113           <item row="2" column="0" colspan="2">
114            <widget class="QLabel" name="p_progressive">
115             <property name="text">
116              <string>Interlaced</string>
117             </property>
118            </widget>
119           </item>
120          </layout>
121         </widget>
122        </item>
123        <item row="2" column="0">
124         <widget class="QLabel" name="label_7">
125          <property name="text">
126           <string>Video tracks</string>
127          </property>
128         </widget>
129        </item>
130        <item row="2" column="2">
131         <widget class="QSpinBox" name="video_tracks"/>
132        </item>
133        <item row="2" column="3" colspan="2">
134         <widget class="QLabel" name="label_8">
135          <property name="text">
136           <string>Audio tracks</string>
137          </property>
138         </widget>
139        </item>
140        <item row="2" column="5">
141         <widget class="QSpinBox" name="audio_tracks"/>
142        </item>
143        <item row="2" column="6">
144         <spacer name="horizontalSpacer_2">
145          <property name="orientation">
146           <enum>Qt::Horizontal</enum>
147          </property>
148          <property name="sizeHint" stdset="0">
149           <size>
150            <width>67</width>
151            <height>20</height>
152           </size>
153          </property>
154         </spacer>
155        </item>
156        <item row="3" column="0">
157         <widget class="QLabel" name="label_2">
158          <property name="text">
159           <string>Thumbnails:</string>
160          </property>
161         </widget>
162        </item>
163        <item row="3" column="1" colspan="2">
164         <widget class="QCheckBox" name="video_thumbs">
165          <property name="text">
166           <string>Video</string>
167          </property>
168         </widget>
169        </item>
170        <item row="3" column="3">
171         <widget class="QCheckBox" name="audio_thumbs">
172          <property name="text">
173           <string>Audio</string>
174          </property>
175         </widget>
176        </item>
177        <item row="3" column="4" colspan="3">
178         <spacer name="horizontalSpacer">
179          <property name="orientation">
180           <enum>Qt::Horizontal</enum>
181          </property>
182          <property name="sizeHint" stdset="0">
183           <size>
184            <width>229</width>
185            <height>20</height>
186           </size>
187          </property>
188         </spacer>
189        </item>
190        <item row="4" column="2" colspan="3">
191         <spacer name="verticalSpacer">
192          <property name="orientation">
193           <enum>Qt::Vertical</enum>
194          </property>
195          <property name="sizeHint" stdset="0">
196           <size>
197            <width>105</width>
198            <height>17</height>
199           </size>
200          </property>
201         </spacer>
202        </item>
203       </layout>
204      </widget>
205      <widget class="QWidget" name="tab_2">
206       <attribute name="title">
207        <string>Project Files</string>
208       </attribute>
209       <layout class="QGridLayout" name="gridLayout_4">
210        <item row="0" column="0">
211         <widget class="QLabel" name="label_12">
212          <property name="text">
213           <string>Clips used in project:</string>
214          </property>
215         </widget>
216        </item>
217        <item row="0" column="1">
218         <widget class="QLabel" name="used_count">
219          <property name="text">
220           <string/>
221          </property>
222         </widget>
223        </item>
224        <item row="0" column="2">
225         <widget class="QLabel" name="used_size">
226          <property name="text">
227           <string/>
228          </property>
229         </widget>
230        </item>
231        <item row="1" column="0">
232         <widget class="QLabel" name="label_6">
233          <property name="text">
234           <string>Unused clips:</string>
235          </property>
236         </widget>
237        </item>
238        <item row="1" column="1">
239         <widget class="QLabel" name="unused_count">
240          <property name="text">
241           <string/>
242          </property>
243         </widget>
244        </item>
245        <item row="1" column="2">
246         <widget class="QLabel" name="unused_size">
247          <property name="text">
248           <string/>
249          </property>
250         </widget>
251        </item>
252        <item row="1" column="3">
253         <widget class="KPushButton" name="delete_unused">
254          <property name="text">
255           <string>Delete files</string>
256          </property>
257         </widget>
258        </item>
259        <item row="2" column="0">
260         <widget class="QLabel" name="label_11">
261          <property name="text">
262           <string>Thumbnails cache:</string>
263          </property>
264         </widget>
265        </item>
266        <item row="2" column="1">
267         <widget class="QLabel" name="thumbs_count">
268          <property name="text">
269           <string/>
270          </property>
271         </widget>
272        </item>
273        <item row="2" column="2">
274         <widget class="QLabel" name="thumbs_size">
275          <property name="text">
276           <string/>
277          </property>
278         </widget>
279        </item>
280        <item row="2" column="3">
281         <widget class="KPushButton" name="clear_cache">
282          <property name="text">
283           <string>Clear cache</string>
284          </property>
285         </widget>
286        </item>
287        <item row="3" column="3">
288         <spacer name="verticalSpacer_2">
289          <property name="orientation">
290           <enum>Qt::Vertical</enum>
291          </property>
292          <property name="sizeHint" stdset="0">
293           <size>
294            <width>20</width>
295            <height>142</height>
296           </size>
297          </property>
298         </spacer>
299        </item>
300       </layout>
301      </widget>
302     </widget>
303    </item>
304    <item row="1" column="0">
305     <widget class="QDialogButtonBox" name="buttonBox">
306      <property name="orientation">
307       <enum>Qt::Horizontal</enum>
308      </property>
309      <property name="standardButtons">
310       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
311      </property>
312     </widget>
313    </item>
314   </layout>
315  </widget>
316  <customwidgets>
317   <customwidget>
318    <class>KUrlRequester</class>
319    <extends>QFrame</extends>
320    <header>kurlrequester.h</header>
321   </customwidget>
322   <customwidget>
323    <class>KPushButton</class>
324    <extends>QPushButton</extends>
325    <header>kpushbutton.h</header>
326   </customwidget>
327   <customwidget>
328    <class>KComboBox</class>
329    <extends>QComboBox</extends>
330    <header>kcombobox.h</header>
331   </customwidget>
332  </customwidgets>
333  <resources/>
334  <connections>
335   <connection>
336    <sender>buttonBox</sender>
337    <signal>accepted()</signal>
338    <receiver>ProjectSettings_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>ProjectSettings_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>