iam having three plugins loaded (Qt Plugins using qpluginLoader) to my application. the plugins are different modules , in many cases plugins crashed as development is still in progress.
so when any one of the plugin crashed , i have to automatically store the last window state of my mainwindow.
i tried QApplication::notify(QObject *receiver, QEvent *event) function,but still im not able to capture the crash.