[PyQt] PyQt5 and QQuickImageProvider

Jens Persson xerxes2 at gmail.com
Mon Oct 7 14:43:21 BST 2013


>
> The bug is in PyQt4. The size should be returned and not passed in as an
> argument.
>
> In your PyQt5 code change the return statement to something like...
>
>     return pixmap, QtCore.QSize(100, 100)
>
> I probably won't fix the bug at this stage as it would break existing
> code.
>
> Phil
>

Hey thanks man, it works perfectly. :)

Greets Jens
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20131007/7cf32e21/attachment.html>


More information about the PyQt mailing list