qtdeclarative/examples
Tor Arne Vestbø a2bfdb1f4d examples: Increase hit area of LauncherList buttons; simplify
Pick-to: 6.6 6.5
Change-Id: Ife040f9c7e01fd8b8ce80595c2179d6b78648c6e
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
(cherry picked from commit f8ba365128)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2023-12-13 11:35:07 +00:00
..
core/permissions Android: Add missing manifest for permissions example 2023-06-05 20:50:24 +03:00
qml Remove qml locale and dynamicscene examples 2023-11-28 19:18:41 +01:00
qmlcompiler/tutorials/helloworld QQmlSA: Add initial fixit section 2023-11-28 09:45:24 +01:00
quick examples: Increase hit area of LauncherList buttons; simplify 2023-12-13 11:35:07 +00:00
quickcontrols Get rid of DocumentHandler in the Text Editor example 2023-12-09 01:52:31 -07:00
CMakeLists.txt Move undocumented qmltest example to tests/manual 2023-11-22 08:23:59 +01:00
README Doc: Revamp "Extending QML" examples into a tutorial 2023-03-30 18:02:16 +02:00
examples.pro Move undocumented qmltest example to tests/manual 2023-11-22 08:23:59 +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.

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

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