Prevent tooltip after button clicked?
-
Once user has decided to click a button, there’s no need for a tooltip. Is there an easy way to prevent the tip from showing when the button is clicked?
-
@CWoodman check the methods section of the QTooltip api, there are functions that you can call using a ref on your tooltip to hide or show it.