|
8 | 8 | <rect>
|
9 | 9 | <x>0</x>
|
10 | 10 | <y>0</y>
|
11 |
| - <width>591</width> |
12 |
| - <height>591</height> |
| 11 | + <width>577</width> |
| 12 | + <height>552</height> |
13 | 13 | </rect>
|
14 | 14 | </property>
|
15 | 15 | <property name="windowTitle" >
|
|
21 | 21 | <property name="sizeGripEnabled" >
|
22 | 22 | <bool>true</bool>
|
23 | 23 | </property>
|
24 |
| - <layout class="QVBoxLayout" > |
| 24 | + <layout class="QGridLayout" > |
25 | 25 | <property name="margin" >
|
26 |
| - <number>10</number> |
| 26 | + <number>9</number> |
27 | 27 | </property>
|
28 | 28 | <property name="spacing" >
|
29 | 29 | <number>6</number>
|
30 | 30 | </property>
|
31 |
| - <item> |
32 |
| - <widget class="Q3GroupBox" name="GroupBox1" > |
33 |
| - <property name="sizePolicy" > |
34 |
| - <sizepolicy> |
35 |
| - <hsizetype>5</hsizetype> |
36 |
| - <vsizetype>0</vsizetype> |
37 |
| - <horstretch>0</horstretch> |
38 |
| - <verstretch>0</verstretch> |
39 |
| - </sizepolicy> |
40 |
| - </property> |
| 31 | + <item row="0" column="0" colspan="4" > |
| 32 | + <widget class="QGroupBox" name="GroupBox1" > |
41 | 33 | <property name="title" >
|
42 | 34 | <string>Server Connections</string>
|
43 | 35 | </property>
|
44 |
| - <layout class="QHBoxLayout" > |
| 36 | + <layout class="QGridLayout" > |
45 | 37 | <property name="margin" >
|
46 |
| - <number>11</number> |
| 38 | + <number>9</number> |
47 | 39 | </property>
|
48 | 40 | <property name="spacing" >
|
49 | 41 | <number>6</number>
|
50 | 42 | </property>
|
51 |
| - <item> |
52 |
| - <layout class="QVBoxLayout" > |
53 |
| - <property name="margin" > |
54 |
| - <number>0</number> |
| 43 | + <item row="1" column="1" > |
| 44 | + <widget class="QPushButton" name="btnNew" > |
| 45 | + <property name="text" > |
| 46 | + <string>&New</string> |
| 47 | + </property> |
| 48 | + </widget> |
| 49 | + </item> |
| 50 | + <item row="1" column="3" > |
| 51 | + <widget class="QPushButton" name="btnDelete" > |
| 52 | + <property name="text" > |
| 53 | + <string>Delete</string> |
| 54 | + </property> |
| 55 | + </widget> |
| 56 | + </item> |
| 57 | + <item row="1" column="2" > |
| 58 | + <widget class="QPushButton" name="btnEdit" > |
| 59 | + <property name="text" > |
| 60 | + <string>Edit</string> |
| 61 | + </property> |
| 62 | + </widget> |
| 63 | + </item> |
| 64 | + <item row="1" column="4" > |
| 65 | + <spacer> |
| 66 | + <property name="orientation" > |
| 67 | + <enum>Qt::Horizontal</enum> |
| 68 | + </property> |
| 69 | + <property name="sizeType" > |
| 70 | + <enum>QSizePolicy::Expanding</enum> |
| 71 | + </property> |
| 72 | + <property name="sizeHint" > |
| 73 | + <size> |
| 74 | + <width>171</width> |
| 75 | + <height>30</height> |
| 76 | + </size> |
55 | 77 | </property>
|
56 |
| - <property name="spacing" > |
57 |
| - <number>6</number> |
| 78 | + </spacer> |
| 79 | + </item> |
| 80 | + <item row="1" column="0" > |
| 81 | + <widget class="QPushButton" name="btnConnect" > |
| 82 | + <property name="text" > |
| 83 | + <string>C&onnect</string> |
58 | 84 | </property>
|
59 |
| - <item> |
60 |
| - <widget class="QComboBox" name="cmbConnections" /> |
61 |
| - </item> |
62 |
| - <item> |
63 |
| - <layout class="QHBoxLayout" > |
64 |
| - <property name="margin" > |
65 |
| - <number>0</number> |
66 |
| - </property> |
67 |
| - <property name="spacing" > |
68 |
| - <number>6</number> |
69 |
| - </property> |
70 |
| - <item> |
71 |
| - <widget class="QPushButton" name="btnConnect" > |
72 |
| - <property name="text" > |
73 |
| - <string>C&onnect</string> |
74 |
| - </property> |
75 |
| - </widget> |
76 |
| - </item> |
77 |
| - <item> |
78 |
| - <widget class="QPushButton" name="btnNew" > |
79 |
| - <property name="text" > |
80 |
| - <string>&New</string> |
81 |
| - </property> |
82 |
| - </widget> |
83 |
| - </item> |
84 |
| - <item> |
85 |
| - <widget class="QPushButton" name="btnEdit" > |
86 |
| - <property name="text" > |
87 |
| - <string>Edit</string> |
88 |
| - </property> |
89 |
| - </widget> |
90 |
| - </item> |
91 |
| - <item> |
92 |
| - <widget class="QPushButton" name="btnDelete" > |
93 |
| - <property name="text" > |
94 |
| - <string>Delete</string> |
95 |
| - </property> |
96 |
| - </widget> |
97 |
| - </item> |
98 |
| - <item> |
99 |
| - <spacer> |
100 |
| - <property name="orientation" > |
101 |
| - <enum>Qt::Horizontal</enum> |
102 |
| - </property> |
103 |
| - <property name="sizeType" > |
104 |
| - <enum>QSizePolicy::Expanding</enum> |
105 |
| - </property> |
106 |
| - <property name="sizeHint" > |
107 |
| - <size> |
108 |
| - <width>270</width> |
109 |
| - <height>20</height> |
110 |
| - </size> |
111 |
| - </property> |
112 |
| - </spacer> |
113 |
| - </item> |
114 |
| - </layout> |
115 |
| - </item> |
116 |
| - </layout> |
| 85 | + </widget> |
| 86 | + </item> |
| 87 | + <item row="0" column="0" colspan="5" > |
| 88 | + <widget class="QComboBox" name="cmbConnections" /> |
117 | 89 | </item>
|
118 | 90 | </layout>
|
119 | 91 | </widget>
|
120 | 92 | </item>
|
121 |
| - <item> |
122 |
| - <widget class="Q3ButtonGroup" name="btnGrpImageEncoding" > |
| 93 | + <item row="1" column="0" colspan="4" > |
| 94 | + <widget class="QGroupBox" name="btnGrpImageEncoding" > |
123 | 95 | <property name="sizePolicy" >
|
124 | 96 | <sizepolicy>
|
125 | 97 | <hsizetype>5</hsizetype>
|
126 |
| - <vsizetype>0</vsizetype> |
| 98 | + <vsizetype>5</vsizetype> |
127 | 99 | <horstretch>0</horstretch>
|
128 | 100 | <verstretch>0</verstretch>
|
129 | 101 | </sizepolicy>
|
130 | 102 | </property>
|
131 | 103 | <property name="title" >
|
132 |
| - <string>Image Encoding</string> |
| 104 | + <string>Image encoding</string> |
133 | 105 | </property>
|
134 |
| - <layout class="QHBoxLayout" > |
135 |
| - <property name="margin" > |
136 |
| - <number>10</number> |
137 |
| - </property> |
138 |
| - <property name="spacing" > |
139 |
| - <number>6</number> |
140 |
| - </property> |
141 |
| - <item> |
142 |
| - <layout class="QHBoxLayout" > |
143 |
| - <property name="margin" > |
144 |
| - <number>0</number> |
145 |
| - </property> |
146 |
| - <property name="spacing" > |
147 |
| - <number>6</number> |
148 |
| - </property> |
149 |
| - <item> |
150 |
| - <widget class="QRadioButton" name="radioButtonPng" > |
151 |
| - <property name="text" > |
152 |
| - <string>PNG</string> |
153 |
| - </property> |
154 |
| - </widget> |
155 |
| - </item> |
156 |
| - <item> |
157 |
| - <widget class="QRadioButton" name="radioButtonJpeg" > |
158 |
| - <property name="text" > |
159 |
| - <string>&JPEG</string> |
160 |
| - </property> |
161 |
| - </widget> |
162 |
| - </item> |
163 |
| - <item> |
164 |
| - <spacer> |
165 |
| - <property name="orientation" > |
166 |
| - <enum>Qt::Horizontal</enum> |
167 |
| - </property> |
168 |
| - <property name="sizeType" > |
169 |
| - <enum>QSizePolicy::Expanding</enum> |
170 |
| - </property> |
171 |
| - <property name="sizeHint" > |
172 |
| - <size> |
173 |
| - <width>499</width> |
174 |
| - <height>21</height> |
175 |
| - </size> |
176 |
| - </property> |
177 |
| - </spacer> |
178 |
| - </item> |
179 |
| - </layout> |
180 |
| - </item> |
181 |
| - </layout> |
182 | 106 | </widget>
|
183 | 107 | </item>
|
184 |
| - <item> |
185 |
| - <widget class="Q3GroupBox" name="groupBox2" > |
186 |
| - <property name="sizePolicy" > |
187 |
| - <sizepolicy> |
188 |
| - <hsizetype>7</hsizetype> |
189 |
| - <vsizetype>7</vsizetype> |
190 |
| - <horstretch>0</horstretch> |
191 |
| - <verstretch>0</verstretch> |
192 |
| - </sizepolicy> |
193 |
| - </property> |
| 108 | + <item row="2" column="0" colspan="4" > |
| 109 | + <widget class="QGroupBox" name="groupBox2" > |
194 | 110 | <property name="title" >
|
195 |
| - <string>Layers:</string> |
| 111 | + <string>Layers</string> |
196 | 112 | </property>
|
197 |
| - <layout class="QHBoxLayout" > |
| 113 | + <layout class="QVBoxLayout" > |
198 | 114 | <property name="margin" >
|
199 |
| - <number>10</number> |
| 115 | + <number>9</number> |
200 | 116 | </property>
|
201 | 117 | <property name="spacing" >
|
202 | 118 | <number>6</number>
|
|
248 | 164 | </layout>
|
249 | 165 | </widget>
|
250 | 166 | </item>
|
251 |
| - <item> |
252 |
| - <widget class="Q3ButtonGroup" name="btnGrpSrs" > |
253 |
| - <property name="sizePolicy" > |
254 |
| - <sizepolicy> |
255 |
| - <hsizetype>5</hsizetype> |
256 |
| - <vsizetype>0</vsizetype> |
257 |
| - <horstretch>0</horstretch> |
258 |
| - <verstretch>0</verstretch> |
259 |
| - </sizepolicy> |
260 |
| - </property> |
| 167 | + <item row="3" column="0" colspan="4" > |
| 168 | + <widget class="QGroupBox" name="btnGrpSrs" > |
261 | 169 | <property name="title" >
|
262 | 170 | <string>Spatial Reference System</string>
|
263 | 171 | </property>
|
264 | 172 | <layout class="QHBoxLayout" >
|
265 | 173 | <property name="margin" >
|
266 |
| - <number>10</number> |
| 174 | + <number>9</number> |
267 | 175 | </property>
|
268 | 176 | <property name="spacing" >
|
269 | 177 | <number>6</number>
|
270 | 178 | </property>
|
271 | 179 | <item>
|
272 |
| - <layout class="QHBoxLayout" > |
273 |
| - <property name="margin" > |
274 |
| - <number>0</number> |
| 180 | + <widget class="QRadioButton" name="radioButtonEspg4326" > |
| 181 | + <property name="text" > |
| 182 | + <string>ESPG:4326</string> |
| 183 | + </property> |
| 184 | + </widget> |
| 185 | + </item> |
| 186 | + <item> |
| 187 | + <spacer> |
| 188 | + <property name="orientation" > |
| 189 | + <enum>Qt::Horizontal</enum> |
| 190 | + </property> |
| 191 | + <property name="sizeType" > |
| 192 | + <enum>QSizePolicy::Expanding</enum> |
275 | 193 | </property>
|
276 |
| - <property name="spacing" > |
277 |
| - <number>6</number> |
| 194 | + <property name="sizeHint" > |
| 195 | + <size> |
| 196 | + <width>441</width> |
| 197 | + <height>23</height> |
| 198 | + </size> |
278 | 199 | </property>
|
279 |
| - <item> |
280 |
| - <widget class="QRadioButton" name="radioButtonEspg4326" > |
281 |
| - <property name="text" > |
282 |
| - <string>ESPG:4326</string> |
283 |
| - </property> |
284 |
| - </widget> |
285 |
| - </item> |
286 |
| - <item> |
287 |
| - <spacer> |
288 |
| - <property name="orientation" > |
289 |
| - <enum>Qt::Horizontal</enum> |
290 |
| - </property> |
291 |
| - <property name="sizeType" > |
292 |
| - <enum>QSizePolicy::Expanding</enum> |
293 |
| - </property> |
294 |
| - <property name="sizeHint" > |
295 |
| - <size> |
296 |
| - <width>499</width> |
297 |
| - <height>21</height> |
298 |
| - </size> |
299 |
| - </property> |
300 |
| - </spacer> |
301 |
| - </item> |
302 |
| - </layout> |
| 200 | + </spacer> |
303 | 201 | </item>
|
304 | 202 | </layout>
|
305 | 203 | </widget>
|
306 | 204 | </item>
|
307 |
| - <item> |
308 |
| - <layout class="QHBoxLayout" > |
309 |
| - <property name="margin" > |
310 |
| - <number>0</number> |
| 205 | + <item row="4" column="2" > |
| 206 | + <widget class="QPushButton" name="btnAdd" > |
| 207 | + <property name="text" > |
| 208 | + <string>&Add</string> |
| 209 | + </property> |
| 210 | + <property name="shortcut" > |
| 211 | + <string>Alt+A</string> |
| 212 | + </property> |
| 213 | + <property name="autoDefault" > |
| 214 | + <bool>true</bool> |
311 | 215 | </property>
|
312 |
| - <property name="spacing" > |
313 |
| - <number>6</number> |
| 216 | + <property name="default" > |
| 217 | + <bool>true</bool> |
314 | 218 | </property>
|
315 |
| - <item> |
316 |
| - <widget class="QPushButton" name="btnHelp" > |
317 |
| - <property name="enabled" > |
318 |
| - <bool>false</bool> |
319 |
| - </property> |
320 |
| - <property name="text" > |
321 |
| - <string>Help</string> |
322 |
| - </property> |
323 |
| - <property name="shortcut" > |
324 |
| - <string>F1</string> |
325 |
| - </property> |
326 |
| - <property name="autoDefault" > |
327 |
| - <bool>true</bool> |
328 |
| - </property> |
329 |
| - </widget> |
330 |
| - </item> |
331 |
| - <item> |
332 |
| - <spacer> |
333 |
| - <property name="orientation" > |
334 |
| - <enum>Qt::Horizontal</enum> |
335 |
| - </property> |
336 |
| - <property name="sizeType" > |
337 |
| - <enum>QSizePolicy::Expanding</enum> |
338 |
| - </property> |
339 |
| - <property name="sizeHint" > |
340 |
| - <size> |
341 |
| - <width>382</width> |
342 |
| - <height>21</height> |
343 |
| - </size> |
344 |
| - </property> |
345 |
| - </spacer> |
346 |
| - </item> |
347 |
| - <item> |
348 |
| - <widget class="QPushButton" name="btnAdd" > |
349 |
| - <property name="text" > |
350 |
| - <string>&Add</string> |
351 |
| - </property> |
352 |
| - <property name="shortcut" > |
353 |
| - <string>Alt+A</string> |
354 |
| - </property> |
355 |
| - <property name="autoDefault" > |
356 |
| - <bool>true</bool> |
357 |
| - </property> |
358 |
| - <property name="default" > |
359 |
| - <bool>true</bool> |
360 |
| - </property> |
361 |
| - </widget> |
362 |
| - </item> |
363 |
| - <item> |
364 |
| - <widget class="QPushButton" name="btnCancel" > |
365 |
| - <property name="text" > |
366 |
| - <string>C&lose</string> |
367 |
| - </property> |
368 |
| - <property name="shortcut" > |
369 |
| - <string>Alt+L</string> |
370 |
| - </property> |
371 |
| - <property name="autoDefault" > |
372 |
| - <bool>true</bool> |
373 |
| - </property> |
374 |
| - </widget> |
375 |
| - </item> |
376 |
| - </layout> |
| 219 | + </widget> |
| 220 | + </item> |
| 221 | + <item row="4" column="0" > |
| 222 | + <widget class="QPushButton" name="btnHelp" > |
| 223 | + <property name="enabled" > |
| 224 | + <bool>false</bool> |
| 225 | + </property> |
| 226 | + <property name="text" > |
| 227 | + <string>Help</string> |
| 228 | + </property> |
| 229 | + <property name="shortcut" > |
| 230 | + <string>F1</string> |
| 231 | + </property> |
| 232 | + <property name="autoDefault" > |
| 233 | + <bool>true</bool> |
| 234 | + </property> |
| 235 | + </widget> |
| 236 | + </item> |
| 237 | + <item row="4" column="1" > |
| 238 | + <spacer> |
| 239 | + <property name="orientation" > |
| 240 | + <enum>Qt::Horizontal</enum> |
| 241 | + </property> |
| 242 | + <property name="sizeType" > |
| 243 | + <enum>QSizePolicy::Expanding</enum> |
| 244 | + </property> |
| 245 | + <property name="sizeHint" > |
| 246 | + <size> |
| 247 | + <width>284</width> |
| 248 | + <height>31</height> |
| 249 | + </size> |
| 250 | + </property> |
| 251 | + </spacer> |
| 252 | + </item> |
| 253 | + <item row="4" column="3" > |
| 254 | + <widget class="QPushButton" name="btnCancel" > |
| 255 | + <property name="text" > |
| 256 | + <string>C&lose</string> |
| 257 | + </property> |
| 258 | + <property name="shortcut" > |
| 259 | + <string>Alt+L</string> |
| 260 | + </property> |
| 261 | + <property name="autoDefault" > |
| 262 | + <bool>true</bool> |
| 263 | + </property> |
| 264 | + </widget> |
377 | 265 | </item>
|
378 | 266 | </layout>
|
379 | 267 | </widget>
|
380 | 268 | <layoutdefault spacing="6" margin="11" />
|
381 | 269 | <pixmapfunction></pixmapfunction>
|
382 | 270 | <customwidgets>
|
383 |
| - <customwidget> |
384 |
| - <class>Q3ButtonGroup</class> |
385 |
| - <extends></extends> |
386 |
| - <header>Qt3Support/Q3ButtonGroup</header> |
387 |
| - <container>1</container> |
388 |
| - <pixmap></pixmap> |
389 |
| - </customwidget> |
390 | 271 | <customwidget>
|
391 | 272 | <class>Q3ListView</class>
|
392 | 273 | <extends></extends>
|
393 | 274 | <header>q3listview.h</header>
|
394 | 275 | <container>0</container>
|
395 | 276 | <pixmap></pixmap>
|
396 | 277 | </customwidget>
|
397 |
| - <customwidget> |
398 |
| - <class>Q3GroupBox</class> |
399 |
| - <extends></extends> |
400 |
| - <header>Qt3Support/Q3GroupBox</header> |
401 |
| - <container>1</container> |
402 |
| - <pixmap></pixmap> |
403 |
| - </customwidget> |
404 | 278 | </customwidgets>
|
405 | 279 | <tabstops>
|
406 | 280 | <tabstop>cmbConnections</tabstop>
|
|
0 commit comments