Skip to content

Commit

Permalink
Add tooltip to form layout buttons in drag-and-drop designer
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and nyalldawson committed Nov 18, 2021
1 parent 6b24824 commit d20456f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/ui/qgsattributesformproperties.ui
Expand Up @@ -174,6 +174,9 @@ Use this function to add extra logic to your forms.</string>
<property name="text">
<string>…</string>
</property>
<property name="toolTip">
<string>Remove selected item(s) from the form layout</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 @@ -185,6 +188,9 @@ Use this function to add extra logic to your forms.</string>
<property name="text">
<string>…</string>
</property>
<property name="toolTip">
<string>Add a new tab or group to the form layout</string>
</property>
<property name="icon">
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/default/symbologyAdd.svg</normaloff>:/images/themes/default/symbologyAdd.svg</iconset>
Expand Down

0 comments on commit d20456f

Please sign in to comment.