Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Getting a crash in signals and slot are even after destroying the QObject
-
This post is deleted!
-
Hello,
There's something wrong with the code ...
Firstly you seem to have two destructors forGQMainWindow
, and secondly,GQMainWindow::addTab()
is defined without parameters, but then in the constructor (that is written as a destructor) you have the following:addTab(d_phyView, tr("&Physical"));