Quote Originally Posted by Nadia View Post
view->setRenderHints(QPainter::Antialiasing | QPainter::SmoothPixmapTransform);
Did you try :
Qt Code:
  1. view->setRenderHints(QPainter::SmoothPixmapTransform);
To copy to clipboard, switch view to plain text mode