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
_______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
