2013-03-27 14:28:24 +00:00
|
|
|
The Qt Quick module provides the basic elements to specify and implement your
|
|
|
|
user interface declaratively, using the Qt Meta-Object Language (QML). The
|
|
|
|
Qt QML module provides the engine and language infrastructure for QML itself.
|
|
|
|
This language is very expressive and human readable, and can be used by
|
2011-04-27 10:05:43 +00:00
|
|
|
designers to actually implement their UI vision. QML UIs can integrate
|
|
|
|
with C++ code in many ways, including being loaded as a part of a C++ UI
|
|
|
|
and loading data models from C++ and interacting with them.
|
|
|
|
|
2023-03-17 14:42:47 +00:00
|
|
|
Most of these examples can be viewed directly with the
|
2011-04-27 10:05:43 +00:00
|
|
|
QML viewer utility, without requiring compilation.
|
|
|
|
|
2023-03-17 14:42:47 +00:00
|
|
|
Documentation for these examples can be found via the Examples and Tutorials
|
2011-07-04 10:32:16 +00:00
|
|
|
link in the main Qt documentation.
|