QML text rendering performance unacceptably slow
-
Have you tried Qt 5.1 yet? There are a lot of functionality for desktop applications with Qt Quick. In addition we have significantly optimised text rendering of large blocks of text.
You could also experiment with changing the renderType property to Text.NativeRendering to see if it has an impact on performance -