I've got a QToolbar
with QToolButtons
. The buttons receive focus with a manual ->setFocus()
. However I need the focus marking area (blue) to be expanded to the size of the full area as while hovered.
Is there a way to do that?
I've got a QToolbar
with QToolButtons
. The buttons receive focus with a manual ->setFocus()
. However I need the focus marking area (blue) to be expanded to the size of the full area as while hovered.
Is there a way to do that?