Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

QtQuick antialiasing

$
0
0
Hi! I’ve found the solution. In the shipped example QSurfaceFormat is not used. If you use it like this: QQuickView view; QSurfaceFormat format; format.setSamples(16); view.setFormat(format); ... The picture is antialiased

Viewing all articles
Browse latest Browse all 4972

Trending Articles