Hi Thomas,

On 08/05/2011, at 1:12 AM, ext 
[email protected]<mailto:[email protected]> wrote:
-> how to allow styling ?
       I want to provide a baselibrary of widgets the users can then use to 
create their userinterfaces.
       Is there something like css allowing global definition of colors, images 
or other style mechanisms ?
       (Having 100 buttons where i have to set the colors would be really 
annoying)

http://developer.qt.nokia.com/wiki/QmlStyling briefly covers some of the common 
approaches to styling in QML.

-> How stable is the system ? Will it change all the time so i have to redo the 
coding in c++ and qml ?

Qt Quick 2 (the next major release) will change the canvas backend from 
QGraphicsView to a new scenegraph-based view. This will require a change in any 
custom (graphical) C++ items, though our aim is to make this as painless as 
possible.

Regards,
Michael
_______________________________________________
Qt-qml mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-qml

Reply via email to