Re: [PyKDE] QObject.insertChild problems

2003-07-06 Thread Phil Thompson
On Saturday 05 July 2003 11:10 pm, Austin Clements wrote: > On Jul 05 at 8:15 pm, Phil Thompson handed me the following bytes: > > On Saturday 05 July 2003 10:39 am, Austin Clements wrote: > > > 'Lo. I am implementing a widget that has to layout child widgets in a > > > particular way (similar to

Re: [PyKDE] QObject.insertChild problems

2003-07-05 Thread Austin Clements
On Jul 05 at 8:15 pm, Phil Thompson handed me the following bytes: > On Saturday 05 July 2003 10:39 am, Austin Clements wrote: > > 'Lo. I am implementing a widget that has to layout child widgets in a > > particular way (similar to a QVBox, but not quite), so I tried > > overriding the insertChil

Re: [PyKDE] QObject.insertChild problems

2003-07-05 Thread Phil Thompson
On Saturday 05 July 2003 10:39 am, Austin Clements wrote: > 'Lo. I am implementing a widget that has to layout child widgets in a > particular way (similar to a QVBox, but not quite), so I tried > overriding the insertChild method, but found that the objects passed > to it were always the underlyi

[PyKDE] QObject.insertChild problems

2003-07-05 Thread Austin Clements
'Lo. I am implementing a widget that has to layout child widgets in a particular way (similar to a QVBox, but not quite), so I tried overriding the insertChild method, but found that the objects passed to it were always the underlying QObject objects instead of the actual widgets I added to it. H