Re: [PyKDE] Segmentation fault with QTabBar/QTab

2002-06-10 Thread Thierry Jouve
Hi, same thing for me, using PyQt 3.1, Qt 3.0.2, python 2.1.1 Regards, -- Thierry "Kaercher, Joerg" wrote: > > Hi, > > I am trying to use the QTabBar/QTab classes and get a segmentation fault > when a tab is removed from the bar. I found a message in the PyKDE archive > that mentions t

Re: [PyKDE] Segmentation fault with QTabBar/QTab

2002-06-10 Thread Phil Thompson
Kaercher, Joerg wrote: > Hi, > > I am trying to use the QTabBar/QTab classes and get a segmentation fault > when a tab is removed from the bar. I found a message in the PyKDE archive > that mentions that on the C++ level QTabBar::removeTab() calls the > destructor for the QTab object. Is it poss