wmslayermove.patch
| src/ui/qgswmssourceselectbase.ui | ||
|---|---|---|
| 182 | 182 |
<property name="title"> |
| 183 | 183 |
<string>Image encoding</string> |
| 184 | 184 |
</property> |
| 185 |
<zorder>gbCRS</zorder> |
|
| 186 | 185 |
</widget> |
| 187 | 186 |
</item> |
| 188 | 187 |
<item row="1" column="9"> |
| ... | ... | |
| 274 | 273 |
<layout class="QGridLayout"> |
| 275 | 274 |
<item row="0" column="0"> |
| 276 | 275 |
<widget class="QPushButton" name="mLayerUpButton"> |
| 276 |
<property name="toolTip"> |
|
| 277 |
<string>Move selected layer UP</string> |
|
| 278 |
</property> |
|
| 277 | 279 |
<property name="text"> |
| 278 |
<string/>
|
|
| 280 |
<string>Up</string>
|
|
| 279 | 281 |
</property> |
| 280 | 282 |
</widget> |
| 281 | 283 |
</item> |
| 282 | 284 |
<item row="0" column="1"> |
| 283 | 285 |
<widget class="QPushButton" name="mLayerDownButton"> |
| 286 |
<property name="toolTip"> |
|
| 287 |
<string>Move selected layer DOWN</string> |
|
| 288 |
</property> |
|
| 284 | 289 |
<property name="text"> |
| 285 |
<string/>
|
|
| 290 |
<string>Down</string>
|
|
| 286 | 291 |
</property> |
| 287 | 292 |
</widget> |
| 288 | 293 |
</item> |