I set the background color of the QWidget subclass. When I do this using the stylesheet, the styles of other components in the QWidget change (for example, the color of the Push-Button and its appearance).
How can I make sure that only the background color of the container widget changes and the other child components remain unchanged?
source share