Difference between revisions of "Qml"
From LinuxMCE
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 ...") |
Langstonius (Talk | contribs) (→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.) |
||
Line 1: | Line 1: | ||
− | + | 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. | |
+ | |||
+ | =LinuxMCE User Interface= | ||
+ | ==Core Reading== | ||
+ | ==Key Software== |
Revision as of 06:26, 1 June 2011
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.