Enum WindowFlag

window creation flags

enum WindowFlag : uint { ... }

Enum members

NameDescription
Borderless window without decorations
ExpandSize expand window size if main widget minimal size is greater than size defined in window constructor
Fullscreen window should be shown in fullscreen mode
MeasureSize measure window size on window.show() - helps if you want scrollWindow but on show() you want to set window to mainWidget measured size
modal window - grabs input focus
Resizable window can be resized