Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
QAction cannot setStyleSheet?
QAction is not a widget, it doesn't paint itself. The toolbutton/menuitem/etc that uses the QAction is the one that can be styled
QAction
@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 ?