Planned maintenance has been done but it did not solve the problem. So work will continue on this and a new time for trying updates will be announced asap.
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 ?