WindowFlag

window creation flags

Values

ValueMeaning
Resizable1

window can be resized

Fullscreen2

window should be shown in fullscreen mode

MeasureSize8

measure window size on window.show() - helps if you want scrollWindow but on show() you want to set window to mainWidget measured size

Meta