qtdeclarative/examples
Laszlo Agocs 02d35ec094 Remove sgengine from scenegraph examples CMake project file
Change-Id: Ifb2f986ec9d4fd0bfdd35f2e59d7d1d916ac2098
Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
2020-04-07 11:52:29 +02:00
..
qml Merge remote-tracking branch 'origin/dev' into wip/cmake 2020-03-12 15:03:03 +01:00
qmltest Regenerate projects 2019-11-14 10:22:26 +00:00
quick Remove sgengine from scenegraph examples CMake project file 2020-04-07 11:52:29 +02:00
.prev_CMakeLists.txt Add qt6_add_qml_module() public API 2019-09-19 08:06:24 +00:00
CMakeLists.txt Convert Examples 2019-08-23 13:51:06 +00: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.