]> git.sesse.net Git - kdenlive/blob - src/widgets/renderwidget_ui.ui
ecc67e1973790acd985e251ac36a85f653d7d629
[kdenlive] / src / widgets / renderwidget_ui.ui
1 <ui version="4.0" >
2  <class>RenderWidget_UI</class>
3  <widget class="QDialog" name="RenderWidget_UI" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>474</width>
9     <height>504</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Dialog</string>
14   </property>
15   <layout class="QGridLayout" name="gridLayout_3" >
16    <property name="margin" >
17     <number>0</number>
18    </property>
19    <item row="0" column="0" >
20     <widget class="QTabWidget" name="tabWidget" >
21      <property name="currentIndex" >
22       <number>0</number>
23      </property>
24      <widget class="QWidget" name="tab" >
25       <attribute name="title" >
26        <string>Render Project</string>
27       </attribute>
28       <layout class="QGridLayout" name="gridLayout" >
29        <item row="2" column="2" colspan="3" >
30         <spacer name="horizontalSpacer_2" >
31          <property name="orientation" >
32           <enum>Qt::Horizontal</enum>
33          </property>
34          <property name="sizeHint" stdset="0" >
35           <size>
36            <width>124</width>
37            <height>23</height>
38           </size>
39          </property>
40         </spacer>
41        </item>
42        <item row="9" column="0" colspan="10" >
43         <layout class="QHBoxLayout" name="horizontalLayout" >
44          <item>
45           <widget class="QRadioButton" name="render_full" >
46            <property name="text" >
47             <string>Full project</string>
48            </property>
49            <property name="checked" >
50             <bool>true</bool>
51            </property>
52           </widget>
53          </item>
54          <item>
55           <widget class="QRadioButton" name="render_zone" >
56            <property name="text" >
57             <string>Selected zone</string>
58            </property>
59           </widget>
60          </item>
61          <item>
62           <widget class="QRadioButton" name="render_guide" >
63            <property name="text" >
64             <string>Guide zone</string>
65            </property>
66           </widget>
67          </item>
68         </layout>
69        </item>
70        <item row="11" column="4" colspan="4" >
71         <spacer name="horizontalSpacer" >
72          <property name="orientation" >
73           <enum>Qt::Horizontal</enum>
74          </property>
75          <property name="sizeHint" stdset="0" >
76           <size>
77            <width>221</width>
78            <height>24</height>
79           </size>
80          </property>
81         </spacer>
82        </item>
83        <item row="0" column="0" colspan="2" >
84         <widget class="QLabel" name="label_6" >
85          <property name="text" >
86           <string>Destination</string>
87          </property>
88         </widget>
89        </item>
90        <item row="0" column="2" colspan="8" >
91         <widget class="KComboBox" name="destination_list" />
92        </item>
93        <item row="1" column="0" colspan="2" >
94         <widget class="QLabel" name="label" >
95          <property name="text" >
96           <string>Output file</string>
97          </property>
98         </widget>
99        </item>
100        <item row="1" column="2" colspan="8" >
101         <widget class="KUrlRequester" name="out_file" />
102        </item>
103        <item row="2" column="0" >
104         <widget class="QToolButton" name="buttonInfo" >
105          <property name="text" >
106           <string>I</string>
107          </property>
108         </widget>
109        </item>
110        <item row="2" column="1" >
111         <widget class="QLabel" name="label_3" >
112          <property name="text" >
113           <string>Format</string>
114          </property>
115         </widget>
116        </item>
117        <item row="2" column="5" colspan="2" >
118         <widget class="KComboBox" name="format_selection" >
119          <item>
120           <property name="text" >
121            <string>PAL</string>
122           </property>
123          </item>
124          <item>
125           <property name="text" >
126            <string>NTSC</string>
127           </property>
128          </item>
129         </widget>
130        </item>
131        <item row="2" column="7" >
132         <widget class="QToolButton" name="buttonEdit" >
133          <property name="text" >
134           <string>E</string>
135          </property>
136         </widget>
137        </item>
138        <item row="2" column="8" >
139         <widget class="QToolButton" name="buttonSave" >
140          <property name="text" >
141           <string>S</string>
142          </property>
143         </widget>
144        </item>
145        <item row="2" column="9" >
146         <widget class="QToolButton" name="buttonDelete" >
147          <property name="text" >
148           <string>D</string>
149          </property>
150         </widget>
151        </item>
152        <item row="4" column="0" colspan="2" >
153         <widget class="QLabel" name="label_5" >
154          <property name="text" >
155           <string>Scanning</string>
156          </property>
157         </widget>
158        </item>
159        <item row="4" column="2" colspan="4" >
160         <widget class="KComboBox" name="scanning_list" >
161          <item>
162           <property name="text" >
163            <string>Auto</string>
164           </property>
165          </item>
166          <item>
167           <property name="text" >
168            <string>Force Progressive</string>
169           </property>
170          </item>
171          <item>
172           <property name="text" >
173            <string>Force Interlaced</string>
174           </property>
175          </item>
176         </widget>
177        </item>
178        <item row="4" column="6" colspan="4" >
179         <widget class="QCheckBox" name="export_audio" >
180          <property name="text" >
181           <string>Export audio</string>
182          </property>
183          <property name="checked" >
184           <bool>true</bool>
185          </property>
186         </widget>
187        </item>
188        <item row="5" column="0" colspan="2" >
189         <widget class="QCheckBox" name="rescale" >
190          <property name="text" >
191           <string>Rescale</string>
192          </property>
193         </widget>
194        </item>
195        <item row="5" column="2" colspan="4" >
196         <widget class="KRestrictedLine" name="rescale_size" >
197          <property name="inputMask" >
198           <string>0099\×0099; </string>
199          </property>
200          <property name="text" >
201           <string>320×240</string>
202          </property>
203          <property name="validChars" >
204           <string/>
205          </property>
206         </widget>
207        </item>
208        <item row="5" column="6" colspan="4" >
209         <widget class="QCheckBox" name="tc_overlay" >
210          <property name="text" >
211           <string>Timecode overlay</string>
212          </property>
213         </widget>
214        </item>
215        <item row="6" column="0" colspan="10" >
216         <widget class="QCheckBox" name="open_dvd" >
217          <property name="text" >
218           <string>Open Dvd wizard after rendering</string>
219          </property>
220         </widget>
221        </item>
222        <item row="7" column="0" colspan="10" >
223         <widget class="QCheckBox" name="open_browser" >
224          <property name="text" >
225           <string>Open browser window after export</string>
226          </property>
227         </widget>
228        </item>
229        <item row="8" column="0" colspan="10" >
230         <widget class="QCheckBox" name="play_after" >
231          <property name="text" >
232           <string>Play after render</string>
233          </property>
234         </widget>
235        </item>
236        <item row="10" column="0" colspan="10" >
237         <widget class="QGroupBox" name="guides_box" >
238          <property name="title" >
239           <string/>
240          </property>
241          <layout class="QGridLayout" name="gridLayout_2" >
242           <item row="0" column="0" >
243            <widget class="QLabel" name="label_4" >
244             <property name="text" >
245              <string>From</string>
246             </property>
247            </widget>
248           </item>
249           <item row="0" column="1" >
250            <widget class="KComboBox" name="guide_start" >
251             <property name="sizePolicy" >
252              <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
253               <horstretch>0</horstretch>
254               <verstretch>0</verstretch>
255              </sizepolicy>
256             </property>
257            </widget>
258           </item>
259           <item row="0" column="2" >
260            <widget class="QLabel" name="label_2" >
261             <property name="text" >
262              <string>to</string>
263             </property>
264            </widget>
265           </item>
266           <item row="0" column="3" >
267            <widget class="KComboBox" name="guide_end" >
268             <property name="sizePolicy" >
269              <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
270               <horstretch>0</horstretch>
271               <verstretch>0</verstretch>
272              </sizepolicy>
273             </property>
274            </widget>
275           </item>
276          </layout>
277         </widget>
278        </item>
279        <item row="11" column="0" colspan="4" >
280         <widget class="KPushButton" name="buttonStart" >
281          <property name="text" >
282           <string>Start Rendering</string>
283          </property>
284         </widget>
285        </item>
286        <item row="11" column="8" colspan="2" >
287         <widget class="KPushButton" name="buttonClose" >
288          <property name="text" >
289           <string>Close</string>
290          </property>
291         </widget>
292        </item>
293        <item row="3" column="0" colspan="10" >
294         <widget class="QSplitter" name="splitter_3" >
295          <property name="orientation" >
296           <enum>Qt::Vertical</enum>
297          </property>
298          <widget class="QSplitter" name="splitter" >
299           <property name="orientation" >
300            <enum>Qt::Horizontal</enum>
301           </property>
302           <widget class="KListWidget" name="format_list" >
303            <property name="sizePolicy" >
304             <sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
305              <horstretch>0</horstretch>
306              <verstretch>0</verstretch>
307             </sizepolicy>
308            </property>
309           </widget>
310           <widget class="KListWidget" name="size_list" >
311            <property name="sizePolicy" >
312             <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
313              <horstretch>0</horstretch>
314              <verstretch>0</verstretch>
315             </sizepolicy>
316            </property>
317           </widget>
318          </widget>
319          <widget class="KTextEdit" name="advanced_params" >
320           <property name="readOnly" >
321            <bool>true</bool>
322           </property>
323           <property name="acceptRichText" >
324            <bool>false</bool>
325           </property>
326          </widget>
327         </widget>
328        </item>
329       </layout>
330      </widget>
331      <widget class="QWidget" name="tab_2" >
332       <attribute name="title" >
333        <string>Current jobs</string>
334       </attribute>
335       <layout class="QGridLayout" name="gridLayout_5" >
336        <item row="1" column="1" >
337         <spacer name="horizontalSpacer_3" >
338          <property name="orientation" >
339           <enum>Qt::Horizontal</enum>
340          </property>
341          <property name="sizeHint" stdset="0" >
342           <size>
343            <width>40</width>
344            <height>20</height>
345           </size>
346          </property>
347         </spacer>
348        </item>
349        <item row="1" column="0" >
350         <widget class="QPushButton" name="abort_job" >
351          <property name="text" >
352           <string>Abort Job</string>
353          </property>
354         </widget>
355        </item>
356        <item row="1" column="2" >
357         <widget class="KPushButton" name="buttonClose2" >
358          <property name="text" >
359           <string>Close</string>
360          </property>
361         </widget>
362        </item>
363        <item row="0" column="0" colspan="3" >
364         <widget class="QSplitter" name="splitter_2" >
365          <property name="orientation" >
366           <enum>Qt::Vertical</enum>
367          </property>
368          <widget class="QTreeWidget" name="running_jobs" >
369           <property name="sizePolicy" >
370            <sizepolicy vsizetype="MinimumExpanding" hsizetype="Expanding" >
371             <horstretch>0</horstretch>
372             <verstretch>0</verstretch>
373            </sizepolicy>
374           </property>
375           <property name="rootIsDecorated" >
376            <bool>false</bool>
377           </property>
378           <property name="allColumnsShowFocus" >
379            <bool>true</bool>
380           </property>
381           <property name="columnCount" >
382            <number>0</number>
383           </property>
384          </widget>
385          <widget class="QGroupBox" name="error_box" >
386           <property name="sizePolicy" >
387            <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
388             <horstretch>0</horstretch>
389             <verstretch>0</verstretch>
390            </sizepolicy>
391           </property>
392           <property name="title" >
393            <string/>
394           </property>
395           <layout class="QGridLayout" name="gridLayout_4" >
396            <item row="1" column="0" >
397             <widget class="QLabel" name="label_7" >
398              <property name="text" >
399               <string>Error Log</string>
400              </property>
401             </widget>
402            </item>
403            <item row="2" column="0" >
404             <widget class="KTextEdit" name="error_log" >
405              <property name="readOnly" >
406               <bool>true</bool>
407              </property>
408             </widget>
409            </item>
410           </layout>
411          </widget>
412         </widget>
413        </item>
414       </layout>
415      </widget>
416     </widget>
417    </item>
418   </layout>
419  </widget>
420  <customwidgets>
421   <customwidget>
422    <class>KComboBox</class>
423    <extends>QComboBox</extends>
424    <header>kcombobox.h</header>
425   </customwidget>
426   <customwidget>
427    <class>KListWidget</class>
428    <extends>QListWidget</extends>
429    <header>klistwidget.h</header>
430   </customwidget>
431   <customwidget>
432    <class>KPushButton</class>
433    <extends>QPushButton</extends>
434    <header>kpushbutton.h</header>
435   </customwidget>
436   <customwidget>
437    <class>KRestrictedLine</class>
438    <extends>KLineEdit</extends>
439    <header>krestrictedline.h</header>
440   </customwidget>
441   <customwidget>
442    <class>KTextEdit</class>
443    <extends>QTextEdit</extends>
444    <header>ktextedit.h</header>
445   </customwidget>
446   <customwidget>
447    <class>KUrlRequester</class>
448    <extends>QFrame</extends>
449    <header>kurlrequester.h</header>
450   </customwidget>
451  </customwidgets>
452  <resources/>
453  <connections/>
454 </ui>