Skip to content

Commit

Permalink
Merge pull request #5773 from SrNetoChan/add_missing_tooltips
Browse files Browse the repository at this point in the history
Adds missing tooltips
  • Loading branch information
elpaso committed Dec 5, 2017
2 parents ba9e199 + 95e40c2 commit 2ca9054
Show file tree
Hide file tree
Showing 10 changed files with 123 additions and 3 deletions.
9 changes: 9 additions & 0 deletions src/ui/auth/qgsauthconfigeditor.ui
Expand Up @@ -44,6 +44,9 @@
</property>
<item>
<widget class="QToolButton" name="btnAddConfig">
<property name="toolTip">
<string>Add new authentication configuration</string>
</property>
<property name="text">
<string/>
</property>
Expand All @@ -55,6 +58,9 @@
</item>
<item>
<widget class="QToolButton" name="btnRemoveConfig">
<property name="toolTip">
<string>Remove selected authentication configuration</string>
</property>
<property name="text">
<string/>
</property>
Expand All @@ -66,6 +72,9 @@
</item>
<item>
<widget class="QToolButton" name="btnEditConfig">
<property name="toolTip">
<string>Edit selected authentication configuration</string>
</property>
<property name="text">
<string/>
</property>
Expand Down
9 changes: 9 additions & 0 deletions src/ui/auth/qgsauthserverseditor.ui
Expand Up @@ -54,6 +54,9 @@
</property>
<item>
<widget class="QToolButton" name="btnAddServer">
<property name="toolTip">
<string>Add new server certificate configuration</string>
</property>
<property name="text">
<string/>
</property>
Expand All @@ -65,6 +68,9 @@
</item>
<item>
<widget class="QToolButton" name="btnRemoveServer">
<property name="toolTip">
<string>Remove selected server certificate configuration</string>
</property>
<property name="text">
<string/>
</property>
Expand All @@ -76,6 +82,9 @@
</item>
<item>
<widget class="QToolButton" name="btnEditServer">
<property name="toolTip">
<string>Edit selected server certificate configuration</string>
</property>
<property name="text">
<string/>
</property>
Expand Down
3 changes: 3 additions & 0 deletions src/ui/auth/qgsauthsslconfigwidget.ui
Expand Up @@ -64,6 +64,9 @@
</item>
<item row="1" column="2">
<widget class="QToolButton" name="btnCertInfo">
<property name="toolTip">
<string>Show information for certificate</string>
</property>
<property name="text">
<string>?</string>
</property>
Expand Down
9 changes: 9 additions & 0 deletions src/ui/qgscompoundcolorwidget.ui
Expand Up @@ -134,6 +134,9 @@
</item>
<item>
<widget class="QPushButton" name="mAddColorToSchemeButton">
<property name="toolTip">
<string>Add current color</string>
</property>
<property name="text">
<string/>
</property>
Expand All @@ -145,6 +148,9 @@
</item>
<item>
<widget class="QPushButton" name="mRemoveColorsFromSchemeButton">
<property name="toolTip">
<string>Remove selected color</string>
</property>
<property name="text">
<string/>
</property>
Expand Down Expand Up @@ -493,6 +499,9 @@
<height>16777215</height>
</size>
</property>
<property name="toolTip">
<string>Add color to swatch</string>
</property>
<property name="text">
<string/>
</property>
Expand Down
6 changes: 6 additions & 0 deletions src/ui/qgsdiagrampropertiesbase.ui
Expand Up @@ -395,6 +395,9 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Add selected attributes</string>
</property>
<property name="text">
<string/>
</property>
Expand All @@ -412,6 +415,9 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Remove selected attributes</string>
</property>
<property name="text">
<string/>
</property>
Expand Down
6 changes: 6 additions & 0 deletions src/ui/qgslayertreeembeddedconfigwidgetbase.ui
Expand Up @@ -48,6 +48,9 @@
</item>
<item>
<widget class="QToolButton" name="mBtnAdd">
<property name="toolTip">
<string>Add selected widgets</string>
</property>
<property name="text">
<string>-&gt;</string>
</property>
Expand All @@ -59,6 +62,9 @@
</item>
<item>
<widget class="QToolButton" name="mBtnRemove">
<property name="toolTip">
<string>Remove selected widgets</string>
</property>
<property name="text">
<string>&lt;-</string>
</property>
Expand Down
14 changes: 13 additions & 1 deletion src/ui/qgsoptionsbase.ui
Expand Up @@ -1179,6 +1179,9 @@
<layout class="QGridLayout" name="_4">
<item row="0" column="5">
<widget class="QToolButton" name="mBtnMoveHelpDown">
<property name="toolTip">
<string>Lower selected path priority</string>
</property>
<property name="text">
<string>…</string>
</property>
Expand Down Expand Up @@ -1256,6 +1259,9 @@
</item>
<item row="0" column="4">
<widget class="QToolButton" name="mBtnMoveHelpUp">
<property name="toolTip">
<string>Raise selected path priority</string>
</property>
<property name="text">
<string>…</string>
</property>
Expand Down Expand Up @@ -3416,7 +3422,7 @@ The bigger the number, the faster zooming with the mouse wheel will be.</string>
<item>
<widget class="QToolButton" name="pbnRemoveScale">
<property name="toolTip">
<string>Remove selected</string>
<string>Remove selected scale</string>
</property>
<property name="text">
<string>…</string>
Expand Down Expand Up @@ -4551,6 +4557,9 @@ The bigger the number, the faster zooming with the mouse wheel will be.</string>
<layout class="QHBoxLayout" name="horizontalLayout_38">
<item>
<widget class="QToolButton" name="mAddDefaultTransformButton">
<property name="toolTip">
<string>Add datum transformation</string>
</property>
<property name="text">
<string/>
</property>
Expand All @@ -4562,6 +4571,9 @@ The bigger the number, the faster zooming with the mouse wheel will be.</string>
</item>
<item>
<widget class="QToolButton" name="mRemoveDefaultTransformButton">
<property name="toolTip">
<string>Remove datum transformation</string>
</property>
<property name="text">
<string/>
</property>
Expand Down
52 changes: 50 additions & 2 deletions src/ui/qgsprojectpropertiesbase.ui
Expand Up @@ -645,7 +645,7 @@
</sizepolicy>
</property>
<property name="title">
<string>Project scales</string>
<string>Project predefined scales</string>
</property>
<property name="checkable">
<bool>true</bool>
Expand All @@ -664,6 +664,9 @@
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<widget class="QToolButton" name="pbnAddScale">
<property name="toolTip">
<string>Add predefined scale</string>
</property>
<property name="text">
<string>…</string>
</property>
Expand All @@ -675,6 +678,9 @@
</item>
<item>
<widget class="QToolButton" name="pbnRemoveScale">
<property name="toolTip">
<string>Remove selected scale</string>
</property>
<property name="text">
<string>…</string>
</property>
Expand All @@ -686,6 +692,9 @@
</item>
<item>
<widget class="QToolButton" name="pbnImportScales">
<property name="toolTip">
<string>Import from file</string>
</property>
<property name="text">
<string>…</string>
</property>
Expand All @@ -697,6 +706,9 @@
</item>
<item>
<widget class="QToolButton" name="pbnExportScales">
<property name="toolTip">
<string>Save to file</string>
</property>
<property name="text">
<string>…</string>
</property>
Expand Down Expand Up @@ -934,6 +946,9 @@
</property>
<item row="0" column="5">
<widget class="QToolButton" name="pbtnStyleMarker">
<property name="toolTip">
<string>Edit symbol</string>
</property>
<property name="text">
<string>…</string>
</property>
Expand Down Expand Up @@ -987,6 +1002,9 @@
</item>
<item row="1" column="5">
<widget class="QToolButton" name="pbtnStyleLine">
<property name="toolTip">
<string>Edit symbol</string>
</property>
<property name="text">
<string>…</string>
</property>
Expand Down Expand Up @@ -1076,6 +1094,9 @@
</item>
<item row="2" column="5">
<widget class="QToolButton" name="pbtnStyleFill">
<property name="toolTip">
<string>Edit symbol</string>
</property>
<property name="text">
<string>…</string>
</property>
Expand Down Expand Up @@ -1123,6 +1144,9 @@
</item>
<item row="3" column="5">
<widget class="QToolButton" name="pbtnStyleColorRamp">
<property name="toolTip">
<string>Edit symbol</string>
</property>
<property name="text">
<string>…</string>
</property>
Expand Down Expand Up @@ -1276,9 +1300,12 @@
</item>
<item row="4" column="1">
<widget class="QToolButton" name="mButtonImportColors">
<property name="statusTip">
<property name="toolTip">
<string>Import colors</string>
</property>
<property name="statusTip">
<string/>
</property>
<property name="text">
<string/>
</property>
Expand Down Expand Up @@ -1739,6 +1766,9 @@
</item>
<item row="1" column="0">
<widget class="QToolButton" name="mAddWMSComposerButton">
<property name="toolTip">
<string>Add composer to exclude</string>
</property>
<property name="text">
<string/>
</property>
Expand All @@ -1750,6 +1780,9 @@
</item>
<item row="1" column="1">
<widget class="QToolButton" name="mRemoveWMSComposerButton">
<property name="toolTip">
<string>Remove selected composer</string>
</property>
<property name="text">
<string/>
</property>
Expand Down Expand Up @@ -1798,6 +1831,9 @@
</item>
<item row="1" column="0">
<widget class="QToolButton" name="mAddLayerRestrictionButton">
<property name="toolTip">
<string>Add layer to exclude</string>
</property>
<property name="text">
<string/>
</property>
Expand All @@ -1809,6 +1845,9 @@
</item>
<item row="1" column="1">
<widget class="QToolButton" name="mRemoveLayerRestrictionButton">
<property name="toolTip">
<string>Remove selected layer</string>
</property>
<property name="text">
<string/>
</property>
Expand Down Expand Up @@ -1854,6 +1893,9 @@
<layout class="QGridLayout" name="gridLayout_5">
<item row="1" column="0">
<widget class="QToolButton" name="pbnWMSAddSRS">
<property name="toolTip">
<string>Add new CRS</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 @@ -1865,13 +1907,19 @@
</item>
<item row="1" column="2">
<widget class="QPushButton" name="pbnWMSSetUsedSRS">
<property name="toolTip">
<string>Fetch all CRS's from layers</string>
</property>
<property name="text">
<string>Used</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QToolButton" name="pbnWMSRemoveSRS">
<property name="toolTip">
<string>Remove selected CRS</string>
</property>
<property name="icon">
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/default/symbologyRemove.svg</normaloff>:/images/themes/default/symbologyRemove.svg</iconset>
Expand Down

0 comments on commit 2ca9054

Please sign in to comment.