Hi Phil,

Quick question; if I use the deleteLater() function do I have to delete the 
local reference to the object, i.e.: 

        self.myWidget.deleteLater()

do I have to do:

        del self.myWidget

Kind regards,

Henry

On Wednesday 18 June 2003 13:37, Henry Kleynhans wrote:
> Hi all,
>
> Ok, the following seems to work ok.
>
>       # Don't do this
>       # self.myParent.removeChild(self.myChild)
>       self.myChild.deleteLater()
>       del self.myChild
>

-- 
Henry Kleynhans <[EMAIL PROTECTED]>
Obsidian Systems

_______________________________________________
PyKDE mailing list    [EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to