Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Because it still is a QWidget and setLayout is one of the base function
@Fundies The Mainwindow has the size you make it in forms designer or the size you give it in code. It will not adjust size to the widgets it owns so you must do it. They adjust to it.
ah. the _scrollAreaLayer does respect the size limits then. Good to know.