Skip to content

Commit 0ac35a6

Browse files
committedJul 16, 2018
Hillshade: added note about artifacts
1 parent 7e1ac53 commit 0ac35a6

File tree

1 file changed

+44
-34
lines changed

1 file changed

+44
-34
lines changed
 

‎src/ui/raster/qgshillshaderendererwidget.ui

Lines changed: 44 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@
1414
<string>Form</string>
1515
</property>
1616
<layout class="QGridLayout" name="gridLayout">
17+
<item row="3" column="0" colspan="2">
18+
<widget class="QLabel" name="label_3">
19+
<property name="text">
20+
<string>Z Factor</string>
21+
</property>
22+
</widget>
23+
</item>
1724
<item row="2" column="1" colspan="2">
1825
<layout class="QVBoxLayout" name="verticalLayout">
1926
<item>
@@ -65,27 +72,6 @@
6572
</item>
6673
</layout>
6774
</item>
68-
<item row="1" column="0" colspan="2">
69-
<widget class="QLabel" name="label_2">
70-
<property name="text">
71-
<string>Altitude</string>
72-
</property>
73-
</widget>
74-
</item>
75-
<item row="2" column="0">
76-
<widget class="QLabel" name="label">
77-
<property name="text">
78-
<string>Azimuth</string>
79-
</property>
80-
</widget>
81-
</item>
82-
<item row="3" column="0" colspan="2">
83-
<widget class="QLabel" name="label_3">
84-
<property name="text">
85-
<string>Z Factor</string>
86-
</property>
87-
</widget>
88-
</item>
8975
<item row="1" column="2">
9076
<widget class="QgsDoubleSpinBox" name="mLightAngle">
9177
<property name="sizePolicy">
@@ -105,7 +91,24 @@
10591
</property>
10692
</widget>
10793
</item>
108-
<item row="5" column="0" colspan="3">
94+
<item row="0" column="2">
95+
<widget class="QgsRasterBandComboBox" name="mBandsCombo"/>
96+
</item>
97+
<item row="4" column="0">
98+
<widget class="QLabel" name="label_5">
99+
<property name="text">
100+
<string>Multidirectional</string>
101+
</property>
102+
</widget>
103+
</item>
104+
<item row="1" column="0" colspan="2">
105+
<widget class="QLabel" name="label_2">
106+
<property name="text">
107+
<string>Altitude</string>
108+
</property>
109+
</widget>
110+
</item>
111+
<item row="6" column="0" colspan="3">
109112
<spacer name="verticalSpacer">
110113
<property name="orientation">
111114
<enum>Qt::Vertical</enum>
@@ -118,16 +121,13 @@
118121
</property>
119122
</spacer>
120123
</item>
121-
<item row="0" column="0">
122-
<widget class="QLabel" name="label_4">
124+
<item row="4" column="2">
125+
<widget class="QCheckBox" name="mMultiDirection">
123126
<property name="text">
124-
<string>Band</string>
127+
<string/>
125128
</property>
126129
</widget>
127130
</item>
128-
<item row="0" column="2">
129-
<widget class="QgsRasterBandComboBox" name="mBandsCombo"/>
130-
</item>
131131
<item row="3" column="2">
132132
<widget class="QgsDoubleSpinBox" name="mZFactor">
133133
<property name="sizePolicy">
@@ -144,17 +144,27 @@
144144
</property>
145145
</widget>
146146
</item>
147-
<item row="4" column="2">
148-
<widget class="QCheckBox" name="mMultiDirection">
147+
<item row="0" column="0">
148+
<widget class="QLabel" name="label_4">
149149
<property name="text">
150-
<string/>
150+
<string>Band</string>
151151
</property>
152152
</widget>
153153
</item>
154-
<item row="4" column="0">
155-
<widget class="QLabel" name="label_5">
154+
<item row="2" column="0">
155+
<widget class="QLabel" name="label">
156156
<property name="text">
157-
<string>Multidirectional</string>
157+
<string>Azimuth</string>
158+
</property>
159+
</widget>
160+
</item>
161+
<item row="5" column="0" colspan="3">
162+
<widget class="QLabel" name="label_6">
163+
<property name="text">
164+
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;To avoid visual artifacts, set the zoomed in resampling to bilinear, and make sure the project's CRS matches that of your raster&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
165+
</property>
166+
<property name="wordWrap">
167+
<bool>true</bool>
158168
</property>
159169
</widget>
160170
</item>

0 commit comments

Comments
 (0)