]> git.sesse.net Git - kdenlive/blob - src/widgets/renderwidget_ui.ui
Remove problematic character in ui file
[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="text" >
198           <string/>
199          </property>
200          <property name="validChars" >
201           <string/>
202          </property>
203         </widget>
204        </item>
205        <item row="5" column="6" colspan="4" >
206         <widget class="QCheckBox" name="tc_overlay" >
207          <property name="text" >
208           <string>Timecode overlay</string>
209          </property>
210         </widget>
211        </item>
212        <item row="6" column="0" colspan="10" >
213         <widget class="QCheckBox" name="open_dvd" >
214          <property name="text" >
215           <string>Open Dvd wizard after rendering</string>
216          </property>
217         </widget>
218        </item>
219        <item row="7" column="0" colspan="10" >
220         <widget class="QCheckBox" name="open_browser" >
221          <property name="text" >
222           <string>Open browser window after export</string>
223          </property>
224         </widget>
225        </item>
226        <item row="8" column="0" colspan="10" >
227         <widget class="QCheckBox" name="play_after" >
228          <property name="text" >
229           <string>Play after render</string>
230          </property>
231         </widget>
232        </item>
233        <item row="10" column="0" colspan="10" >
234         <widget class="QGroupBox" name="guides_box" >
235          <property name="title" >
236           <string/>
237          </property>
238          <layout class="QGridLayout" name="gridLayout_2" >
239           <item row="0" column="0" >
240            <widget class="QLabel" name="label_4" >
241             <property name="text" >
242              <string>From</string>
243             </property>
244            </widget>
245           </item>
246           <item row="0" column="1" >
247            <widget class="KComboBox" name="guide_start" >
248             <property name="sizePolicy" >
249              <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
250               <horstretch>0</horstretch>
251               <verstretch>0</verstretch>
252              </sizepolicy>
253             </property>
254            </widget>
255           </item>
256           <item row="0" column="2" >
257            <widget class="QLabel" name="label_2" >
258             <property name="text" >
259              <string>to</string>
260             </property>
261            </widget>
262           </item>
263           <item row="0" column="3" >
264            <widget class="KComboBox" name="guide_end" >
265             <property name="sizePolicy" >
266              <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
267               <horstretch>0</horstretch>
268               <verstretch>0</verstretch>
269              </sizepolicy>
270             </property>
271            </widget>
272           </item>
273          </layout>
274         </widget>
275        </item>
276        <item row="11" column="0" colspan="4" >
277         <widget class="KPushButton" name="buttonStart" >
278          <property name="text" >
279           <string>Start Rendering</string>
280          </property>
281         </widget>
282        </item>
283        <item row="11" column="8" colspan="2" >
284         <widget class="KPushButton" name="buttonClose" >
285          <property name="text" >
286           <string>Close</string>
287          </property>
288         </widget>
289        </item>
290        <item row="3" column="0" colspan="10" >
291         <widget class="QSplitter" name="splitter_3" >
292          <property name="orientation" >
293           <enum>Qt::Vertical</enum>
294          </property>
295          <widget class="QSplitter" name="splitter" >
296           <property name="orientation" >
297            <enum>Qt::Horizontal</enum>
298           </property>
299           <widget class="KListWidget" name="format_list" >
300            <property name="sizePolicy" >
301             <sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
302              <horstretch>0</horstretch>
303              <verstretch>0</verstretch>
304             </sizepolicy>
305            </property>
306           </widget>
307           <widget class="KListWidget" name="size_list" >
308            <property name="sizePolicy" >
309             <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
310              <horstretch>0</horstretch>
311              <verstretch>0</verstretch>
312             </sizepolicy>
313            </property>
314           </widget>
315          </widget>
316          <widget class="KTextEdit" name="advanced_params" >
317           <property name="readOnly" >
318            <bool>true</bool>
319           </property>
320           <property name="acceptRichText" >
321            <bool>false</bool>
322           </property>
323          </widget>
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>
414    </item>
415   </layout>
416  </widget>
417  <customwidgets>
418   <customwidget>
419    <class>KComboBox</class>
420    <extends>QComboBox</extends>
421    <header>kcombobox.h</header>
422   </customwidget>
423   <customwidget>
424    <class>KListWidget</class>
425    <extends>QListWidget</extends>
426    <header>klistwidget.h</header>
427   </customwidget>
428   <customwidget>
429    <class>KPushButton</class>
430    <extends>QPushButton</extends>
431    <header>kpushbutton.h</header>
432   </customwidget>
433   <customwidget>
434    <class>KRestrictedLine</class>
435    <extends>KLineEdit</extends>
436    <header>krestrictedline.h</header>
437   </customwidget>
438   <customwidget>
439    <class>KTextEdit</class>
440    <extends>QTextEdit</extends>
441    <header>ktextedit.h</header>
442   </customwidget>
443   <customwidget>
444    <class>KUrlRequester</class>
445    <extends>QFrame</extends>
446    <header>kurlrequester.h</header>
447   </customwidget>
448  </customwidgets>
449  <resources/>
450  <connections/>
451 </ui>