Cancel closing of ApplicationWindow
Solved
QML and Qt Quick
-
Hi everybody
Is it possible to cancel the closing of a qml ApplicationWindow? How?
Thank you in advance!
-
See Window::closing() signal: http://doc.qt.io/qt-5/qml-qtquick-window-window.html#closing-signal
-
Sometimes the many possible pages to find something are a little bit confusing and the solution would be so simple...
Thank you very much! It worked like a charm ;-)