<div dir="ltr">Hi, all,<br><br>If I do some thing like this:<br><br>im=QImage()<br>im.load(&quot;some.png&quot;)<br>im2=im<br>def fun(in):<br>&nbsp;&nbsp;&nbsp; im3=in<br>fun(im)<br><br>Then the im2 and im3 is only a referance of im or a copy of it?<br clear="all">
<br>-- <br>Cheers,<br>Grissiom<br>
</div>