Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已将三个插件(使用 qpluginLoader 的 Qt 插件)加载到我的应用程序中。插件是不同的模块,在许多情况下,由于开发仍在进行中,插件会崩溃。
所以当任何一个插件崩溃时,我必须自动存储我的主窗口的最后一个窗口状态。
我尝试了 QApplication::notify(QObject *receiver, QEvent *event) 函数,但我仍然无法捕获崩溃。