Hey guys,
Is there any way to force a QWidget not propagate its style sheet to its children?
I have a QWidget to which I made a setStyleSheet() to set a background-image. Problem is, every new QWidget I create using that one as parent ends up inheriting its style sheet properties.
In order to fix this, I'm setting the background-image style sheet on *every* child QWidget to an empty url. There has to be a better way to do this.
Best!
Matias

Reply With Quote

