Delay in QML page loader
QML and Qt Quick
4
Posts
3
Posters
2.4k
Views
1
Watching
-
QML engine needs to parse the files, it takes some time. Use QSplashScreen if you want to inform your users that loading is under way.
-
What is "QML page loader"? Have you seen this http://doc.qt.digia.com/qt/qml-loader.html ?
Google for "Effective QML: Best practices for Developing with Qt Quick" - you can get both presentation and YouTube video.