Linked by Thom Holwerda on Tue 8th May 2012 11:56 UTC, submitted by nej_simon
Thread beginning with comment 517365
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[5]: It all comes down to price
by shmerl on Tue 8th May 2012 21:12
in reply to "RE[4]: It all comes down to price"
To be precise, QML is derived from JavaScript. But we are talking in general. Qt easily allows combining interpretive QML UI with native code backend. So the advised way is it to implement (potentially performance hungry) logic in C++, while the UI in declarative QML.
It's not stillborn though, since Qt has several serious participants (including KDE), and Nokia intends to use it heavily for their lower end devices, which are not polluted by MS yet.
Edited 2012-05-08 21:14 UTC




Member since:
2005-07-06
That's a bit of a misnomer, since (essentially...) JavaScript can and is used in tandem with Qt, even (especially?) in mobile setting:
http://qt.nokia.com/qtquick/
http://en.wikipedia.org/wiki/Qt_Quick
http://en.wikipedia.org/wiki/QML
(and it's of course stillborn, with Nokia going Windows Phone; but the fabled Meltemi should have it)
PS. Hm, it seems you added "pure" in between me clicking reply, and finally getting down to finishing my comment
Edited 2012-05-08 21:11 UTC