Description
The QObject.destroyed() signal is emitted after the object is destroyed. This does not match PyQt or Qt with C++ where the signal is emitted just before destroying the object. The attached code illustrates this.
The QObject.destroyed() signal is emitted after the object is destroyed. This does not match PyQt or Qt with C++ where the signal is emitted just before destroying the object. The attached code illustrates this.