|
6 | 6 | <rect>
|
7 | 7 | <x>0</x>
|
8 | 8 | <y>0</y>
|
9 |
| - <width>555</width> |
10 |
| - <height>508</height> |
| 9 | + <width>439</width> |
| 10 | + <height>539</height> |
11 | 11 | </rect>
|
12 | 12 | </property>
|
13 | 13 | <property name="windowTitle">
|
14 | 14 | <string>Add Layer(s) from a Server</string>
|
15 | 15 | </property>
|
16 | 16 | <property name="windowIcon">
|
17 | 17 | <iconset>
|
18 |
| - <normaloff/> |
19 |
| - </iconset> |
| 18 | + <normaloff>../../../../.designer/backup</normaloff>../../../../.designer/backup</iconset> |
20 | 19 | </property>
|
21 | 20 | <property name="sizeGripEnabled">
|
22 | 21 | <bool>true</bool>
|
23 | 22 | </property>
|
24 | 23 | <property name="modal">
|
25 | 24 | <bool>true</bool>
|
26 | 25 | </property>
|
27 |
| - <layout class="QGridLayout"> |
28 |
| - <item row="0" column="0" colspan="2"> |
| 26 | + <layout class="QGridLayout" name="gridLayout_2"> |
| 27 | + <item row="0" column="0"> |
29 | 28 | <widget class="QTabWidget" name="tabWidget">
|
30 | 29 | <property name="currentIndex">
|
31 | 30 | <number>0</number>
|
|
34 | 33 | <attribute name="title">
|
35 | 34 | <string>Servers</string>
|
36 | 35 | </attribute>
|
37 |
| - <layout class="QGridLayout"> |
38 |
| - <item row="0" column="0" colspan="6"> |
| 36 | + <layout class="QGridLayout" name="gridLayout"> |
| 37 | + <item row="0" column="0" colspan="8"> |
39 | 38 | <widget class="QComboBox" name="cmbConnections"/>
|
40 | 39 | </item>
|
41 |
| - <item row="1" column="0"> |
| 40 | + <item row="1" column="0" colspan="2"> |
42 | 41 | <widget class="QPushButton" name="btnConnect">
|
43 | 42 | <property name="enabled">
|
44 | 43 | <bool>false</bool>
|
|
48 | 47 | </property>
|
49 | 48 | </widget>
|
50 | 49 | </item>
|
51 |
| - <item row="1" column="1"> |
| 50 | + <item row="1" column="2" colspan="2"> |
52 | 51 | <widget class="QPushButton" name="btnNew">
|
53 | 52 | <property name="text">
|
54 | 53 | <string>&New</string>
|
55 | 54 | </property>
|
56 | 55 | </widget>
|
57 | 56 | </item>
|
58 |
| - <item row="1" column="2"> |
| 57 | + <item row="1" column="4"> |
59 | 58 | <widget class="QPushButton" name="btnEdit">
|
60 | 59 | <property name="enabled">
|
61 | 60 | <bool>false</bool>
|
|
65 | 64 | </property>
|
66 | 65 | </widget>
|
67 | 66 | </item>
|
68 |
| - <item row="1" column="3"> |
| 67 | + <item row="1" column="5"> |
69 | 68 | <widget class="QPushButton" name="btnDelete">
|
70 | 69 | <property name="enabled">
|
71 | 70 | <bool>false</bool>
|
|
75 | 74 | </property>
|
76 | 75 | </widget>
|
77 | 76 | </item>
|
78 |
| - <item row="1" column="4"> |
79 |
| - <spacer> |
| 77 | + <item row="1" column="6"> |
| 78 | + <spacer name="horizontalSpacer_2"> |
80 | 79 | <property name="orientation">
|
81 | 80 | <enum>Qt::Horizontal</enum>
|
82 | 81 | </property>
|
83 |
| - <property name="sizeType"> |
84 |
| - <enum>QSizePolicy::Expanding</enum> |
85 |
| - </property> |
86 | 82 | <property name="sizeHint" stdset="0">
|
87 | 83 | <size>
|
88 |
| - <width>16</width> |
89 |
| - <height>31</height> |
| 84 | + <width>8</width> |
| 85 | + <height>20</height> |
90 | 86 | </size>
|
91 | 87 | </property>
|
92 | 88 | </spacer>
|
93 | 89 | </item>
|
94 |
| - <item row="1" column="5"> |
| 90 | + <item row="1" column="7"> |
95 | 91 | <widget class="QPushButton" name="btnAddDefault">
|
96 | 92 | <property name="statusTip">
|
97 | 93 | <string>Adds a few example WMS servers</string>
|
|
104 | 100 | </property>
|
105 | 101 | </widget>
|
106 | 102 | </item>
|
107 |
| - <item row="2" column="0" colspan="6"> |
| 103 | + <item row="2" column="0" colspan="8"> |
108 | 104 | <widget class="QTreeWidget" name="lstLayers">
|
109 | 105 | <property name="sizePolicy">
|
110 | 106 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
140 | 136 | </column>
|
141 | 137 | </widget>
|
142 | 138 | </item>
|
| 139 | + <item row="3" column="0"> |
| 140 | + <widget class="QPushButton" name="btnSave"> |
| 141 | + <property name="text"> |
| 142 | + <string>Save</string> |
| 143 | + </property> |
| 144 | + </widget> |
| 145 | + </item> |
| 146 | + <item row="3" column="1" colspan="2"> |
| 147 | + <widget class="QPushButton" name="btnLoad"> |
| 148 | + <property name="text"> |
| 149 | + <string>Load</string> |
| 150 | + </property> |
| 151 | + </widget> |
| 152 | + </item> |
| 153 | + <item row="3" column="3" colspan="5"> |
| 154 | + <spacer name="horizontalSpacer"> |
| 155 | + <property name="orientation"> |
| 156 | + <enum>Qt::Horizontal</enum> |
| 157 | + </property> |
| 158 | + <property name="sizeHint" stdset="0"> |
| 159 | + <size> |
| 160 | + <width>292</width> |
| 161 | + <height>20</height> |
| 162 | + </size> |
| 163 | + </property> |
| 164 | + </spacer> |
| 165 | + </item> |
143 | 166 | </layout>
|
144 | 167 | </widget>
|
145 | 168 | <widget class="QWidget" name="tabLayerOrder">
|
|
250 | 273 | </widget>
|
251 | 274 | </widget>
|
252 | 275 | </item>
|
253 |
| - <item row="1" column="0" colspan="2"> |
| 276 | + <item row="1" column="0"> |
254 | 277 | <widget class="QGroupBox" name="btnGrpImageEncoding">
|
255 | 278 | <property name="sizePolicy">
|
256 | 279 | <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
269 | 292 | </property>
|
270 | 293 | </widget>
|
271 | 294 | </item>
|
272 |
| - <item row="2" column="0" colspan="2"> |
| 295 | + <item row="2" column="0"> |
273 | 296 | <widget class="QGroupBox" name="gbCRS">
|
274 | 297 | <property name="title">
|
275 | 298 | <string>Options</string>
|
|
311 | 334 | </layout>
|
312 | 335 | </widget>
|
313 | 336 | </item>
|
314 |
| - <item row="4" column="0" colspan="2"> |
| 337 | + <item row="3" column="0"> |
| 338 | + <widget class="QDialogButtonBox" name="buttonBox"> |
| 339 | + <property name="standardButtons"> |
| 340 | + <set>QDialogButtonBox::Close|QDialogButtonBox::Help</set> |
| 341 | + </property> |
| 342 | + </widget> |
| 343 | + </item> |
| 344 | + <item row="4" column="0"> |
315 | 345 | <widget class="QLabel" name="labelStatus">
|
316 | 346 | <property name="sizePolicy">
|
317 | 347 | <sizepolicy hsizetype="Ignored" vsizetype="Preferred">
|
|
327 | 357 | </property>
|
328 | 358 | </widget>
|
329 | 359 | </item>
|
330 |
| - <item row="3" column="0" colspan="2"> |
331 |
| - <widget class="QDialogButtonBox" name="buttonBox"> |
332 |
| - <property name="standardButtons"> |
333 |
| - <set>QDialogButtonBox::Close|QDialogButtonBox::Help</set> |
334 |
| - </property> |
335 |
| - </widget> |
336 |
| - </item> |
337 | 360 | </layout>
|
338 | 361 | </widget>
|
339 | 362 | <layoutdefault spacing="6" margin="11"/>
|
|
0 commit comments