many thanx, spud!
this solution works!
( BTW it's not working together with OpenGL viewport )Qt Code:
item->setTransformationMode(Qt::SmoothTransformation);To copy to clipboard, switch view to plain text mode
as mentioned in the http://doc.trolltech.com/4.3/qgraphicspixmapitem.html the result is not as good as QPixmap::scale(), but the performanse boost is huge!
Bookmarks