⚠️ Forum Maintenance: Feb 6th, 8am - 14pm (UTC+2)
Text is blurred with QQuickPaintedItem
-
Hi,
QQuickPaintedItem draws letters that look blurred.
I tried to use many methods like:painter.setRenderHint(QPainter::Qt4CompatiblePainting, false); painter.setRenderHint(QPainter::SmoothPixmapTransform, true); painter.setRenderHint(QPainter::Antialiasing, true); painter.setRenderHints(QPainter::TextAntialiasing, true);
No positive results.
Most blurr effect appears when scaling the actor.
Any idea?
-
@devoo
Are you trying to change textureSize of QQuickPaintedItem Class ?