Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
How can I disable the title bar close button on a qml window? Also is that applicable to max and min buttons?
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 }
@p3c0 said:
Thanks it works.