1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
<ui version="4.0"> |
3 |
<class>BGImagePage2</class> |
4 |
<widget class="QWizardPage" name="BGImagePage2"> |
5 |
<property name="geometry"> |
6 |
<rect> |
7 |
<x>0</x> |
8 |
<y>0</y> |
9 |
<width>558</width> |
10 |
<height>323</height> |
11 |
</rect> |
12 |
</property> |
13 |
<property name="windowTitle"> |
14 |
<string>WizardPage</string> |
15 |
</property> |
16 |
<layout class="QVBoxLayout" name="verticalLayout_2"> |
17 |
<item> |
18 |
<spacer name="verticalSpacer"> |
19 |
<property name="orientation"> |
20 |
<enum>Qt::Vertical</enum> |
21 |
</property> |
22 |
<property name="sizeHint" stdset="0"> |
23 |
<size> |
24 |
<width>20</width> |
25 |
<height>40</height> |
26 |
</size> |
27 |
</property> |
28 |
</spacer> |
29 |
</item> |
30 |
<item> |
31 |
<layout class="QHBoxLayout" name="horizontalLayout"> |
32 |
<item> |
33 |
<widget class="QLineEdit" name="leImageFullPath"> |
34 |
<property name="readOnly"> |
35 |
<bool>true</bool> |
36 |
</property> |
37 |
</widget> |
38 |
</item> |
39 |
<item> |
40 |
<widget class="QPushButton" name="pbBrowse"> |
41 |
<property name="text"> |
42 |
<string>Browse...</string> |
43 |
</property> |
44 |
</widget> |
45 |
</item> |
46 |
</layout> |
47 |
</item> |
48 |
<item> |
49 |
<widget class="QGroupBox" name="gbImageInformation"> |
50 |
<property name="minimumSize"> |
51 |
<size> |
52 |
<width>500</width> |
53 |
<height>230</height> |
54 |
</size> |
55 |
</property> |
56 |
<property name="title"> |
57 |
<string>Image Information</string> |
58 |
</property> |
59 |
<layout class="QHBoxLayout" name="horizontalLayout_3"> |
60 |
<item> |
61 |
<widget class="QGroupBox" name="groupBox_2"> |
62 |
<property name="sizePolicy"> |
63 |
<sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
64 |
<horstretch>0</horstretch> |
65 |
<verstretch>0</verstretch> |
66 |
</sizepolicy> |
67 |
</property> |
68 |
<property name="minimumSize"> |
69 |
<size> |
70 |
<width>250</width> |
71 |
<height>128</height> |
72 |
</size> |
73 |
</property> |
74 |
<property name="title"> |
75 |
<string>Preview</string> |
76 |
</property> |
77 |
<layout class="QHBoxLayout" name="horizontalLayout_2"> |
78 |
<item> |
79 |
<widget class="QLabel" name="lbImagePreview"> |
80 |
<property name="text"> |
81 |
<string>Image Preview</string> |
82 |
</property> |
83 |
</widget> |
84 |
</item> |
85 |
</layout> |
86 |
</widget> |
87 |
</item> |
88 |
<item> |
89 |
<widget class="QGroupBox" name="groupBox_3"> |
90 |
<property name="sizePolicy"> |
91 |
<sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
92 |
<horstretch>0</horstretch> |
93 |
<verstretch>0</verstretch> |
94 |
</sizepolicy> |
95 |
</property> |
96 |
<property name="minimumSize"> |
97 |
<size> |
98 |
<width>250</width> |
99 |
<height>128</height> |
100 |
</size> |
101 |
</property> |
102 |
<property name="title"> |
103 |
<string>Details</string> |
104 |
</property> |
105 |
<layout class="QVBoxLayout" name="verticalLayout"> |
106 |
<item> |
107 |
<layout class="QFormLayout" name="formLayout"> |
108 |
<item row="0" column="0"> |
109 |
<widget class="QLabel" name="label_3"> |
110 |
<property name="text"> |
111 |
<string>Name:</string> |
112 |
</property> |
113 |
</widget> |
114 |
</item> |
115 |
<item row="0" column="1"> |
116 |
<widget class="QLabel" name="lbImageName"> |
117 |
<property name="text"> |
118 |
<string>ImageName</string> |
119 |
</property> |
120 |
</widget> |
121 |
</item> |
122 |
</layout> |
123 |
</item> |
124 |
<item> |
125 |
<spacer name="verticalSpacer_2"> |
126 |
<property name="orientation"> |
127 |
<enum>Qt::Vertical</enum> |
128 |
</property> |
129 |
<property name="sizeHint" stdset="0"> |
130 |
<size> |
131 |
<width>20</width> |
132 |
<height>40</height> |
133 |
</size> |
134 |
</property> |
135 |
</spacer> |
136 |
</item> |
137 |
<item> |
138 |
<layout class="QFormLayout" name="formLayout_2"> |
139 |
<item row="0" column="0"> |
140 |
<widget class="QLabel" name="label"> |
141 |
<property name="text"> |
142 |
<string>Width:</string> |
143 |
</property> |
144 |
</widget> |
145 |
</item> |
146 |
<item row="0" column="1"> |
147 |
<widget class="QLabel" name="lbImageWidth"> |
148 |
<property name="text"> |
149 |
<string>ImageWidth</string> |
150 |
</property> |
151 |
</widget> |
152 |
</item> |
153 |
</layout> |
154 |
</item> |
155 |
<item> |
156 |
<spacer name="verticalSpacer_3"> |
157 |
<property name="orientation"> |
158 |
<enum>Qt::Vertical</enum> |
159 |
</property> |
160 |
<property name="sizeHint" stdset="0"> |
161 |
<size> |
162 |
<width>20</width> |
163 |
<height>40</height> |
164 |
</size> |
165 |
</property> |
166 |
</spacer> |
167 |
</item> |
168 |
<item> |
169 |
<layout class="QFormLayout" name="formLayout_3"> |
170 |
<item row="0" column="0"> |
171 |
<widget class="QLabel" name="label_2"> |
172 |
<property name="text"> |
173 |
<string>Height:</string> |
174 |
</property> |
175 |
</widget> |
176 |
</item> |
177 |
<item row="0" column="1"> |
178 |
<widget class="QLabel" name="lbImageHeight"> |
179 |
<property name="text"> |
180 |
<string>ImageHeight</string> |
181 |
</property> |
182 |
</widget> |
183 |
</item> |
184 |
</layout> |
185 |
</item> |
186 |
<item> |
187 |
<spacer name="verticalSpacer_5"> |
188 |
<property name="orientation"> |
189 |
<enum>Qt::Vertical</enum> |
190 |
</property> |
191 |
<property name="sizeHint" stdset="0"> |
192 |
<size> |
193 |
<width>20</width> |
194 |
<height>40</height> |
195 |
</size> |
196 |
</property> |
197 |
</spacer> |
198 |
</item> |
199 |
<item> |
200 |
<layout class="QFormLayout" name="formLayout_4"> |
201 |
<item row="0" column="0"> |
202 |
<widget class="QLabel" name="label_4"> |
203 |
<property name="text"> |
204 |
<string>Type:</string> |
205 |
</property> |
206 |
</widget> |
207 |
</item> |
208 |
<item row="0" column="1"> |
209 |
<widget class="QLabel" name="lbImageType"> |
210 |
<property name="text"> |
211 |
<string>ImageType</string> |
212 |
</property> |
213 |
</widget> |
214 |
</item> |
215 |
</layout> |
216 |
</item> |
217 |
<item> |
218 |
<spacer name="verticalSpacer_4"> |
219 |
<property name="orientation"> |
220 |
<enum>Qt::Vertical</enum> |
221 |
</property> |
222 |
<property name="sizeHint" stdset="0"> |
223 |
<size> |
224 |
<width>20</width> |
225 |
<height>40</height> |
226 |
</size> |
227 |
</property> |
228 |
</spacer> |
229 |
</item> |
230 |
<item> |
231 |
<layout class="QFormLayout" name="formLayout_7"> |
232 |
<item row="0" column="0"> |
233 |
<widget class="QLabel" name="label_7"> |
234 |
<property name="text"> |
235 |
<string>Size (kb):</string> |
236 |
</property> |
237 |
</widget> |
238 |
</item> |
239 |
<item row="0" column="1"> |
240 |
<widget class="QLabel" name="lbImageSize"> |
241 |
<property name="text"> |
242 |
<string>ImageSize</string> |
243 |
</property> |
244 |
</widget> |
245 |
</item> |
246 |
</layout> |
247 |
</item> |
248 |
<item> |
249 |
<spacer name="verticalSpacer_7"> |
250 |
<property name="orientation"> |
251 |
<enum>Qt::Vertical</enum> |
252 |
</property> |
253 |
<property name="sizeHint" stdset="0"> |
254 |
<size> |
255 |
<width>20</width> |
256 |
<height>40</height> |
257 |
</size> |
258 |
</property> |
259 |
</spacer> |
260 |
</item> |
261 |
<item> |
262 |
<layout class="QFormLayout" name="formLayout_5"> |
263 |
<item row="0" column="0"> |
264 |
<widget class="QLabel" name="label_5"> |
265 |
<property name="text"> |
266 |
<string>Date Created:</string> |
267 |
</property> |
268 |
</widget> |
269 |
</item> |
270 |
<item row="0" column="1"> |
271 |
<widget class="QLabel" name="lbDateCreated"> |
272 |
<property name="text"> |
273 |
<string>DateCreated</string> |
274 |
</property> |
275 |
</widget> |
276 |
</item> |
277 |
</layout> |
278 |
</item> |
279 |
<item> |
280 |
<spacer name="verticalSpacer_6"> |
281 |
<property name="orientation"> |
282 |
<enum>Qt::Vertical</enum> |
283 |
</property> |
284 |
<property name="sizeHint" stdset="0"> |
285 |
<size> |
286 |
<width>20</width> |
287 |
<height>40</height> |
288 |
</size> |
289 |
</property> |
290 |
</spacer> |
291 |
</item> |
292 |
<item> |
293 |
<layout class="QFormLayout" name="formLayout_6"> |
294 |
<item row="0" column="0"> |
295 |
<widget class="QLabel" name="label_6"> |
296 |
<property name="text"> |
297 |
<string>Date Modified:</string> |
298 |
</property> |
299 |
</widget> |
300 |
</item> |
301 |
<item row="0" column="1"> |
302 |
<widget class="QLabel" name="lbDateModified"> |
303 |
<property name="text"> |
304 |
<string>DateModified</string> |
305 |
</property> |
306 |
</widget> |
307 |
</item> |
308 |
</layout> |
309 |
</item> |
310 |
</layout> |
311 |
</widget> |
312 |
</item> |
313 |
</layout> |
314 |
</widget> |
315 |
</item> |
316 |
</layout> |
317 |
</widget> |
318 |
<resources/> |
319 |
<connections/> |
320 |
</ui> |