|
7 | 7 | <x>0</x>
|
8 | 8 | <y>0</y>
|
9 | 9 | <width>518</width>
|
10 |
| - <height>588</height> |
| 10 | + <height>580</height> |
11 | 11 | </rect>
|
12 | 12 | </property>
|
13 | 13 | <property name="windowTitle">
|
|
31 | 31 | <x>0</x>
|
32 | 32 | <y>0</y>
|
33 | 33 | <width>510</width>
|
34 |
| - <height>551</height> |
| 34 | + <height>543</height> |
35 | 35 | </rect>
|
36 | 36 | </property>
|
37 | 37 | <layout class="QVBoxLayout" name="verticalLayout_5">
|
|
147 | 147 | <item row="1" column="0">
|
148 | 148 | <widget class="QLabel" name="mXMinLabel">
|
149 | 149 | <property name="text">
|
150 |
| - <string>X min</string> |
| 150 | + <string>West</string> |
151 | 151 | </property>
|
152 | 152 | <property name="alignment">
|
153 | 153 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
160 | 160 | <item row="1" column="2">
|
161 | 161 | <widget class="QLabel" name="mXMaxLabel">
|
162 | 162 | <property name="text">
|
163 |
| - <string>X max</string> |
| 163 | + <string>East</string> |
164 | 164 | </property>
|
165 | 165 | <property name="alignment">
|
166 | 166 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
173 | 173 | <item row="0" column="1">
|
174 | 174 | <widget class="QLabel" name="mYMaxLabel">
|
175 | 175 | <property name="text">
|
176 |
| - <string>Y max</string> |
| 176 | + <string>North</string> |
177 | 177 | </property>
|
178 | 178 | <property name="alignment">
|
179 | 179 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
190 | 190 | <item row="2" column="1">
|
191 | 191 | <widget class="QLabel" name="mYMinLabel">
|
192 | 192 | <property name="text">
|
193 |
| - <string>Y min</string> |
| 193 | + <string>South</string> |
194 | 194 | </property>
|
195 | 195 | <property name="alignment">
|
196 | 196 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
319 | 319 | <number>0</number>
|
320 | 320 | </property>
|
321 | 321 | <item row="0" column="0">
|
322 |
| - <widget class="QgsRasterFormatSaveOptionsWidget" name="mOptionsWidget" native="true"> |
323 |
| - <zorder></zorder> |
324 |
| - </widget> |
| 322 | + <widget class="QgsRasterFormatSaveOptionsWidget" name="mOptionsWidget" native="true"/> |
325 | 323 | </item>
|
326 | 324 | <item row="1" column="0">
|
327 | 325 | <widget class="QGroupBox" name="mTilesGroupBox">
|
328 | 326 | <property name="title">
|
329 | 327 | <string>Tiles</string>
|
330 | 328 | </property>
|
331 |
| - <layout class="QGridLayout" name="gridLayout"> |
332 |
| - <item row="0" column="1"> |
333 |
| - <widget class="QLineEdit" name="mMaximumSizeXLineEdit"/> |
334 |
| - </item> |
335 |
| - <item row="0" column="0"> |
| 329 | + <layout class="QHBoxLayout" name="horizontalLayout_5"> |
| 330 | + <item> |
336 | 331 | <widget class="QLabel" name="mMaximumSizeXLabel">
|
| 332 | + <property name="toolTip"> |
| 333 | + <string>Maximum number of columns in one tile.</string> |
| 334 | + </property> |
337 | 335 | <property name="text">
|
338 |
| - <string>Maximum Size X:</string> |
| 336 | + <string>Max columns</string> |
339 | 337 | </property>
|
340 | 338 | </widget>
|
341 | 339 | </item>
|
342 |
| - <item row="1" column="1"> |
343 |
| - <widget class="QLineEdit" name="mMaximumSizeYLineEdit"/> |
| 340 | + <item> |
| 341 | + <widget class="QLineEdit" name="mMaximumSizeXLineEdit"> |
| 342 | + <property name="toolTip"> |
| 343 | + <string>Maximum number of columns in one tile.</string> |
| 344 | + </property> |
| 345 | + </widget> |
344 | 346 | </item>
|
345 |
| - <item row="1" column="0"> |
| 347 | + <item> |
346 | 348 | <widget class="QLabel" name="mMaximumSizeYLabel">
|
| 349 | + <property name="toolTip"> |
| 350 | + <string>Maximum number of rows in one tile.</string> |
| 351 | + </property> |
347 | 352 | <property name="text">
|
348 |
| - <string>Maximum size Y:</string> |
| 353 | + <string>Max rows</string> |
| 354 | + </property> |
| 355 | + </widget> |
| 356 | + </item> |
| 357 | + <item> |
| 358 | + <widget class="QLineEdit" name="mMaximumSizeYLineEdit"> |
| 359 | + <property name="toolTip"> |
| 360 | + <string>Maximum number of rows in one tile.</string> |
349 | 361 | </property>
|
350 | 362 | </widget>
|
351 | 363 | </item>
|
352 |
| - <item row="2" column="0" colspan="2"> |
| 364 | + <item> |
353 | 365 | <widget class="QCheckBox" name="mTileModeCheckBox">
|
354 | 366 | <property name="text">
|
355 | 367 | <string>Create VRT</string>
|
|
0 commit comments