Re: [Interest] QML: Qt.exit() does not trigger Window.onClose()

2016-05-10 Thread Jason H
esday, May 10, 2016 at 9:37 AM > From: "Jason H" > To: "interest@qt-project.org Interest" > Subject: [Interest] QML: Qt.exit() does not trigger Window.onClose() > > I'm using ApplicationWindow and when I call Qt.exit() it just exits. The > onClose() even

[Interest] QML: Qt.exit() does not trigger Window.onClose()

2016-05-10 Thread Jason H
I'm using ApplicationWindow and when I call Qt.exit() it just exits. The onClose() event never fires. I think this is a bug as Qt.exit() should close all windows, then exit. Or there should be some GUI-enabled version like Qt.close() or something like that. Thoughts?