Style a QToolBoxs Page with QSS
From Qt Wiki
Revision as of 17:50, 14 January 2015 by Maintenance script (talk | contribs)
Style a QToolBoxs Page with QSS
Solution
Why?
QToolBox [qt.io] creates a new QScrollArea [qt.io] for every page as a container to provide scrollbars if necessary. Additionally QScrollArea also creates another widget as a viewPort. So our QWidget [qt.io] page will be the direct child of that viewPort.