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