[Qt-interest] C++ or QML
Carsten Breuer
CarstenBreuerQt at textwork.de
Thu Jun 24 20:34:11 CEST 2010
Hi op,
> I'm starting a new Qt project which is intended to run on PC and
> embedded. The animations are essential.
> What can you suggest me to use for the animations - QML or C++? What are
> the benefits and disadvantages of both?
What do you mean with embedded?
E. g. ARM9 board or PDA, smartphone or something
like that.
With C++ you don't run in performance issues and/or have the possibility
to solve this. I don't have used QML yet, but
im also a embedded developer. It is very important to
have a good understanding about memory usage and cpu
load on a embedded platform with QML or C++.
One Example:
Stylesheets are very nice, but using a background image in
a stylesheet cost 10 to 100 times more cpu load then draw it in
C++.
Best Regards,
Carsten
>
> Regards,
> Nik
>
>
>
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-interest
More information about the Qt-interest-old
mailing list