[Qt-interest] C++ or QML
OS Prog
osprog at gmail.com
Fri Jun 25 21:02:37 CEST 2010
------------------------------
>
> Message: 3
> Date: Thu, 24 Jun 2010 21:31:49 +0200
> From: <lorn.potter at nokia.com>
> Subject: Re: [Qt-interest] C++ or QML
> To: <osprog at gmail.com>
> Cc: qt-interest at trolltech.com
> Message-ID: <3F21A7F9-93C9-47C8-8E25-857687A9973C at nokia.com>
> Content-Type: text/plain; charset="us-ascii"
>
>
> On 24/06/2010, at 8:19 PM, ext OS Prog wrote:
>
> > Hi,
> >
> > 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?
> >
>
>
> QML/Declarative/Quick was designed to animate and to be fast and on
> embedded devices. It's more than a prototyping language.
>
> It's very easy to learn. Development time is fast too.
>
> QML for gui/front end and c++ for backend seems to be the way to go.
>
> Check out the Declarative tutorials and examples. You'll be up and running
> in no time.
>
>
>
> --
> Lorn Potter
> Senior Software Engineer, Nokia, Qt Development Frameworks
>
>
>
Hi,
If the performance is (almost) the same then the best way to go is as you
suggest - QML for the GUI and C++ backend. Is there any performance
comparison between C++ and QML?
Best Regards,
Nik
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100625/f560bca7/attachment.html
More information about the Qt-interest-old
mailing list