How to detect that a dialog window (managed by aqt.DialogManager
) was closed?
It can be done by reading private field _dialogs
in aqt.DialogManager
. But it’s obviously not good.
There is a hook dialog_manager_did_open_dialog for opening a dialog, but nothing for closing.
Thank you!