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

Borderless16

window without decorations

ExpandSize32

expand window size if main widget minimal size is greater than size defined in window constructor

Meta