qtdeclarative/examples
Konsta Alajärvi e1663b1550 Android: QtQuick for Android: Fix example scaling features
-set button and other text sizes back
-add thumb and track back to switch
-Change main relative layout gravity from center_vertical to center_horizontal
to make the topMargin take effect
-add previous topMargins back
-remove layout_margins dimension as there were already dimensions for all the places
it was used in
-change naming of some dimensions
-remove unused dimensions
-Adjust text sizes in qtquickview_kotlin and java, they were little
too small on high dpi devices
-Adjust text sizes, margins and other dimensions in Main and Second.qml files

Fixes: QTBUG-134405
Pick-to: 6.9
Change-Id: I35bc7892abe2435bd63b40bca9a21061ae9f0fa8
Reviewed-by: Petri Virkkunen <petri.virkkunen@qt.io>
2025-04-14 15:24:51 +03:00
..
core/permissions CMake: Fix examples built as external projects 2025-01-31 17:11:34 +01:00
platforms Android: QtQuick for Android: Fix example scaling features 2025-04-14 15:24:51 +03:00
qml Examples: Fix chapter5 and chapter6 of extending-qml tutorial 2025-04-10 13:35:01 +02:00
qmlcompiler/tutorials/helloworld examples: Consistently require Qt 6.8 2024-07-03 08:43:43 +02:00
quick Port away from QPair 2025-04-12 05:39:59 +00:00
quickcontrols TextEditor example: add actions to built-in context menu, remove custom menu 2025-04-08 12:37:00 +08: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.