Doc: Enabling Qt QML linking to Qt Quick.
[profile/ivi/qtdeclarative.git] / examples / README
1 The Qt Declarative module provides the ability to specify and implement
2 your user interface declaratively, using the Qt Meta-Object Language (QML). This
3 language is very expressive and human readable, and can be used by
4 designers to actually implement their UI vision. QML UIs can integrate
5 with C++ code in many ways, including being loaded as a part of a C++ UI
6 and loading data models from C++ and interacting with them.
7
8 Mostof these examples can be viewed directly with the
9 QML viewer utility, without requiring compilation.
10
11 Documentation for these examples can be found via the Examples
12 link in the main Qt documentation.