qtdeclarative/examples
Matthias Rauter 9136e5748b Remove superfluous project file from example
Pick-to: 6.5 6.6
Change-Id: I7599b18b29266c2b2d41437746bb2923588384d0
Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io>
2023-06-08 13:04:11 +00:00
..
core/permissions Android: Add missing manifest for permissions example 2023-06-05 20:50:24 +03:00
qml Replace Q_OS_OSX with Q_OS_MACOS 2023-06-07 16:26:23 +02:00
qmltest Examples: Use versioned CMake targets for Qt modules 2023-05-02 12:12:35 +02:00
quick Remove superfluous project file from example 2023-06-08 13:04:11 +00:00
quickcontrols Doc: QtQuickControls Wearable example: Fix file quoting 2023-06-02 16:31:18 +00:00
CMakeLists.txt Examples: Use versioned CMake targets for Qt modules 2023-05-02 12:12:35 +02:00
README Doc: Revamp "Extending QML" examples into a tutorial 2023-03-30 18:02:16 +02:00
examples.pro qmake: Fix build of quickcontrols examples 2022-12-14 17:39:55 +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.