How to edit the style of QActions?
Solved
General and Desktop
-
Hi
QActions are not visual
so it must be in a menu or toolbar you mean? -
Hi
well for toolbar you can do something likeQToolButton:hover { background-color: transparent; }
Not sure for the QMenu.
-
@mrjj said in How to edit the style of QActions?:
Hi
well for toolbar you can do something likeQToolButton:hover { background-color: transparent; }
That code turns QActions into black squares. But it changed QActions' hover behaviour, so it was close. Thanks!