[PyKDE] more QListView problems!?

Michael Lauer mickey at tm.informatik.uni-frankfurt.de
Fri Jul 5 15:26:01 BST 2002


Am Fre, 2002-07-05 um 13.52 schrieb Thierry Jouve:
>
> So, in the delete method, you must replace ;
>    self.takeItem(item)
> 
> by :
> 
>    item.parent().takeItem(item)
> 
> 
> I don't know why we must do like this, but il works......

Great! Many thanks Thierry, you saved my weekend! :))

Cheers,

Mickey.

-- 
:M:
--------------------------------------------------------------------------
Dipl.-Inf. Michael 'Mickey' Lauer  
mickey at tm.informatik.uni-frankfurt.de 
  Raum 10b - ++49 69 798 28358       Fachbereich Informatik und Biologie
--------------------------------------------------------------------------




More information about the PyQt mailing list