Qt 6.11 is out! See what's new in the release
blog
QPushbutton remove or modify dotted frame when it is focused
-
Hi,
If without style sheet then you'll have to write a proxy style to draw the PE_FrameFocusRect for your button. See QStyle::CE_PushButton.
-
Hi,
If without style sheet then you'll have to write a proxy style to draw the PE_FrameFocusRect for your button. See QStyle::CE_PushButton.