How to Style Hover on QMenu's Tear-off Area?
Unsolved
General and Desktop
-
I'm attempting to customize the hover style for the tear-off area of a QMenu using the following CSS, but it seems to have no effect:
QMenu::tearoff:hover { color: red; }
Does anyone know why this CSS doesn't work, or how to properly style the hover state for a tear-off area?
Thanks for any help! -
Hi and welcome to devnet,
You should provide a minimal compilable example that shows your issue.
Note that I am not sure that the tear off supports the hover state.