qtdeclarative/examples
Maximilian Goldstein 30f9affd16 examples/quick/text/styledtext-layout.qml: Fix warnings
Change-Id: I7c0133d08f306dfb813d02e40f1987e278dd3f4d
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
2021-04-30 11:30:06 +02:00
..
qml Use functions as signal handlers when accessing parameters 2021-02-12 10:30:20 +00:00
qmltest CMake: Regenerate examples to set the WIN32_EXECUTABLE property 2020-10-26 23:38:39 +01:00
quick examples/quick/text/styledtext-layout.qml: Fix warnings 2021-04-30 11:30:06 +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 Doc: Update module "Qt Declarative" -> "Qt Quick" 2013-03-30 01:12:32 +01:00
examples.pro Fixed build when Qt is configured with -no-opengl. 2013-02-20 08:52:28 +01:00

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.