That means that the dialog becomes deleted after exec() returns? But why worksIt will delete the dialog once the control returns to the main event loop. The dialog's event loop has deferred delete capabilities disabled.
still?
I don't care^^You should listen to accepted() and rejected() signals if you care how the dialog was closed. If you don't care then closed() signal(!) is fine.
But close() is a slot there is no signal closed()![]()
Bookmarks