PDA

View Full Version : How to speed up the Qt GUI apps launch speed?



wshn13
14th March 2012, 02:04
Hi all:
I am doing some thing based on Qt .I make a Qt Gui app ,but it launch slowly.I guess the data operation make it slow down ,so I put the data operation into the thread .But I still not satisfied with the launch speed .Dose someone offer some suggestions speeding up the app launch speed ,Thanks.
The OS is Meego 1.1 ,Qt version is 4.7.2.

wysota
14th March 2012, 02:44
Is your application compliant with meego launcher? Are you sure this is the data that takes time to load and not the application itself?

wshn13
14th March 2012, 03:01
Actually ,I come across the same problem in other OS ,such as Ubuntu 11.04,Fodera otc. Thanks.

wysota
14th March 2012, 08:37
I'm afraid that without knowing how your app works there is nothing I can suggest. If you share some code, I'll look at it and maybe I'll be able to suggest something.