Linked by Thom Holwerda on Tue 21st Sep 2010 21:32 UTC, submitted by diegocg
Thread beginning with comment 442075
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.




Member since:
2005-11-17
the graphical designer helps but is not necessary, the syntax is really simple.
the problem is that it provides only primitives, so developers would have to write their own "widget set" to be reused (or reuse an already existing one, either QWidget or QGraphicsWidget based, it works just fine)
what qt quick wil do is to provide a basic widget set, written in QML itself and themed with the particular platform style it's running in.
so a layer for the coherency without sacrificing the expressivity.