[PyKDE] c++ to python translation problem

Phil Thompson phil at river-bank.demon.co.uk
Tue Sep 3 14:54:01 BST 2002


Hans-Peter Jansen wrote:

> Hi *,
> 
> while trying to translate a c++ sniplet (appeared on qt-interest yesterday),
> which syncs two list views vertically, I'm somehow stuck:


You are not keeping a reference to your QSyncer instance, so it is being 
garbage collected as soon as it is created.

Phil




More information about the PyQt mailing list