Hi,

Use the QML profiler in Qt Creator to find out what exactly is slow. Use 
loaders, but don't overuse them. Loaders trade startup delay for runtime cost. 
You should decide what is worse depending on your application.

-- 
Ulf Hermann
_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to