]> git.sesse.net Git - kdenlive/blob - src/widgets/dvdwizardstatus_ui.ui
Update DVD Wizard: support for 16:9 profiles and GUI improvements
[kdenlive] / src / widgets / dvdwizardstatus_ui.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>DvdWizardStatus_UI</class>
4  <widget class="QWidget" name="DvdWizardStatus_UI">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>440</width>
10     <height>344</height>
11    </rect>
12   </property>
13   <layout class="QGridLayout" name="gridLayout_2">
14    <item row="2" column="0" colspan="5">
15     <widget class="QListWidget" name="job_progress">
16      <property name="enabled">
17       <bool>false</bool>
18      </property>
19      <property name="alternatingRowColors">
20       <bool>true</bool>
21      </property>
22      <item>
23       <property name="text">
24        <string>Creating menu images</string>
25       </property>
26      </item>
27      <item>
28       <property name="text">
29        <string>Creating menu background</string>
30       </property>
31      </item>
32      <item>
33       <property name="text">
34        <string>Creating menu movie</string>
35       </property>
36      </item>
37      <item>
38       <property name="text">
39        <string>Creating dvd structure</string>
40       </property>
41      </item>
42      <item>
43       <property name="text">
44        <string>Creating iso file</string>
45       </property>
46      </item>
47     </widget>
48    </item>
49    <item row="4" column="0" colspan="5">
50     <widget class="QGroupBox" name="error_box">
51      <property name="sizePolicy">
52       <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
53        <horstretch>0</horstretch>
54        <verstretch>0</verstretch>
55       </sizepolicy>
56      </property>
57      <property name="title">
58       <string/>
59      </property>
60      <layout class="QGridLayout" name="gridLayout">
61       <item row="0" column="0">
62        <widget class="QLabel" name="label_7">
63         <property name="text">
64          <string>Status</string>
65         </property>
66        </widget>
67       </item>
68       <item row="0" column="1">
69        <spacer name="horizontalSpacer">
70         <property name="orientation">
71          <enum>Qt::Horizontal</enum>
72         </property>
73         <property name="sizeHint" stdset="0">
74          <size>
75           <width>116</width>
76           <height>20</height>
77          </size>
78         </property>
79        </spacer>
80       </item>
81       <item row="0" column="2">
82        <widget class="QPushButton" name="button_preview">
83         <property name="enabled">
84          <bool>false</bool>
85         </property>
86         <property name="text">
87          <string>Preview</string>
88         </property>
89        </widget>
90       </item>
91       <item row="0" column="3">
92        <widget class="QToolButton" name="button_burn">
93         <property name="text">
94          <string>Burn</string>
95         </property>
96         <property name="popupMode">
97          <enum>QToolButton::InstantPopup</enum>
98         </property>
99        </widget>
100       </item>
101       <item row="1" column="0" colspan="4">
102        <widget class="KTextEdit" name="error_log">
103         <property name="sizePolicy">
104          <sizepolicy hsizetype="Expanding" vsizetype="Maximum">
105           <horstretch>0</horstretch>
106           <verstretch>0</verstretch>
107          </sizepolicy>
108         </property>
109         <property name="readOnly">
110          <bool>true</bool>
111         </property>
112        </widget>
113       </item>
114      </layout>
115     </widget>
116    </item>
117    <item row="3" column="0">
118     <widget class="QPushButton" name="button_start">
119      <property name="text">
120       <string>Create ISO image</string>
121      </property>
122     </widget>
123    </item>
124    <item row="3" column="3">
125     <spacer name="horizontalSpacer_2">
126      <property name="orientation">
127       <enum>Qt::Horizontal</enum>
128      </property>
129      <property name="sizeHint" stdset="0">
130       <size>
131        <width>40</width>
132        <height>20</height>
133       </size>
134      </property>
135     </spacer>
136    </item>
137    <item row="3" column="2">
138     <widget class="QPushButton" name="button_save">
139      <property name="text">
140       <string>Save project</string>
141      </property>
142     </widget>
143    </item>
144    <item row="3" column="1">
145     <widget class="QPushButton" name="button_abort">
146      <property name="enabled">
147       <bool>false</bool>
148      </property>
149      <property name="text">
150       <string>Abort</string>
151      </property>
152     </widget>
153    </item>
154    <item row="0" column="0">
155     <widget class="QLabel" name="label">
156      <property name="text">
157       <string>Temporary data folder</string>
158      </property>
159     </widget>
160    </item>
161    <item row="0" column="1" colspan="3">
162     <widget class="KUrlRequester" name="tmp_folder"/>
163    </item>
164    <item row="1" column="0">
165     <widget class="QLabel" name="label_2">
166      <property name="text">
167       <string>DVD ISO image</string>
168      </property>
169     </widget>
170    </item>
171    <item row="1" column="1" colspan="3">
172     <widget class="KUrlRequester" name="iso_image"/>
173    </item>
174   </layout>
175  </widget>
176  <customwidgets>
177   <customwidget>
178    <class>KUrlRequester</class>
179    <extends>QFrame</extends>
180    <header>kurlrequester.h</header>
181   </customwidget>
182   <customwidget>
183    <class>KTextEdit</class>
184    <extends>QTextEdit</extends>
185    <header>ktextedit.h</header>
186   </customwidget>
187  </customwidgets>
188  <resources/>
189  <connections/>
190 </ui>