Phil Thompson <[EMAIL PROTECTED]> scrisse:

> No, I was confused because I was assuming that the code was a correct
> port of the original C++. The correct fix is to replace...
> 
>     pixmap = child.pixmap()
> 
> ...with...
> 
>     pixmap = QtGui.QPixmap(child.pixmap())
> 
> ...which is the equivalent of what the C++ code does.
> 
> I won't embarrass myself by explaining why I couldn't reproduce the
> problem.
> 
> Thanks everyone,
> Phil

yes  now works :) 


Mancausoft

_______________________________________________
PyKDE mailing list    [email protected]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to