1 <?xml version="1.0" encoding="UTF-8"?>
3 <class>ImageOptionsDialog</class>
4 <widget class="QDialog" name="ImageOptionsDialog">
5 <property name="geometry">
13 <property name="windowTitle">
14 <string>Dialog</string>
16 <layout class="QVBoxLayout" name="verticalLayout_2">
18 <widget class="QGroupBox" name="bgSize">
19 <property name="title">
20 <string>Bitmap Size</string>
22 <layout class="QFormLayout" name="formLayout">
23 <item row="0" column="0">
24 <widget class="QLabel" name="lWidth">
25 <property name="text">
26 <string>Width:</string>
28 <property name="wordWrap">
33 <item row="0" column="1">
34 <widget class="QLineEdit" name="leWidth">
35 <property name="text">
40 <item row="1" column="0">
41 <widget class="QLabel" name="lHeight">
42 <property name="text">
43 <string>Height:</string>
45 <property name="wordWrap">
50 <item row="1" column="1">
51 <widget class="QLineEdit" name="leHeight">
52 <property name="text">
57 <item row="2" column="0">
58 <widget class="QLabel" name="lResolution">
59 <property name="text">
60 <string>Resolution:</string>
62 <property name="wordWrap">
67 <item row="2" column="1">
68 <widget class="QComboBox" name="cbResolution">
69 <property name="sizePolicy">
70 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
71 <horstretch>0</horstretch>
72 <verstretch>0</verstretch>
75 <property name="editable">
79 <property name="text">
84 <property name="text">
89 <property name="text">
94 <property name="text">
99 <property name="text">
104 <property name="text">
109 <property name="text">
114 <property name="text">
119 <property name="text">
124 <property name="text">
129 <property name="text">
134 <property name="text">
139 <property name="text">
144 <property name="text">
149 <property name="text">
154 <property name="text">
159 <property name="text">
160 <string>1200</string>
165 <item row="3" column="0">
166 <spacer name="spacer4">
167 <property name="orientation">
168 <enum>Qt::Vertical</enum>
170 <property name="sizeType">
171 <enum>QSizePolicy::Expanding</enum>
173 <property name="sizeHint" stdset="0">
181 <item row="3" column="1">
182 <spacer name="spacer3">
183 <property name="orientation">
184 <enum>Qt::Vertical</enum>
186 <property name="sizeType">
187 <enum>QSizePolicy::Expanding</enum>
189 <property name="sizeHint" stdset="0">
201 <widget class="QGroupBox" name="bgBackground">
202 <property name="title">
203 <string>Background</string>
205 <layout class="QVBoxLayout" name="verticalLayout">
207 <widget class="QRadioButton" name="rbWhite">
208 <property name="text">
209 <string>White</string>
211 <property name="checked">
217 <widget class="QRadioButton" name="rbBlack">
218 <property name="text">
219 <string>Black</string>
224 <spacer name="spacer2">
225 <property name="orientation">
226 <enum>Qt::Vertical</enum>
228 <property name="sizeType">
229 <enum>QSizePolicy::Expanding</enum>
231 <property name="sizeHint" stdset="0">
243 <layout class="QHBoxLayout">
244 <property name="spacing">
247 <property name="margin">
251 <spacer name="Horizontal Spacing2">
252 <property name="orientation">
253 <enum>Qt::Horizontal</enum>
255 <property name="sizeType">
256 <enum>QSizePolicy::Expanding</enum>
258 <property name="sizeHint" stdset="0">
267 <widget class="QPushButton" name="bOK">
268 <property name="text">
269 <string>&OK</string>
271 <property name="shortcut">
272 <string>Alt+O</string>
274 <property name="autoDefault">
277 <property name="default">
283 <widget class="QPushButton" name="bCancel">
284 <property name="text">
285 <string>Cancel</string>
287 <property name="shortcut">
290 <property name="autoDefault">