Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add tooltips to Vector layer properties dialog
  • Loading branch information
DelazJ authored and nyalldawson committed Apr 14, 2017
1 parent cc55ae1 commit 2264661
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/ui/qgsvectorlayerpropertiesbase.ui
Expand Up @@ -113,7 +113,7 @@
<string>Metadata</string>
</property>
<property name="toolTip">
<string>General</string>
<string>Metadata</string>
</property>
<property name="icon">
<iconset resource="../../images/images.qrc">
Expand Down Expand Up @@ -232,6 +232,9 @@
<property name="text">
<string>Variables</string>
</property>
<property name="toolTip">
<string>Variables</string>
</property>
<property name="icon">
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/default/mIconExpression.svg</normaloff>:/images/themes/default/mIconExpression.svg</iconset>
Expand All @@ -241,6 +244,9 @@
<property name="text">
<string>Legend</string>
</property>
<property name="toolTip">
<string>Legend</string>
</property>
<property name="icon">
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/default/legend.svg</normaloff>:/images/themes/default/legend.svg</iconset>
Expand All @@ -250,6 +256,9 @@
<property name="text">
<string>Dependencies</string>
</property>
<property name="toolTip">
<string>Dependencies</string>
</property>
<property name="icon">
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/default/dependencies.svg</normaloff>:/images/themes/default/dependencies.svg</iconset>
Expand Down

0 comments on commit 2264661

Please sign in to comment.