qtdeclarative/examples
Kai Köhne b7f448f864 Examples: Do not use import version numbers anymore
Pick-to: 6.4
Change-Id: I1f4d4920bb9d132a846ac2dbcfdb8b660759d540
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
2022-08-31 16:37:35 +02:00
..
qml Examples: Do not use import version numbers anymore 2022-08-31 16:37:35 +02:00
qmltest Examples: Do not use import version numbers anymore 2022-08-31 16:37:35 +02:00
quick Examples: Do not use import version numbers anymore 2022-08-31 16:37:35 +02:00
quickcontrols2 examples, texteditor: remove the config file, and use default settings instead 2022-08-31 13:09:32 +02:00
CMakeLists.txt Add license headers to cmake files 2022-07-08 10:41:06 +02:00
README
examples.pro

README

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
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.

Mostof these examples can be viewed directly with the
QML viewer utility, without requiring compilation.

Documentation for these examples can be found via the Examples
link in the main Qt documentation.