Targeting a QToolBox's page widget with QSS selectors can be tricky. Our intuitive mind would try QToolBox > QWidget { } But that won't work. The correct way to do it is QToolBox > QScrollArea > QWidget > QWidget { }
QToolBox > QWidget { } But that won't work. The correct way to do it is QToolBox > QScrollArea > QWidget > QWidget { }
But that won't work. The correct way to do it is QToolBox > QScrollArea > QWidget > QWidget { }
QToolBox > QScrollArea > QWidget > QWidget { }
Why?