[PyQt] Argument sended with pyqtsignal
Phil Thompson
phil at riverbankcomputing.com
Wed Jun 8 16:45:31 BST 2011
On Wed, 08 Jun 2011 17:06:41 +0200, Vincent Vande Vyvre
<vincent.vandevyvre at swing.be> wrote:
> Hi,
>
> I've a strange result with pyqtsignal, the argument transmit with the
> signal,
> an instance of QImage, is not the same in the slot.
There's no reason why it should be. Qt will make copies of the QImage as
it passes it around the meta-object system.
Phil
More information about the PyQt
mailing list