Can't resize application window maximumHeight and maximumWidth properties of an ApplicationWindow
Unsolved
QML and Qt Quick
-
Can't reize application window maximumHeight and maximumWidth properties of an ApplicationWindow.
To reproduce :
- Limit the resizablity of a the ApplicationWindow by equaling the minimum and maximum values of width and height.
- Using StackView, move to another qml page.
- Now, resize the window :
- Resizing the the current screen doesn't trigger any change (Even the title bar still misses the maximize button).
- Resizing both the application window and the current page doesn't seem to work as well.