Skip to content

Commit 2ca9054

Browse files
authored
Merge pull request #5773 from SrNetoChan/add_missing_tooltips
Adds missing tooltips
2 parents ba9e199 + 95e40c2 commit 2ca9054

10 files changed

+123
-3
lines changed

src/ui/auth/qgsauthconfigeditor.ui

+9
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
</property>
4545
<item>
4646
<widget class="QToolButton" name="btnAddConfig">
47+
<property name="toolTip">
48+
<string>Add new authentication configuration</string>
49+
</property>
4750
<property name="text">
4851
<string/>
4952
</property>
@@ -55,6 +58,9 @@
5558
</item>
5659
<item>
5760
<widget class="QToolButton" name="btnRemoveConfig">
61+
<property name="toolTip">
62+
<string>Remove selected authentication configuration</string>
63+
</property>
5864
<property name="text">
5965
<string/>
6066
</property>
@@ -66,6 +72,9 @@
6672
</item>
6773
<item>
6874
<widget class="QToolButton" name="btnEditConfig">
75+
<property name="toolTip">
76+
<string>Edit selected authentication configuration</string>
77+
</property>
6978
<property name="text">
7079
<string/>
7180
</property>

src/ui/auth/qgsauthserverseditor.ui

+9
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@
5454
</property>
5555
<item>
5656
<widget class="QToolButton" name="btnAddServer">
57+
<property name="toolTip">
58+
<string>Add new server certificate configuration</string>
59+
</property>
5760
<property name="text">
5861
<string/>
5962
</property>
@@ -65,6 +68,9 @@
6568
</item>
6669
<item>
6770
<widget class="QToolButton" name="btnRemoveServer">
71+
<property name="toolTip">
72+
<string>Remove selected server certificate configuration</string>
73+
</property>
6874
<property name="text">
6975
<string/>
7076
</property>
@@ -76,6 +82,9 @@
7682
</item>
7783
<item>
7884
<widget class="QToolButton" name="btnEditServer">
85+
<property name="toolTip">
86+
<string>Edit selected server certificate configuration</string>
87+
</property>
7988
<property name="text">
8089
<string/>
8190
</property>

src/ui/auth/qgsauthsslconfigwidget.ui

+3
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@
6464
</item>
6565
<item row="1" column="2">
6666
<widget class="QToolButton" name="btnCertInfo">
67+
<property name="toolTip">
68+
<string>Show information for certificate</string>
69+
</property>
6770
<property name="text">
6871
<string>?</string>
6972
</property>

src/ui/qgscompoundcolorwidget.ui

+9
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@
134134
</item>
135135
<item>
136136
<widget class="QPushButton" name="mAddColorToSchemeButton">
137+
<property name="toolTip">
138+
<string>Add current color</string>
139+
</property>
137140
<property name="text">
138141
<string/>
139142
</property>
@@ -145,6 +148,9 @@
145148
</item>
146149
<item>
147150
<widget class="QPushButton" name="mRemoveColorsFromSchemeButton">
151+
<property name="toolTip">
152+
<string>Remove selected color</string>
153+
</property>
148154
<property name="text">
149155
<string/>
150156
</property>
@@ -493,6 +499,9 @@
493499
<height>16777215</height>
494500
</size>
495501
</property>
502+
<property name="toolTip">
503+
<string>Add color to swatch</string>
504+
</property>
496505
<property name="text">
497506
<string/>
498507
</property>

src/ui/qgsdiagrampropertiesbase.ui

+6
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,9 @@
395395
<verstretch>0</verstretch>
396396
</sizepolicy>
397397
</property>
398+
<property name="toolTip">
399+
<string>Add selected attributes</string>
400+
</property>
398401
<property name="text">
399402
<string/>
400403
</property>
@@ -412,6 +415,9 @@
412415
<verstretch>0</verstretch>
413416
</sizepolicy>
414417
</property>
418+
<property name="toolTip">
419+
<string>Remove selected attributes</string>
420+
</property>
415421
<property name="text">
416422
<string/>
417423
</property>

src/ui/qgslayertreeembeddedconfigwidgetbase.ui

+6
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@
4848
</item>
4949
<item>
5050
<widget class="QToolButton" name="mBtnAdd">
51+
<property name="toolTip">
52+
<string>Add selected widgets</string>
53+
</property>
5154
<property name="text">
5255
<string>-&gt;</string>
5356
</property>
@@ -59,6 +62,9 @@
5962
</item>
6063
<item>
6164
<widget class="QToolButton" name="mBtnRemove">
65+
<property name="toolTip">
66+
<string>Remove selected widgets</string>
67+
</property>
6268
<property name="text">
6369
<string>&lt;-</string>
6470
</property>

src/ui/qgsoptionsbase.ui

+13-1
Original file line numberDiff line numberDiff line change
@@ -1179,6 +1179,9 @@
11791179
<layout class="QGridLayout" name="_4">
11801180
<item row="0" column="5">
11811181
<widget class="QToolButton" name="mBtnMoveHelpDown">
1182+
<property name="toolTip">
1183+
<string>Lower selected path priority</string>
1184+
</property>
11821185
<property name="text">
11831186
<string>…</string>
11841187
</property>
@@ -1256,6 +1259,9 @@
12561259
</item>
12571260
<item row="0" column="4">
12581261
<widget class="QToolButton" name="mBtnMoveHelpUp">
1262+
<property name="toolTip">
1263+
<string>Raise selected path priority</string>
1264+
</property>
12591265
<property name="text">
12601266
<string>…</string>
12611267
</property>
@@ -3416,7 +3422,7 @@ The bigger the number, the faster zooming with the mouse wheel will be.</string>
34163422
<item>
34173423
<widget class="QToolButton" name="pbnRemoveScale">
34183424
<property name="toolTip">
3419-
<string>Remove selected</string>
3425+
<string>Remove selected scale</string>
34203426
</property>
34213427
<property name="text">
34223428
<string>…</string>
@@ -4551,6 +4557,9 @@ The bigger the number, the faster zooming with the mouse wheel will be.</string>
45514557
<layout class="QHBoxLayout" name="horizontalLayout_38">
45524558
<item>
45534559
<widget class="QToolButton" name="mAddDefaultTransformButton">
4560+
<property name="toolTip">
4561+
<string>Add datum transformation</string>
4562+
</property>
45544563
<property name="text">
45554564
<string/>
45564565
</property>
@@ -4562,6 +4571,9 @@ The bigger the number, the faster zooming with the mouse wheel will be.</string>
45624571
</item>
45634572
<item>
45644573
<widget class="QToolButton" name="mRemoveDefaultTransformButton">
4574+
<property name="toolTip">
4575+
<string>Remove datum transformation</string>
4576+
</property>
45654577
<property name="text">
45664578
<string/>
45674579
</property>

src/ui/qgsprojectpropertiesbase.ui

+50-2
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@
645645
</sizepolicy>
646646
</property>
647647
<property name="title">
648-
<string>Project scales</string>
648+
<string>Project predefined scales</string>
649649
</property>
650650
<property name="checkable">
651651
<bool>true</bool>
@@ -664,6 +664,9 @@
664664
<layout class="QVBoxLayout" name="verticalLayout_4">
665665
<item>
666666
<widget class="QToolButton" name="pbnAddScale">
667+
<property name="toolTip">
668+
<string>Add predefined scale</string>
669+
</property>
667670
<property name="text">
668671
<string>…</string>
669672
</property>
@@ -675,6 +678,9 @@
675678
</item>
676679
<item>
677680
<widget class="QToolButton" name="pbnRemoveScale">
681+
<property name="toolTip">
682+
<string>Remove selected scale</string>
683+
</property>
678684
<property name="text">
679685
<string>…</string>
680686
</property>
@@ -686,6 +692,9 @@
686692
</item>
687693
<item>
688694
<widget class="QToolButton" name="pbnImportScales">
695+
<property name="toolTip">
696+
<string>Import from file</string>
697+
</property>
689698
<property name="text">
690699
<string>…</string>
691700
</property>
@@ -697,6 +706,9 @@
697706
</item>
698707
<item>
699708
<widget class="QToolButton" name="pbnExportScales">
709+
<property name="toolTip">
710+
<string>Save to file</string>
711+
</property>
700712
<property name="text">
701713
<string>…</string>
702714
</property>
@@ -934,6 +946,9 @@
934946
</property>
935947
<item row="0" column="5">
936948
<widget class="QToolButton" name="pbtnStyleMarker">
949+
<property name="toolTip">
950+
<string>Edit symbol</string>
951+
</property>
937952
<property name="text">
938953
<string>…</string>
939954
</property>
@@ -987,6 +1002,9 @@
9871002
</item>
9881003
<item row="1" column="5">
9891004
<widget class="QToolButton" name="pbtnStyleLine">
1005+
<property name="toolTip">
1006+
<string>Edit symbol</string>
1007+
</property>
9901008
<property name="text">
9911009
<string>…</string>
9921010
</property>
@@ -1076,6 +1094,9 @@
10761094
</item>
10771095
<item row="2" column="5">
10781096
<widget class="QToolButton" name="pbtnStyleFill">
1097+
<property name="toolTip">
1098+
<string>Edit symbol</string>
1099+
</property>
10791100
<property name="text">
10801101
<string>…</string>
10811102
</property>
@@ -1123,6 +1144,9 @@
11231144
</item>
11241145
<item row="3" column="5">
11251146
<widget class="QToolButton" name="pbtnStyleColorRamp">
1147+
<property name="toolTip">
1148+
<string>Edit symbol</string>
1149+
</property>
11261150
<property name="text">
11271151
<string>…</string>
11281152
</property>
@@ -1276,9 +1300,12 @@
12761300
</item>
12771301
<item row="4" column="1">
12781302
<widget class="QToolButton" name="mButtonImportColors">
1279-
<property name="statusTip">
1303+
<property name="toolTip">
12801304
<string>Import colors</string>
12811305
</property>
1306+
<property name="statusTip">
1307+
<string/>
1308+
</property>
12821309
<property name="text">
12831310
<string/>
12841311
</property>
@@ -1739,6 +1766,9 @@
17391766
</item>
17401767
<item row="1" column="0">
17411768
<widget class="QToolButton" name="mAddWMSComposerButton">
1769+
<property name="toolTip">
1770+
<string>Add composer to exclude</string>
1771+
</property>
17421772
<property name="text">
17431773
<string/>
17441774
</property>
@@ -1750,6 +1780,9 @@
17501780
</item>
17511781
<item row="1" column="1">
17521782
<widget class="QToolButton" name="mRemoveWMSComposerButton">
1783+
<property name="toolTip">
1784+
<string>Remove selected composer</string>
1785+
</property>
17531786
<property name="text">
17541787
<string/>
17551788
</property>
@@ -1798,6 +1831,9 @@
17981831
</item>
17991832
<item row="1" column="0">
18001833
<widget class="QToolButton" name="mAddLayerRestrictionButton">
1834+
<property name="toolTip">
1835+
<string>Add layer to exclude</string>
1836+
</property>
18011837
<property name="text">
18021838
<string/>
18031839
</property>
@@ -1809,6 +1845,9 @@
18091845
</item>
18101846
<item row="1" column="1">
18111847
<widget class="QToolButton" name="mRemoveLayerRestrictionButton">
1848+
<property name="toolTip">
1849+
<string>Remove selected layer</string>
1850+
</property>
18121851
<property name="text">
18131852
<string/>
18141853
</property>
@@ -1854,6 +1893,9 @@
18541893
<layout class="QGridLayout" name="gridLayout_5">
18551894
<item row="1" column="0">
18561895
<widget class="QToolButton" name="pbnWMSAddSRS">
1896+
<property name="toolTip">
1897+
<string>Add new CRS</string>
1898+
</property>
18571899
<property name="icon">
18581900
<iconset resource="../../images/images.qrc">
18591901
<normaloff>:/images/themes/default/symbologyAdd.svg</normaloff>:/images/themes/default/symbologyAdd.svg</iconset>
@@ -1865,13 +1907,19 @@
18651907
</item>
18661908
<item row="1" column="2">
18671909
<widget class="QPushButton" name="pbnWMSSetUsedSRS">
1910+
<property name="toolTip">
1911+
<string>Fetch all CRS's from layers</string>
1912+
</property>
18681913
<property name="text">
18691914
<string>Used</string>
18701915
</property>
18711916
</widget>
18721917
</item>
18731918
<item row="1" column="1">
18741919
<widget class="QToolButton" name="pbnWMSRemoveSRS">
1920+
<property name="toolTip">
1921+
<string>Remove selected CRS</string>
1922+
</property>
18751923
<property name="icon">
18761924
<iconset resource="../../images/images.qrc">
18771925
<normaloff>:/images/themes/default/symbologyRemove.svg</normaloff>:/images/themes/default/symbologyRemove.svg</iconset>

0 commit comments

Comments
 (0)