Skip to content

Commit

Permalink
Add some tooltips to diagram show properties
Browse files Browse the repository at this point in the history
Refs #19109
  • Loading branch information
nyalldawson committed Jun 8, 2018
1 parent b1c8949 commit 4444428
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/ui/qgsdiagrampropertiesbase.ui
Expand Up @@ -844,6 +844,9 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Controls whether specific diagrams should be shown</string>
</property>
<property name="text">
<string>Show diagram</string>
</property>
Expand Down Expand Up @@ -871,6 +874,9 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Controls whether specific diagrams should always be rendered, even when they overlap other diagrams or map labels</string>
</property>
<property name="text">
<string>Always show</string>
</property>
Expand Down Expand Up @@ -952,6 +958,9 @@
</item>
<item row="1" column="0" colspan="3">
<widget class="QCheckBox" name="mShowAllCheckBox">
<property name="toolTip">
<string>Always show all diagrams, even when they overlap with each other or other map labels</string>
</property>
<property name="text">
<string>Show all diagrams</string>
</property>
Expand Down

0 comments on commit 4444428

Please sign in to comment.