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.