I know that this is done using flags, but I do not understand the correct syntax in qml:
Window { ... flags: "Qt::CustomizeWindowHint", "Qt::WindowCloseButtonHint"... ... } At the moment, this option does not give the desired result (only the first flag is accepted). Options with flags in some quotes also did not pass.
The MSWindowsFixedSizeDialogHint flag MSWindowsFixedSizeDialogHint not MSWindowsFixedSizeDialogHint , since it blocks window movements (should it do that?)
Help with an example of how to set the flags correctly and fix the window size.