Disable close button on qml window
Unsolved
QML and Qt Quick
-
wrote on 4 Mar 2016, 20:35 last edited by
How can I disable the title bar close button on a qml window? Also is that applicable to max and min buttons?
-
wrote on 9 May 2016, 05:43 last edited by
I have same problem
-
Hi @Alper
It can be done by making the window frameless. This can be done as for eg.:Window { flags: Qt.FramelessWindowHint }