标签: c++ qt qtplugin
所以当任何一个插件崩溃时,我必须自动存储我主窗口的最后一个窗口状态。
我尝试了QApplication :: notify(QObject * receiver,QEvent * event)功能,但仍然无法捕获崩溃。