Skip to content

Commit

Permalink
Add tooltips to layout legend items' frame buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and nyalldawson committed Jun 15, 2020
1 parent 39f30ba commit 55466c1
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions src/ui/layout/qgslayoutlegendwidgetbase.ui
Expand Up @@ -238,6 +238,9 @@
<property name="text">
<string/>
</property>
<property name="toolTip">
<string>Move item down</string>
</property>
<property name="icon">
<iconset resource="../../../images/images.qrc">
<normaloff>:/images/themes/default/mActionArrowDown.svg</normaloff>:/images/themes/default/mActionArrowDown.svg</iconset>
Expand All @@ -255,6 +258,9 @@
<property name="text">
<string/>
</property>
<property name="toolTip">
<string>Move item up</string>
</property>
<property name="icon">
<iconset resource="../../../images/images.qrc">
<normaloff>:/images/themes/default/mActionArrowUp.svg</normaloff>:/images/themes/default/mActionArrowUp.svg</iconset>
Expand Down Expand Up @@ -292,6 +298,9 @@
<property name="text">
<string/>
</property>
<property name="toolTip">
<string>Add layer(s) to legend</string>
</property>
<property name="icon">
<iconset resource="../../../images/images.qrc">
<normaloff>:/images/themes/default/symbologyAdd.svg</normaloff>:/images/themes/default/symbologyAdd.svg</iconset>
Expand All @@ -309,6 +318,9 @@
<property name="text">
<string/>
</property>
<property name="toolTip">
<string>Remove selected item(s) from legend</string>
</property>
<property name="icon">
<iconset resource="../../../images/images.qrc">
<normaloff>:/images/themes/default/symbologyRemove.svg</normaloff>:/images/themes/default/symbologyRemove.svg</iconset>
Expand All @@ -326,6 +338,9 @@
<property name="text">
<string/>
</property>
<property name="toolTip">
<string>Edit selected item properties</string>
</property>
<property name="icon">
<iconset resource="../../../images/images.qrc">
<normaloff>:/images/themes/default/symbologyEdit.svg</normaloff>:/images/themes/default/symbologyEdit.svg</iconset>
Expand Down Expand Up @@ -399,6 +414,9 @@
<property name="text">
<string/>
</property>
<property name="toolTip">
<string>Filter expression</string>
</property>
<property name="icon">
<iconset resource="../../../images/images.qrc">
<normaloff>:/images/themes/default/mIconExpressionFilter.svg</normaloff>:/images/themes/default/mIconExpressionFilter.svg</iconset>
Expand Down Expand Up @@ -1392,8 +1410,6 @@
</tabstops>
<resources>
<include location="../../../images/images.qrc"/>
<include location="../../../images/images.qrc"/>
<include location="../../../images/images.qrc"/>
</resources>
<connections/>
</ui>

0 comments on commit 55466c1

Please sign in to comment.