2010-05-06

QML Tutorials (Qt 4.7 snapshot)

QML is a declarative language designed to describe the user interface of a program: both what it looks like, and how it behaves. QML is an extension to JavaScript, that provides a mechanism to declaratively build an object tree of QML elements. 

QML improves the integration between JavaScript and Qt's existing QObject based type system, adds support for automatic property bindings and provides network transparency at the language level.


Reference:



    No comments:

    Post a Comment