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

What is the preferred way to create and paint QML graphic objects in C++ ?

$
0
0
You can use either of them. QQuickItem uses the new Scene Graph type of rendering, while the QQuickPaintedItem uses the old QPainter. Performance of both are comparable.

Viewing all articles
Browse latest Browse all 4972

Trending Articles