qtdeclarative/examples
Andreas Eliasson a7bd27f17d Doc: Fix qsTr() link
Fixes qdoc warning:
qtquickcontrols-texteditor.qdoc:128: Can't link to 'qsTr'

Pick-to: 6.8 6.7
Change-Id: Ib2543779cc97052fd754b417468cb315313503a9
Reviewed-by: Oliver Eftevaag <oliver.eftevaag@qt.io>
2024-07-01 05:21:46 +00:00
..
core/permissions CMake: Add deployment API to our examples 2024-03-27 18:57:34 +01:00
platforms Documentation follow up for strong typing changes in Kotlin example 2024-06-28 12:43:00 +03:00
qml Modernize "extending QML" tutorial 2024-04-05 00:42:09 +02:00
qmlcompiler/tutorials/helloworld QQmlSA: Add initial fixit section 2023-11-28 09:45:24 +01:00
quick wasm: Move OpenGLUnderQml to VertexBufferObject to satisfy WebGL 2024-06-11 12:04:07 +02:00
quickcontrols Doc: Fix qsTr() link 2024-07-01 05:21:46 +00:00
CMakeLists.txt Add example showcasing Embedding QML to native Android Java project 2024-04-10 13:24:53 +03:00
README Doc: Revamp "Extending QML" examples into a tutorial 2023-03-30 18:02:16 +02:00
examples.pro Move Qt Quick Shapes examples back under Qt Quick 2024-02-01 21:42:00 +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.