]> git.sesse.net Git - kdenlive/blob - src/widgets/dvdwizardstatus_ui.ui
Remove useless strings from uifiles, patch by Laurent Montel
[kdenlive] / src / widgets / dvdwizardstatus_ui.ui
1 <ui version="4.0" >
2  <class>DvdWizardStatus_UI</class>
3  <widget class="QWidget" name="DvdWizardStatus_UI" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>399</width>
9     <height>303</height>
10    </rect>
11   </property>
12   <layout class="QGridLayout" name="gridLayout" >
13    <item row="0" column="0" >
14     <widget class="QListWidget" name="job_progress" >
15      <property name="alternatingRowColors" >
16       <bool>true</bool>
17      </property>
18      <item>
19       <property name="text" >
20        <string>Creating menu images</string>
21       </property>
22      </item>
23      <item>
24       <property name="text" >
25        <string>Creating menu background</string>
26       </property>
27      </item>
28      <item>
29       <property name="text" >
30        <string>Creating menu movie</string>
31       </property>
32      </item>
33      <item>
34       <property name="text" >
35        <string>Creating dvd structure</string>
36       </property>
37      </item>
38      <item>
39       <property name="text" >
40        <string>Creating iso file</string>
41       </property>
42      </item>
43     </widget>
44    </item>
45    <item row="1" column="0" >
46     <widget class="QGroupBox" name="error_box" >
47      <property name="sizePolicy" >
48       <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
49        <horstretch>0</horstretch>
50        <verstretch>0</verstretch>
51       </sizepolicy>
52      </property>
53      <property name="title" >
54       <string/>
55      </property>
56      <layout class="QGridLayout" name="gridLayout_4" >
57       <item row="1" column="0" >
58        <widget class="QLabel" name="label_7" >
59         <property name="text" >
60          <string>Error Log</string>
61         </property>
62        </widget>
63       </item>
64       <item row="2" column="0" >
65        <widget class="KTextEdit" name="error_log" >
66         <property name="readOnly" >
67          <bool>true</bool>
68         </property>
69        </widget>
70       </item>
71      </layout>
72     </widget>
73    </item>
74   </layout>
75   <zorder>job_progress</zorder>
76   <zorder>error_box</zorder>
77   <zorder>error_log</zorder>
78  </widget>
79  <customwidgets>
80   <customwidget>
81    <class>KTextEdit</class>
82    <extends>QTextEdit</extends>
83    <header>ktextedit.h</header>
84   </customwidget>
85  </customwidgets>
86  <resources/>
87  <connections/>
88 </ui>