Hello,
I want to show a qml message dialog and let user choose “saving some thing” while exit qml application . I try to show the message diaglog at Component.onDestruction or ApplicationWindow.onClosing.
With: Component.onDestruction: no message dialog was shown.
With: ApplicationWindow.onClosing: the message diaglog show but the application window disappeared
Could you please help me ?
Thank you!
↧