qtdeclarative/examples
Oliver Eftevaag dba7d84843 move righttoleft example to manual test, and revamp it
The patch makes the following changes to the example:
- It fixes all qmllint warnings.
- It translates all user-facing strings.
- It reorders some properties.
- It removes the Loaders in layoutdirection.qml
- It also does some other things,
  like removing unused lines of code, etc.

Pick-to: 6.5 6.6
Change-Id: I798db60a2bf2d87c64b68947588585d10ba4015d
Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
2023-07-03 10:57:51 +02: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 Clean up the examples/qmltest/CMakeLists.txt 2023-06-23 12:36:31 +02:00
quick move righttoleft example to manual test, and revamp it 2023-07-03 10:57:51 +02:00
quickcontrols Examples: Fix license to Commercial or BSD-3-Clause 2023-06-26 16:23:24 +02: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.