Re: [PyKDE] Properly deleting objects from a QWidgetStack

2003-07-28 Thread Phil Thompson
On Sunday 27 July 2003 10:34 pm, Jacob M. Burbach wrote: On Sunday 27 July 2003 05:04 am, Phil Thompson wrote: On Saturday 26 July 2003 9:25 pm, Jacob M. Burbach wrote: On Saturday 26 July 2003 03:22 pm, Jacob M. Burbach wrote: What is the proper way to remove and destroy an object from

Re: [PyKDE] Properly deleting objects from a QWidgetStack

2003-07-27 Thread Phil Thompson
On Saturday 26 July 2003 9:25 pm, Jacob M. Burbach wrote: On Saturday 26 July 2003 03:22 pm, Jacob M. Burbach wrote: What is the proper way to remove and destroy an object from a QWidgetStack? I tried: object = widgetStack.widget( objectId ) widgetStack.removeWidget( object )