[PyKDE] mandelbrot example
Phil Thompson
phil at riverbankcomputing.co.uk
Thu Apr 27 07:50:19 BST 2006
On Thursday 27 April 2006 3:37 am, Mikhael Rovner wrote:
> Hi,
>
> This example doesn't work for me. It displays
>
> QObject::connect: Cannot queue arguments of type 'Qimage'
>
> The difference between PyQt example and Qt is in qRegisterMetaType which
> is not available for PyQt.
>
> Any ideas?
This used to "work", which is why the example is included. I suspect that
proper support for cross-thread connections was added afterwards and requires
qRegisterMetaType to be implemented somehow.
I need to think about - any suggestions welcome.
Phil
More information about the PyQt
mailing list