[Interest] Why does a single Text item increase start-up time of QML application by 21 seconds?

Christian Nielsen Christian.Nielsen at ivolve.com
Thu Nov 5 08:46:06 CET 2015


I guess you are on to something. But then why does my Qt Widget application start fast enough.

Is there a way to make Qt Quick do text like Qt Widgets?


From: Gunnar Roth [mailto:gunnar.roth at gmx.de]
Sent: Thursday, 5 November 2015 17:15
To: Christian Nielsen
Cc: interest at qt-project.org
Subject: Re: [Interest] Why does a single Text item increase start-up time of QML application by 21 seconds?

Nice catch. My wild guess is font initialization.
Regards,
Gunnar Roth
Am 05.11.2015 um 07:52 schrieb Christian Nielsen <Christian.Nielsen at ivolve.com<mailto:Christian.Nielsen at ivolve.com>>:


I am thinking that the issue is not the loading of the dlls. Because Widget application and Qt Quick Rectangle application loads fast enough.
The issue is not parsing QML. These sample QML files are just a few lines long.
It is not the instantiation of the Text item. Because adding a second Text item is instant.
So what can it be?

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20151105/d6e6ed88/attachment.html>


More information about the Interest mailing list