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>404</width> |
10 |
<height>286</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>380</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="title"> |
63 |
<string>Preview</string> |
64 |
</property> |
65 |
<layout class="QHBoxLayout" name="horizontalLayout_2"> |
66 |
<item> |
67 |
<widget class="QLabel" name="lbImagePreview"> |
68 |
<property name="text"> |
69 |
<string>Image Preview</string> |
70 |
</property> |
71 |
</widget> |
72 |
</item> |
73 |
</layout> |
74 |
</widget> |
75 |
</item> |
76 |
<item> |
77 |
<widget class="QGroupBox" name="groupBox_3"> |
78 |
<property name="title"> |
79 |
<string>Details</string> |
80 |
</property> |
81 |
<layout class="QVBoxLayout" name="verticalLayout"> |
82 |
<item> |
83 |
<layout class="QFormLayout" name="formLayout"> |
84 |
<item row="0" column="0"> |
85 |
<widget class="QLabel" name="label_3"> |
86 |
<property name="text"> |
87 |
<string>Name:</string> |
88 |
</property> |
89 |
</widget> |
90 |
</item> |
91 |
<item row="0" column="1"> |
92 |
<widget class="QLabel" name="lbImageName"> |
93 |
<property name="text"> |
94 |
<string>ImageName</string> |
95 |
</property> |
96 |
</widget> |
97 |
</item> |
98 |
</layout> |
99 |
</item> |
100 |
<item> |
101 |
<spacer name="verticalSpacer_2"> |
102 |
<property name="orientation"> |
103 |
<enum>Qt::Vertical</enum> |
104 |
</property> |
105 |
<property name="sizeHint" stdset="0"> |
106 |
<size> |
107 |
<width>20</width> |
108 |
<height>40</height> |
109 |
</size> |
110 |
</property> |
111 |
</spacer> |
112 |
</item> |
113 |
<item> |
114 |
<layout class="QFormLayout" name="formLayout_2"> |
115 |
<item row="0" column="0"> |
116 |
<widget class="QLabel" name="label"> |
117 |
<property name="text"> |
118 |
<string>Width:</string> |
119 |
</property> |
120 |
</widget> |
121 |
</item> |
122 |
<item row="0" column="1"> |
123 |
<widget class="QLabel" name="lbImageWidth"> |
124 |
<property name="text"> |
125 |
<string>ImageWidth</string> |
126 |
</property> |
127 |
</widget> |
128 |
</item> |
129 |
</layout> |
130 |
</item> |
131 |
<item> |
132 |
<spacer name="verticalSpacer_3"> |
133 |
<property name="orientation"> |
134 |
<enum>Qt::Vertical</enum> |
135 |
</property> |
136 |
<property name="sizeHint" stdset="0"> |
137 |
<size> |
138 |
<width>20</width> |
139 |
<height>40</height> |
140 |
</size> |
141 |
</property> |
142 |
</spacer> |
143 |
</item> |
144 |
<item> |
145 |
<layout class="QFormLayout" name="formLayout_3"> |
146 |
<item row="0" column="0"> |
147 |
<widget class="QLabel" name="label_2"> |
148 |
<property name="text"> |
149 |
<string>Height:</string> |
150 |
</property> |
151 |
</widget> |
152 |
</item> |
153 |
<item row="0" column="1"> |
154 |
<widget class="QLabel" name="lbImageHeight"> |
155 |
<property name="text"> |
156 |
<string>ImageHeight</string> |
157 |
</property> |
158 |
</widget> |
159 |
</item> |
160 |
</layout> |
161 |
</item> |
162 |
<item> |
163 |
<spacer name="verticalSpacer_5"> |
164 |
<property name="orientation"> |
165 |
<enum>Qt::Vertical</enum> |
166 |
</property> |
167 |
<property name="sizeHint" stdset="0"> |
168 |
<size> |
169 |
<width>20</width> |
170 |
<height>40</height> |
171 |
</size> |
172 |
</property> |
173 |
</spacer> |
174 |
</item> |
175 |
<item> |
176 |
<layout class="QFormLayout" name="formLayout_4"> |
177 |
<item row="0" column="0"> |
178 |
<widget class="QLabel" name="label_4"> |
179 |
<property name="text"> |
180 |
<string>Type:</string> |
181 |
</property> |
182 |
</widget> |
183 |
</item> |
184 |
<item row="0" column="1"> |
185 |
<widget class="QLabel" name="lbImageType"> |
186 |
<property name="text"> |
187 |
<string>ImageType</string> |
188 |
</property> |
189 |
</widget> |
190 |
</item> |
191 |
</layout> |
192 |
</item> |
193 |
<item> |
194 |
<spacer name="verticalSpacer_4"> |
195 |
<property name="orientation"> |
196 |
<enum>Qt::Vertical</enum> |
197 |
</property> |
198 |
<property name="sizeHint" stdset="0"> |
199 |
<size> |
200 |
<width>20</width> |
201 |
<height>40</height> |
202 |
</size> |
203 |
</property> |
204 |
</spacer> |
205 |
</item> |
206 |
<item> |
207 |
<layout class="QFormLayout" name="formLayout_7"> |
208 |
<item row="0" column="0"> |
209 |
<widget class="QLabel" name="label_7"> |
210 |
<property name="text"> |
211 |
<string>Size (kb):</string> |
212 |
</property> |
213 |
</widget> |
214 |
</item> |
215 |
<item row="0" column="1"> |
216 |
<widget class="QLabel" name="lbImageSize"> |
217 |
<property name="text"> |
218 |
<string>ImageSize</string> |
219 |
</property> |
220 |
</widget> |
221 |
</item> |
222 |
</layout> |
223 |
</item> |
224 |
<item> |
225 |
<spacer name="verticalSpacer_7"> |
226 |
<property name="orientation"> |
227 |
<enum>Qt::Vertical</enum> |
228 |
</property> |
229 |
<property name="sizeHint" stdset="0"> |
230 |
<size> |
231 |
<width>20</width> |
232 |
<height>40</height> |
233 |
</size> |
234 |
</property> |
235 |
</spacer> |
236 |
</item> |
237 |
<item> |
238 |
<layout class="QFormLayout" name="formLayout_5"> |
239 |
<item row="0" column="0"> |
240 |
<widget class="QLabel" name="label_5"> |
241 |
<property name="text"> |
242 |
<string>Date Created:</string> |
243 |
</property> |
244 |
</widget> |
245 |
</item> |
246 |
<item row="0" column="1"> |
247 |
<widget class="QLabel" name="lbDateCreated"> |
248 |
<property name="text"> |
249 |
<string>DateCreated</string> |
250 |
</property> |
251 |
</widget> |
252 |
</item> |
253 |
</layout> |
254 |
</item> |
255 |
<item> |
256 |
<spacer name="verticalSpacer_6"> |
257 |
<property name="orientation"> |
258 |
<enum>Qt::Vertical</enum> |
259 |
</property> |
260 |
<property name="sizeHint" stdset="0"> |
261 |
<size> |
262 |
<width>20</width> |
263 |
<height>40</height> |
264 |
</size> |
265 |
</property> |
266 |
</spacer> |
267 |
</item> |
268 |
<item> |
269 |
<layout class="QFormLayout" name="formLayout_6"> |
270 |
<item row="0" column="0"> |
271 |
<widget class="QLabel" name="label_6"> |
272 |
<property name="text"> |
273 |
<string>Date Modified:</string> |
274 |
</property> |
275 |
</widget> |
276 |
</item> |
277 |
<item row="0" column="1"> |
278 |
<widget class="QLabel" name="lbDateModified"> |
279 |
<property name="text"> |
280 |
<string>DateModified</string> |
281 |
</property> |
282 |
</widget> |
283 |
</item> |
284 |
</layout> |
285 |
</item> |
286 |
</layout> |
287 |
</widget> |
288 |
</item> |
289 |
</layout> |
290 |
</widget> |
291 |
</item> |
292 |
</layout> |
293 |
</widget> |
294 |
<resources/> |
295 |
<connections/> |
296 |
</ui> |