[PyKDE] Re: emit

Lukáš Lalinský lalinsky at gmail.com
Fri Nov 17 15:50:44 GMT 2006


Samuel GARCIA  wrote / napísal(a):
> Hi list,
> I am a quite new user of PyQT (2 mouth).
> 
> I have problem with emitting arbitrary Python objects between diffenrent
> thread.
> Explained here :
> http://archives.devshed.com/forums/kde-96/emitting-python-objects-in-pyqt4t-1760916.html
> 
> The receiver sometime receive what I want and sometimes it receive
> stranges things like taht :
> <refcnt 0 at 022AEEF0>
> 
> Any idea ?

You must keep references to your objects, otherwise they will get deleted.




More information about the PyQt mailing list