2 <class>EncodeWidget</class>
3 <widget class="QWidget" name="EncodeWidget" >
4 <property name="geometry" >
12 <property name="minimumSize" >
18 <property name="windowTitle" >
21 <layout class="QVBoxLayout" >
22 <property name="margin" >
25 <property name="spacing" >
29 <widget class="QLabel" name="mainLabel" >
30 <property name="font" >
33 <pointsize>14</pointsize>
38 <property name="text" >
39 <string>Select DVD features</string>
44 <widget class="Line" name="line" >
45 <property name="orientation" >
46 <enum>Qt::Horizontal</enum>
51 <widget class="QTreeView" name="titleTree" />
54 <widget class="QLabel" name="settingsLabel" >
55 <property name="font" >
57 <pointsize>14</pointsize>
59 <italic>false</italic>
63 <property name="text" >
64 <string>Settings</string>
69 <layout class="QGridLayout" >
70 <property name="margin" >
73 <property name="spacing" >
76 <item row="0" column="0" >
77 <widget class="QLabel" name="saveLabel" >
78 <property name="text" >
79 <string>Save converted files to:</string>
81 <property name="alignment" >
82 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
86 <item row="1" column="0" >
87 <widget class="QLabel" name="formatLabel" >
88 <property name="text" >
89 <string>File format:</string>
91 <property name="alignment" >
92 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
96 <item row="2" column="0" >
97 <widget class="QLabel" name="aspectLabel" >
98 <property name="text" >
99 <string>Picture format:</string>
101 <property name="alignment" >
102 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
106 <item row="3" column="0" >
107 <widget class="QLabel" name="audioLabel" >
108 <property name="text" >
109 <string>Preferred audio:</string>
111 <property name="alignment" >
112 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
116 <item row="4" column="0" >
117 <widget class="QLabel" name="subtitleLabel" >
118 <property name="text" >
119 <string>Preferred subtitles:</string>
121 <property name="alignment" >
122 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
126 <item row="0" column="1" >
127 <widget class="QComboBox" name="saveComboBox" />
129 <item row="1" column="1" >
130 <widget class="QComboBox" name="formatComboBox" />
132 <item row="2" column="1" >
133 <widget class="QComboBox" name="aspectComboBox" >
135 <property name="text" >
136 <string>Widescreen</string>
140 <property name="text" >
141 <string>Fullscreen</string>
146 <item row="3" column="1" >
147 <widget class="QComboBox" name="audioComboBox" />
149 <item row="4" column="1" >
150 <widget class="QComboBox" name="subtitleComboBox" />
155 <widget class="QLabel" name="statusLabel" >
156 <property name="text" >
162 <widget class="QProgressBar" name="titleProgress" >
163 <property name="orientation" >
164 <enum>Qt::Horizontal</enum>
169 <layout class="QHBoxLayout" >
170 <property name="margin" >
173 <property name="spacing" >
177 <widget class="QPushButton" name="openOtherButton" >
178 <property name="text" >
179 <string>Open another DVD...</string>
185 <property name="orientation" >
186 <enum>Qt::Horizontal</enum>
188 <property name="sizeHint" >
197 <widget class="QPushButton" name="convertButton" >
198 <property name="text" >
199 <string>Convert</string>
201 <property name="autoDefault" >
204 <property name="default" >