|
1 |
| -<ui version="4.0" > |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<ui version="4.0"> |
2 | 3 | <class>QgsInterpolationDialogBase</class>
|
3 |
| - <widget class="QDialog" name="QgsInterpolationDialogBase" > |
4 |
| - <property name="geometry" > |
| 4 | + <widget class="QDialog" name="QgsInterpolationDialogBase"> |
| 5 | + <property name="geometry"> |
5 | 6 | <rect>
|
6 | 7 | <x>0</x>
|
7 | 8 | <y>0</y>
|
8 | 9 | <width>538</width>
|
9 | 10 | <height>733</height>
|
10 | 11 | </rect>
|
11 | 12 | </property>
|
12 |
| - <property name="sizePolicy" > |
13 |
| - <sizepolicy vsizetype="Fixed" hsizetype="Preferred" > |
| 13 | + <property name="sizePolicy"> |
| 14 | + <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
14 | 15 | <horstretch>0</horstretch>
|
15 | 16 | <verstretch>0</verstretch>
|
16 | 17 | </sizepolicy>
|
17 | 18 | </property>
|
18 |
| - <property name="windowTitle" > |
| 19 | + <property name="windowTitle"> |
19 | 20 | <string>Interpolation plugin</string>
|
20 | 21 | </property>
|
21 |
| - <layout class="QGridLayout" name="gridLayout_3" > |
22 |
| - <item row="0" column="0" > |
23 |
| - <widget class="QGroupBox" name="mInputGroupBox" > |
24 |
| - <property name="sizePolicy" > |
25 |
| - <sizepolicy vsizetype="Preferred" hsizetype="Preferred" > |
| 22 | + <layout class="QGridLayout" name="gridLayout_3"> |
| 23 | + <item row="1" column="0"> |
| 24 | + <widget class="QGroupBox" name="mOutputGroupBox"> |
| 25 | + <property name="sizePolicy"> |
| 26 | + <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
26 | 27 | <horstretch>0</horstretch>
|
27 | 28 | <verstretch>0</verstretch>
|
28 | 29 | </sizepolicy>
|
29 | 30 | </property>
|
30 |
| - <property name="title" > |
31 |
| - <string>Input</string> |
32 |
| - </property> |
33 |
| - <layout class="QGridLayout" name="gridLayout" > |
34 |
| - <item row="0" column="0" > |
35 |
| - <widget class="QLabel" name="label_2" > |
36 |
| - <property name="text" > |
37 |
| - <string>Vector layers:</string> |
38 |
| - </property> |
39 |
| - </widget> |
40 |
| - </item> |
41 |
| - <item row="0" column="1" colspan="2" > |
42 |
| - <widget class="QComboBox" name="mInputLayerComboBox" > |
43 |
| - <property name="sizePolicy" > |
44 |
| - <sizepolicy vsizetype="Fixed" hsizetype="Expanding" > |
45 |
| - <horstretch>0</horstretch> |
46 |
| - <verstretch>0</verstretch> |
47 |
| - </sizepolicy> |
48 |
| - </property> |
49 |
| - </widget> |
50 |
| - </item> |
51 |
| - <item row="1" column="0" > |
52 |
| - <widget class="QLabel" name="mInterpolationAttributeLabel" > |
53 |
| - <property name="text" > |
54 |
| - <string>Interpolation attribute:</string> |
55 |
| - </property> |
56 |
| - <property name="buddy" > |
57 |
| - <cstring>mInterpolationAttributeComboBox</cstring> |
58 |
| - </property> |
59 |
| - </widget> |
60 |
| - </item> |
61 |
| - <item row="1" column="1" colspan="2" > |
62 |
| - <widget class="QComboBox" name="mInterpolationAttributeComboBox" > |
63 |
| - <property name="sizePolicy" > |
64 |
| - <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" > |
65 |
| - <horstretch>0</horstretch> |
66 |
| - <verstretch>0</verstretch> |
67 |
| - </sizepolicy> |
68 |
| - </property> |
69 |
| - </widget> |
70 |
| - </item> |
71 |
| - <item row="2" column="0" colspan="3" > |
72 |
| - <widget class="QCheckBox" name="mUseZCoordCheckBox" > |
73 |
| - <property name="text" > |
74 |
| - <string>Use z-Coordinate for interpolation</string> |
75 |
| - </property> |
76 |
| - </widget> |
77 |
| - </item> |
78 |
| - <item row="3" column="1" > |
79 |
| - <widget class="QPushButton" name="mAddPushButton" > |
80 |
| - <property name="text" > |
81 |
| - <string>Add</string> |
82 |
| - </property> |
83 |
| - </widget> |
84 |
| - </item> |
85 |
| - <item row="3" column="2" > |
86 |
| - <widget class="QPushButton" name="mRemovePushButton" > |
87 |
| - <property name="text" > |
88 |
| - <string>Remove</string> |
89 |
| - </property> |
90 |
| - </widget> |
91 |
| - </item> |
92 |
| - <item row="4" column="0" colspan="3" > |
93 |
| - <widget class="QTreeWidget" name="mLayersTreeWidget" > |
94 |
| - <column> |
95 |
| - <property name="text" > |
96 |
| - <string>Vector layer</string> |
97 |
| - </property> |
98 |
| - </column> |
99 |
| - <column> |
100 |
| - <property name="text" > |
101 |
| - <string>Attribute</string> |
102 |
| - </property> |
103 |
| - </column> |
104 |
| - <column> |
105 |
| - <property name="text" > |
106 |
| - <string>Type</string> |
107 |
| - </property> |
108 |
| - </column> |
109 |
| - </widget> |
110 |
| - </item> |
111 |
| - </layout> |
112 |
| - </widget> |
113 |
| - </item> |
114 |
| - <item row="1" column="0" > |
115 |
| - <widget class="QGroupBox" name="mOutputGroupBox" > |
116 |
| - <property name="sizePolicy" > |
117 |
| - <sizepolicy vsizetype="Preferred" hsizetype="Preferred" > |
118 |
| - <horstretch>0</horstretch> |
119 |
| - <verstretch>0</verstretch> |
120 |
| - </sizepolicy> |
121 |
| - </property> |
122 |
| - <property name="title" > |
| 31 | + <property name="title"> |
123 | 32 | <string>Output</string>
|
124 | 33 | </property>
|
125 |
| - <layout class="QGridLayout" name="gridLayout_2" > |
126 |
| - <item row="0" column="0" > |
127 |
| - <widget class="QLabel" name="mInterpolationLabel" > |
128 |
| - <property name="text" > |
| 34 | + <layout class="QGridLayout" name="gridLayout_2"> |
| 35 | + <item row="0" column="0"> |
| 36 | + <widget class="QLabel" name="mInterpolationLabel"> |
| 37 | + <property name="text"> |
129 | 38 | <string>Interpolation method</string>
|
130 | 39 | </property>
|
131 |
| - <property name="buddy" > |
| 40 | + <property name="buddy"> |
132 | 41 | <cstring>mInterpolationMethodComboBox</cstring>
|
133 | 42 | </property>
|
134 | 43 | </widget>
|
135 | 44 | </item>
|
136 |
| - <item row="0" column="1" > |
137 |
| - <widget class="QComboBox" name="mInterpolationMethodComboBox" /> |
| 45 | + <item row="0" column="1"> |
| 46 | + <widget class="QComboBox" name="mInterpolationMethodComboBox"/> |
138 | 47 | </item>
|
139 |
| - <item row="0" column="2" > |
140 |
| - <widget class="QToolButton" name="mConfigureInterpolationButton" > |
141 |
| - <property name="text" > |
| 48 | + <item row="0" column="2"> |
| 49 | + <widget class="QToolButton" name="mConfigureInterpolationButton"> |
| 50 | + <property name="text"> |
142 | 51 | <string>...</string>
|
143 | 52 | </property>
|
144 |
| - <property name="icon" > |
145 |
| - <iconset resource="interpolator.qrc" > |
| 53 | + <property name="icon"> |
| 54 | + <iconset resource="interpolator.qrc"> |
146 | 55 | <normaloff>:/options.png</normaloff>:/options.png</iconset>
|
147 | 56 | </property>
|
148 | 57 | </widget>
|
149 | 58 | </item>
|
150 |
| - <item row="1" column="0" > |
151 |
| - <widget class="QLabel" name="mNumberOfColumnsLabel" > |
152 |
| - <property name="text" > |
| 59 | + <item row="1" column="0"> |
| 60 | + <widget class="QLabel" name="mNumberOfColumnsLabel"> |
| 61 | + <property name="text"> |
153 | 62 | <string>Number of columns</string>
|
154 | 63 | </property>
|
155 |
| - <property name="buddy" > |
| 64 | + <property name="buddy"> |
156 | 65 | <cstring>mNumberOfColumnsSpinBox</cstring>
|
157 | 66 | </property>
|
158 | 67 | </widget>
|
159 | 68 | </item>
|
160 |
| - <item row="1" column="1" colspan="2" > |
161 |
| - <widget class="QSpinBox" name="mNumberOfColumnsSpinBox" > |
162 |
| - <property name="maximum" > |
| 69 | + <item row="1" column="1" colspan="2"> |
| 70 | + <widget class="QSpinBox" name="mNumberOfColumnsSpinBox"> |
| 71 | + <property name="maximum"> |
163 | 72 | <number>10000000</number>
|
164 | 73 | </property>
|
165 | 74 | </widget>
|
166 | 75 | </item>
|
167 |
| - <item row="2" column="0" > |
168 |
| - <widget class="QLabel" name="mNumberOfRowsLabel" > |
169 |
| - <property name="text" > |
| 76 | + <item row="2" column="0"> |
| 77 | + <widget class="QLabel" name="mNumberOfRowsLabel"> |
| 78 | + <property name="text"> |
170 | 79 | <string>Number of rows</string>
|
171 | 80 | </property>
|
172 |
| - <property name="buddy" > |
| 81 | + <property name="buddy"> |
173 | 82 | <cstring>mNumberOfRowsSpinBox</cstring>
|
174 | 83 | </property>
|
175 | 84 | </widget>
|
176 | 85 | </item>
|
177 |
| - <item row="2" column="1" colspan="2" > |
178 |
| - <widget class="QSpinBox" name="mNumberOfRowsSpinBox" > |
179 |
| - <property name="maximum" > |
| 86 | + <item row="2" column="1" colspan="2"> |
| 87 | + <widget class="QSpinBox" name="mNumberOfRowsSpinBox"> |
| 88 | + <property name="maximum"> |
180 | 89 | <number>10000000</number>
|
181 | 90 | </property>
|
182 | 91 | </widget>
|
183 | 92 | </item>
|
184 |
| - <item row="3" column="0" colspan="3" > |
185 |
| - <layout class="QHBoxLayout" name="horizontalLayout_3" > |
| 93 | + <item row="3" column="0" colspan="3"> |
| 94 | + <layout class="QHBoxLayout" name="horizontalLayout_3"> |
186 | 95 | <item>
|
187 |
| - <widget class="QLabel" name="mCellsizeXLabel" > |
188 |
| - <property name="text" > |
| 96 | + <widget class="QLabel" name="mCellsizeXLabel"> |
| 97 | + <property name="text"> |
189 | 98 | <string>Cellsize X:</string>
|
190 | 99 | </property>
|
191 | 100 | </widget>
|
192 | 101 | </item>
|
193 | 102 | <item>
|
194 |
| - <widget class="QDoubleSpinBox" name="mCellsizeXSpinBox" > |
195 |
| - <property name="maximum" > |
| 103 | + <widget class="QDoubleSpinBox" name="mCellsizeXSpinBox"> |
| 104 | + <property name="decimals"> |
| 105 | + <number>5</number> |
| 106 | + </property> |
| 107 | + <property name="maximum"> |
196 | 108 | <double>999999.000000000000000</double>
|
197 | 109 | </property>
|
198 | 110 | </widget>
|
199 | 111 | </item>
|
200 | 112 | <item>
|
201 |
| - <widget class="QLabel" name="mCellsizeYLabel" > |
202 |
| - <property name="text" > |
| 113 | + <widget class="QLabel" name="mCellsizeYLabel"> |
| 114 | + <property name="text"> |
203 | 115 | <string>Cellsize Y:</string>
|
204 | 116 | </property>
|
205 | 117 | </widget>
|
206 | 118 | </item>
|
207 | 119 | <item>
|
208 |
| - <widget class="QDoubleSpinBox" name="mCellSizeYSpinBox" > |
209 |
| - <property name="maximum" > |
| 120 | + <widget class="QDoubleSpinBox" name="mCellSizeYSpinBox"> |
| 121 | + <property name="decimals"> |
| 122 | + <number>5</number> |
| 123 | + </property> |
| 124 | + <property name="maximum"> |
210 | 125 | <double>999999.000000000000000</double>
|
211 | 126 | </property>
|
212 | 127 | </widget>
|
213 | 128 | </item>
|
214 | 129 | </layout>
|
215 | 130 | </item>
|
216 |
| - <item row="4" column="0" colspan="3" > |
217 |
| - <layout class="QHBoxLayout" name="horizontalLayout" > |
| 131 | + <item row="4" column="0" colspan="3"> |
| 132 | + <layout class="QHBoxLayout" name="horizontalLayout"> |
218 | 133 | <item>
|
219 |
| - <widget class="QLabel" name="mXMinLabel" > |
220 |
| - <property name="text" > |
| 134 | + <widget class="QLabel" name="mXMinLabel"> |
| 135 | + <property name="text"> |
221 | 136 | <string>X Min:</string>
|
222 | 137 | </property>
|
223 | 138 | </widget>
|
224 | 139 | </item>
|
225 | 140 | <item>
|
226 |
| - <widget class="QLineEdit" name="mXMinLineEdit" /> |
| 141 | + <widget class="QLineEdit" name="mXMinLineEdit"/> |
227 | 142 | </item>
|
228 | 143 | <item>
|
229 |
| - <widget class="QLabel" name="mXMaxLabel" > |
230 |
| - <property name="text" > |
| 144 | + <widget class="QLabel" name="mXMaxLabel"> |
| 145 | + <property name="text"> |
231 | 146 | <string>X Max:</string>
|
232 | 147 | </property>
|
233 | 148 | </widget>
|
234 | 149 | </item>
|
235 | 150 | <item>
|
236 |
| - <widget class="QLineEdit" name="mXMaxLineEdit" /> |
| 151 | + <widget class="QLineEdit" name="mXMaxLineEdit"/> |
237 | 152 | </item>
|
238 | 153 | </layout>
|
239 | 154 | </item>
|
240 |
| - <item row="5" column="0" colspan="3" > |
241 |
| - <layout class="QHBoxLayout" name="horizontalLayout_2" > |
| 155 | + <item row="5" column="0" colspan="3"> |
| 156 | + <layout class="QHBoxLayout" name="horizontalLayout_2"> |
242 | 157 | <item>
|
243 |
| - <widget class="QLabel" name="mYMinLabel" > |
244 |
| - <property name="text" > |
| 158 | + <widget class="QLabel" name="mYMinLabel"> |
| 159 | + <property name="text"> |
245 | 160 | <string>Y Min:</string>
|
246 | 161 | </property>
|
247 | 162 | </widget>
|
248 | 163 | </item>
|
249 | 164 | <item>
|
250 |
| - <widget class="QLineEdit" name="mYMinLineEdit" /> |
| 165 | + <widget class="QLineEdit" name="mYMinLineEdit"/> |
251 | 166 | </item>
|
252 | 167 | <item>
|
253 |
| - <widget class="QLabel" name="mYMaxLabel" > |
254 |
| - <property name="text" > |
| 168 | + <widget class="QLabel" name="mYMaxLabel"> |
| 169 | + <property name="text"> |
255 | 170 | <string>Y Max:</string>
|
256 | 171 | </property>
|
257 | 172 | </widget>
|
258 | 173 | </item>
|
259 | 174 | <item>
|
260 |
| - <widget class="QLineEdit" name="mYMaxLineEdit" /> |
| 175 | + <widget class="QLineEdit" name="mYMaxLineEdit"/> |
261 | 176 | </item>
|
262 | 177 | </layout>
|
263 | 178 | </item>
|
264 |
| - <item row="6" column="0" colspan="3" > |
265 |
| - <layout class="QHBoxLayout" name="horizontalLayout_4" > |
| 179 | + <item row="6" column="0" colspan="3"> |
| 180 | + <layout class="QHBoxLayout" name="horizontalLayout_4"> |
266 | 181 | <item>
|
267 |
| - <spacer name="horizontalSpacer" > |
268 |
| - <property name="orientation" > |
| 182 | + <spacer name="horizontalSpacer"> |
| 183 | + <property name="orientation"> |
269 | 184 | <enum>Qt::Horizontal</enum>
|
270 | 185 | </property>
|
271 |
| - <property name="sizeHint" stdset="0" > |
| 186 | + <property name="sizeHint" stdset="0"> |
272 | 187 | <size>
|
273 | 188 | <width>298</width>
|
274 | 189 | <height>20</height>
|
|
277 | 192 | </spacer>
|
278 | 193 | </item>
|
279 | 194 | <item>
|
280 |
| - <widget class="QPushButton" name="mBBoxToCurrentExtent" > |
281 |
| - <property name="text" > |
| 195 | + <widget class="QPushButton" name="mBBoxToCurrentExtent"> |
| 196 | + <property name="text"> |
282 | 197 | <string>Set to current extent</string>
|
283 | 198 | </property>
|
284 | 199 | </widget>
|
285 | 200 | </item>
|
286 | 201 | </layout>
|
287 | 202 | </item>
|
288 |
| - <item row="7" column="0" > |
289 |
| - <widget class="QLabel" name="mOutputFileLabel" > |
290 |
| - <property name="text" > |
| 203 | + <item row="7" column="0"> |
| 204 | + <widget class="QLabel" name="mOutputFileLabel"> |
| 205 | + <property name="text"> |
291 | 206 | <string>Output file </string>
|
292 | 207 | </property>
|
293 |
| - <property name="buddy" > |
| 208 | + <property name="buddy"> |
294 | 209 | <cstring>mOutputFileLineEdit</cstring>
|
295 | 210 | </property>
|
296 | 211 | </widget>
|
297 | 212 | </item>
|
298 |
| - <item row="7" column="1" > |
299 |
| - <widget class="QLineEdit" name="mOutputFileLineEdit" /> |
| 213 | + <item row="7" column="1"> |
| 214 | + <widget class="QLineEdit" name="mOutputFileLineEdit"/> |
300 | 215 | </item>
|
301 |
| - <item row="7" column="2" > |
302 |
| - <widget class="QToolButton" name="mOutputFileButton" > |
303 |
| - <property name="text" > |
| 216 | + <item row="7" column="2"> |
| 217 | + <widget class="QToolButton" name="mOutputFileButton"> |
| 218 | + <property name="text"> |
304 | 219 | <string>...</string>
|
305 | 220 | </property>
|
306 | 221 | </widget>
|
307 | 222 | </item>
|
308 | 223 | </layout>
|
309 | 224 | </widget>
|
310 | 225 | </item>
|
311 |
| - <item row="2" column="0" > |
312 |
| - <widget class="QDialogButtonBox" name="buttonBox" > |
313 |
| - <property name="orientation" > |
| 226 | + <item row="2" column="0"> |
| 227 | + <widget class="QDialogButtonBox" name="buttonBox"> |
| 228 | + <property name="orientation"> |
314 | 229 | <enum>Qt::Horizontal</enum>
|
315 | 230 | </property>
|
316 |
| - <property name="standardButtons" > |
| 231 | + <property name="standardButtons"> |
317 | 232 | <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
318 | 233 | </property>
|
319 | 234 | </widget>
|
320 | 235 | </item>
|
| 236 | + <item row="0" column="0"> |
| 237 | + <widget class="QGroupBox" name="mInputGroupBox"> |
| 238 | + <property name="sizePolicy"> |
| 239 | + <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
| 240 | + <horstretch>0</horstretch> |
| 241 | + <verstretch>0</verstretch> |
| 242 | + </sizepolicy> |
| 243 | + </property> |
| 244 | + <property name="title"> |
| 245 | + <string>Input</string> |
| 246 | + </property> |
| 247 | + <layout class="QGridLayout" name="gridLayout"> |
| 248 | + <item row="0" column="0"> |
| 249 | + <widget class="QLabel" name="label_2"> |
| 250 | + <property name="text"> |
| 251 | + <string>Vector layers:</string> |
| 252 | + </property> |
| 253 | + </widget> |
| 254 | + </item> |
| 255 | + <item row="0" column="1" colspan="2"> |
| 256 | + <widget class="QComboBox" name="mInputLayerComboBox"> |
| 257 | + <property name="sizePolicy"> |
| 258 | + <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
| 259 | + <horstretch>0</horstretch> |
| 260 | + <verstretch>0</verstretch> |
| 261 | + </sizepolicy> |
| 262 | + </property> |
| 263 | + </widget> |
| 264 | + </item> |
| 265 | + <item row="1" column="0"> |
| 266 | + <widget class="QLabel" name="mInterpolationAttributeLabel"> |
| 267 | + <property name="text"> |
| 268 | + <string>Interpolation attribute:</string> |
| 269 | + </property> |
| 270 | + <property name="buddy"> |
| 271 | + <cstring>mInterpolationAttributeComboBox</cstring> |
| 272 | + </property> |
| 273 | + </widget> |
| 274 | + </item> |
| 275 | + <item row="1" column="1" colspan="2"> |
| 276 | + <widget class="QComboBox" name="mInterpolationAttributeComboBox"> |
| 277 | + <property name="sizePolicy"> |
| 278 | + <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> |
| 279 | + <horstretch>0</horstretch> |
| 280 | + <verstretch>0</verstretch> |
| 281 | + </sizepolicy> |
| 282 | + </property> |
| 283 | + </widget> |
| 284 | + </item> |
| 285 | + <item row="2" column="0" colspan="3"> |
| 286 | + <widget class="QCheckBox" name="mUseZCoordCheckBox"> |
| 287 | + <property name="text"> |
| 288 | + <string>Use z-Coordinate for interpolation</string> |
| 289 | + </property> |
| 290 | + </widget> |
| 291 | + </item> |
| 292 | + <item row="3" column="1"> |
| 293 | + <widget class="QPushButton" name="mAddPushButton"> |
| 294 | + <property name="text"> |
| 295 | + <string>Add</string> |
| 296 | + </property> |
| 297 | + </widget> |
| 298 | + </item> |
| 299 | + <item row="3" column="2"> |
| 300 | + <widget class="QPushButton" name="mRemovePushButton"> |
| 301 | + <property name="text"> |
| 302 | + <string>Remove</string> |
| 303 | + </property> |
| 304 | + </widget> |
| 305 | + </item> |
| 306 | + <item row="4" column="0" colspan="3"> |
| 307 | + <widget class="QTreeWidget" name="mLayersTreeWidget"> |
| 308 | + <column> |
| 309 | + <property name="text"> |
| 310 | + <string>Vector layer</string> |
| 311 | + </property> |
| 312 | + </column> |
| 313 | + <column> |
| 314 | + <property name="text"> |
| 315 | + <string>Attribute</string> |
| 316 | + </property> |
| 317 | + </column> |
| 318 | + <column> |
| 319 | + <property name="text"> |
| 320 | + <string>Type</string> |
| 321 | + </property> |
| 322 | + </column> |
| 323 | + </widget> |
| 324 | + </item> |
| 325 | + </layout> |
| 326 | + </widget> |
| 327 | + </item> |
321 | 328 | </layout>
|
322 | 329 | </widget>
|
323 | 330 | <tabstops>
|
|
330 | 337 | <tabstop>buttonBox</tabstop>
|
331 | 338 | </tabstops>
|
332 | 339 | <resources>
|
333 |
| - <include location="interpolator.qrc" /> |
| 340 | + <include location="interpolator.qrc"/> |
334 | 341 | </resources>
|
335 | 342 | <connections>
|
336 | 343 | <connection>
|
|
339 | 346 | <receiver>QgsInterpolationDialogBase</receiver>
|
340 | 347 | <slot>accept()</slot>
|
341 | 348 | <hints>
|
342 |
| - <hint type="sourcelabel" > |
| 349 | + <hint type="sourcelabel"> |
343 | 350 | <x>257</x>
|
344 | 351 | <y>362</y>
|
345 | 352 | </hint>
|
346 |
| - <hint type="destinationlabel" > |
| 353 | + <hint type="destinationlabel"> |
347 | 354 | <x>157</x>
|
348 | 355 | <y>274</y>
|
349 | 356 | </hint>
|
|
355 | 362 | <receiver>QgsInterpolationDialogBase</receiver>
|
356 | 363 | <slot>reject()</slot>
|
357 | 364 | <hints>
|
358 |
| - <hint type="sourcelabel" > |
| 365 | + <hint type="sourcelabel"> |
359 | 366 | <x>325</x>
|
360 | 367 | <y>362</y>
|
361 | 368 | </hint>
|
362 |
| - <hint type="destinationlabel" > |
| 369 | + <hint type="destinationlabel"> |
363 | 370 | <x>286</x>
|
364 | 371 | <y>274</y>
|
365 | 372 | </hint>
|
|
0 commit comments