Jump to content

Qml

From LinuxMCE
Revision as of 05:25, 1 June 2011 by Langstonius (talk | contribs) (Created page with "=QML is a declarative language designed to describe the user interface of a program: both what it looks like, and how it behaves. In QML, a user interface is specified as a tree ...")
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)

QML is a declarative language designed to describe the user interface of a program: both what it looks like, and how it behaves. In QML, a user interface is specified as a tree of objects with properties.