Slow in Mobile device
-
hello friends
i had created an app..In stimulator its working fine..but when i test it in mobile working is slow as compared..so why this happen..can anyone suggest me for that
thanks
-
thanks for ur reply..
Actually i am using calender widgets present in Qt designer..which itself perform slower as compared to the calender present in symbian os...so is these reason for using of calender widgets makes the App slower..
-
NOKIA 5230...
-
In general a desktop has way more CPU and graphics power than an embedded device. Qt Simulator is running on the desktop, so you have to expect it to be faster than an the mobile device.
Of course some operations are effected harder than others:-) This is why testing on a device early and often is so important.
-
Thanks for ur reply...
i will be in touch with u for further queries.. -
A new query by BorahAnshuman was moved to "this topic":http://developer.qt.nokia.com/forums/viewthread/5031/P75 , as it did not belong here.
-
how can i set backgroundImageUrl in each cell in calender...Actually i had use QTextCharformat for doing that but it not work..code i hv written is..
@QTextCharFormat format;
format.BackgroundImageUrl;@
My question is how can i set image url here....any clue please suggest..
thanks