Skip to content

Commit 2f2c1d1

Browse files
author
timlinux
committedNov 14, 2010
Small tweak to make symbol layers dialog vaguely clearer sort of
git-svn-id: http://svn.osgeo.org/qgis/trunk@14631 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent f282bcf commit 2f2c1d1

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed
 

‎src/ui/qgssymbollevelsv2dialogbase.ui

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,34 @@
1313
<property name="windowTitle">
1414
<string>Symbol Levels</string>
1515
</property>
16-
<layout class="QVBoxLayout">
17-
<item>
16+
<layout class="QGridLayout" name="gridLayout">
17+
<item row="0" column="0">
1818
<widget class="QCheckBox" name="chkEnable">
1919
<property name="text">
2020
<string>Enable symbol levels</string>
2121
</property>
2222
</widget>
2323
</item>
24-
<item>
24+
<item row="1" column="0">
25+
<widget class="QLabel" name="label">
26+
<property name="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>
28+
</property>
29+
<property name="wordWrap">
30+
<bool>true</bool>
31+
</property>
32+
</widget>
33+
</item>
34+
<item row="2" column="0">
2535
<widget class="QTableWidget" name="tableLevels"/>
2636
</item>
27-
<item>
37+
<item row="3" column="0">
2838
<widget class="QDialogButtonBox" name="buttonBox">
2939
<property name="orientation">
3040
<enum>Qt::Horizontal</enum>
3141
</property>
3242
<property name="standardButtons">
33-
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
43+
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Help|QDialogButtonBox::Ok</set>
3444
</property>
3545
</widget>
3646
</item>

0 commit comments

Comments
 (0)
Please sign in to comment.