I have a transparent PNG file that draws fine when you use a simple drawImage.
When I try to draw it rotated using the painter.rotate(...) method, it draws a very grainy image.
Specifying painter.setRenderHint(QPainter::Antialiasing) does not help.
Is there a way to improve quality? By itself the image is fine.
You should try the
QPainter::SmoothPixmapTransformrender hint: