Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
QAction cannot setStyleSheet?
-
QAction cannot setStyleSheet?
-
QAction
is not a widget, it doesn't paint itself. The toolbutton/menuitem/etc that uses theQAction
is the one that can be styled
-
@VRonin yeh, i add a QAction to toolbar and popmenu at the same time.
so is there any way to make the button on toolbar and popmenu with this QAction using StyleSheet?
-
Hi
What is it you are trying to archive ?