Ссылка
click to show
click to show
You can set the style on each widget:
https://doc.qt.io/qt-6/qwidget.html#styleSheet-prop
Not sure if that still cascades.
At worst, you can set the default style sheet to each child widget after setting the style on the container. QWidget has a method for finding all children, so at least that part is easy