Override the class QDialog::closeEvent() and emit whatever you like before calling the base implementation. You probably already get a rejected() signal if the dialog is closed this way.
Override the class QDialog::closeEvent() and emit whatever you like before calling the base implementation. You probably already get a rejected() signal if the dialog is closed this way.
Alex22 (31st December 2015)
Bookmarks