Qml: Difference between revisions
Appearance
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) |
||
| 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 05: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.