Skip to content

Commit 4444428

Browse files
committed
Add some tooltips to diagram show properties
Refs #19109
1 parent b1c8949 commit 4444428

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/ui/qgsdiagrampropertiesbase.ui

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -844,6 +844,9 @@
844844
<verstretch>0</verstretch>
845845
</sizepolicy>
846846
</property>
847+
<property name="toolTip">
848+
<string>Controls whether specific diagrams should be shown</string>
849+
</property>
847850
<property name="text">
848851
<string>Show diagram</string>
849852
</property>
@@ -871,6 +874,9 @@
871874
<verstretch>0</verstretch>
872875
</sizepolicy>
873876
</property>
877+
<property name="toolTip">
878+
<string>Controls whether specific diagrams should always be rendered, even when they overlap other diagrams or map labels</string>
879+
</property>
874880
<property name="text">
875881
<string>Always show</string>
876882
</property>
@@ -952,6 +958,9 @@
952958
</item>
953959
<item row="1" column="0" colspan="3">
954960
<widget class="QCheckBox" name="mShowAllCheckBox">
961+
<property name="toolTip">
962+
<string>Always show all diagrams, even when they overlap with each other or other map labels</string>
963+
</property>
955964
<property name="text">
956965
<string>Show all diagrams</string>
957966
</property>

0 commit comments

Comments
 (0)