QML TableView performance
-
wrote on 5 Jul 2013, 14:18 last edited by
Hi everybody. I've just downloaded Qt 5.1.0 for Windows 64-bit (VS 2012, OpenGL, 522 MB) and tried the example 'Qt Quick Controls - Gallery'. When I opened the 'Itemviews' tab the scrolling in the table was slowly and not smoothly at all. How can I change the example to make the scrolling more smoothly and faster? I can't find something like 'cacheBuffer' in TableView.
-
wrote on 5 Jul 2013, 14:26 last edited by
Did you use a release build when testing? There is a big performance penalty when using debug builds with qt quick on windows. The qmlscene tool itself is compiled using debug libraries as far as I remember.
-
wrote on 5 Jul 2013, 14:32 last edited by
I used debug build. I've just created release build. It's working perfect! Thank you for your help!
1/3