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
↧