Skip to content

Commit 5e52d51

Browse files
committed
[layouts] Add missing tooltips to toolbars
Fixes #18495
1 parent 7942f7e commit 5e52d51

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/ui/layout/qgslayoutdesignerbase.ui

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@
5656
<property name="windowTitle">
5757
<string>Layout Toolbar</string>
5858
</property>
59+
<property name="toolTip">
60+
<string>Layout Toolbar</string>
61+
</property>
5962
<attribute name="toolBarArea">
6063
<enum>TopToolBarArea</enum>
6164
</attribute>
@@ -81,6 +84,9 @@
8184
<property name="windowTitle">
8285
<string>Toolbox</string>
8386
</property>
87+
<property name="toolTip">
88+
<string>Toolbox</string>
89+
</property>
8490
<attribute name="toolBarArea">
8591
<enum>TopToolBarArea</enum>
8692
</attribute>
@@ -308,6 +314,9 @@
308314
<property name="windowTitle">
309315
<string>Navigation Toolbar</string>
310316
</property>
317+
<property name="toolTip">
318+
<string>Navigation Toolbar</string>
319+
</property>
311320
<attribute name="toolBarArea">
312321
<enum>TopToolBarArea</enum>
313322
</attribute>
@@ -324,6 +333,9 @@
324333
<property name="windowTitle">
325334
<string>Actions Toolbar</string>
326335
</property>
336+
<property name="toolTip">
337+
<string>Actions Toolbar</string>
338+
</property>
327339
<attribute name="toolBarArea">
328340
<enum>TopToolBarArea</enum>
329341
</attribute>
@@ -339,6 +351,9 @@
339351
<property name="windowTitle">
340352
<string>Atlas Toolbar</string>
341353
</property>
354+
<property name="toolTip">
355+
<string>Atlas Toolbar</string>
356+
</property>
342357
<attribute name="toolBarArea">
343358
<enum>TopToolBarArea</enum>
344359
</attribute>
@@ -357,6 +372,9 @@
357372
<property name="windowTitle">
358373
<string>Report Toolbar</string>
359374
</property>
375+
<property name="toolTip">
376+
<string>Report Toolbar</string>
377+
</property>
360378
<attribute name="toolBarArea">
361379
<enum>TopToolBarArea</enum>
362380
</attribute>

0 commit comments

Comments
 (0)