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

How to render text in scene graph?

$
0
0
I had the same issue and finally found out that dynamically instantiating and placing QML Text elements in updatePolish() method does the work pretty well. Don’t forget to call polish() whenever your text elements need to be updated though. Also try creating objects only when needed and then only change properties on stored references for better performance.

Viewing all articles
Browse latest Browse all 4972

Trending Articles