[PyKDE] Trouble destructing

Miller, Douglas dmiller at JFTI.com
Mon Jan 27 16:52:01 GMT 2003


I have a dialog whose flag I have set to destruct on close.  When the window
closes the Qt object destructs but the PyQt object does not.  The dialog has
a parent so I guess it is the reference back to it that keeps the PyQt
object from destucting.  What is the best way to ensure that when the dial
close occurs I have complete destruction?

Thanks.




More information about the PyQt mailing list