| Value | Meaning |
|---|---|
| Resizable1 | window can be resized |
| Fullscreen2 | window should be shown in fullscreen mode |
| Modal4 | modal window - grabs input focus |
| 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 |
window creation flags