[PyQt] A question about QImage

Grissiom chaos.proton at gmail.com
Sun Sep 21 11:32:01 BST 2008


Hi, all,

If I do some thing like this:

im=QImage()
im.load("some.png")
im2=im
def fun(in):
    im3=in
fun(im)

Then the im2 and im3 is only a referance of im or a copy of it?

-- 
Cheers,
Grissiom
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20080921/9391e95f/attachment.html


More information about the PyQt mailing list