What graphics system is used when you run Qt on your platform?


On 03/31/2011 05:27 PM, ext Ariya Hidayat wrote:
I am trying to write some html pages using jQuery library. When I load html
page in an application webkit (qgraphicswebview) on PC, the page is loaded
correctly. But on my embedded platform (STi710x) with directfb&  qt, the
page is not loaded correcty with the same application webkit. I remarked
that some functions do not work such as :
.children(':eq(3)') ==>  i had to change to : children().eq()
etc.
Anyone can explain me why ? What happened please ?
Did you try to debug it at all? Care to share your finding?

And with the same simple page, same application webkit, but the performance
is very bad on embedded platform ? page load is very slow and flicking. In
your opinion, how can I improve it ?
First thing first: learn how to profile an application for your
platform. If you do that, you'll get a better understanding of the
cause of the performance problems.



_______________________________________________
webkit-qt mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt

Reply via email to