<div dir="ltr">Hi everyone,<div><br></div><div>As described in this old ticket:</div><div><br></div><div><a href="https://github.com/qgis/QGIS/issues/17019" target="_blank">https://github.com/qgis/QGIS/issues/17019</a></div><div>"With a lot of plugins installed, the number of toolbars and panels soon reach a confusing stage where users would like to be able to easily clean and adjust their working environment according to their actual needs.Disabling/enabling toolbars is a trial-and-error game, cause it's not easy to identify which toolbar has which name in the list.<br>In addition to that, the dropdowns close after disabling/enabling each single item, so adjusting toolbars/panels needs a lot of repetitive actions (and even more of them, when the wrong toolbar/panel was chosen beforehand)."</div><div><br></div><div>QGIS does now display tooltips on the handles of the built-in toolbars, but none of the plugin toolbars I see have tooltips yet.  I doubt there is any reason they shouldn't - it's probably just that the plugin builder doesn't include the code for it.<br></div><div><br></div><div>If you maintain a plugin which provides a toolbar, it seems that the fix is typically as simple as adding something like this in your plugin __init__ where you create the toolbar:</div><div>        self.toolbar.setToolTip(u'FlowEstimator Toolbar')<br></div><div>I'm sure there are plenty of users like me who will appreciate it if everyone starts doing this!</div><div><br></div><div><br></div><div>Thanks,</div><div>Alister</div></div>