Style a QToolBoxs Page with QSS

From Qt Wiki
Revision as of 17:50, 14 January 2015 by Maintenance script (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.

Categories: