You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ui/qgssymbollevelsv2dialogbase.ui
+15-5Lines changed: 15 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -13,24 +13,34 @@
13
13
<propertyname="windowTitle">
14
14
<string>Symbol Levels</string>
15
15
</property>
16
-
<layoutclass="QVBoxLayout">
17
-
<item>
16
+
<layoutclass="QGridLayout"name="gridLayout">
17
+
<itemrow="0"column="0">
18
18
<widgetclass="QCheckBox"name="chkEnable">
19
19
<propertyname="text">
20
20
<string>Enable symbol levels</string>
21
21
</property>
22
22
</widget>
23
23
</item>
24
-
<item>
24
+
<itemrow="1"column="0">
25
+
<widgetclass="QLabel"name="label">
26
+
<propertyname="text">
27
+
<string>Define the order in which the symbol layers are rendered. The numbers in the cells define in which rendering pass the layer will be drawn.</string>
0 commit comments