aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols/tableofcontents
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Add alternate text for Qt Quick and Qt Quick Controls imagesJerome Pasion5 days1-0/+1
| | | | | | | | | | Alternate text (alt text) improves the documentation experience for screen readers and for other accessibility tools. Pick-to: 6.9 6.10 Task-number: QTBUG-135120 Change-Id: I975c3de11f893882fb9a27218079f244bd38a622 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* Examples: Stop using version numbers with QML modulesSze Howe Koh2025-10-281-1/+0
| | | | | | | | | | | | | | | | | | | | | Continues 2d44365f69b9bc946d085c6b149e2ac319700265 and b7f448f8647a9a118cee2d79d446194b20d4b335 * Qt 6.0 enabled and encouraged users to import QML modules without specifying a version number * Qt 6.5 enabled and encouraged users to create QML modules without specifying a version number With this approach, there is little benefit in specifying QT_QML_SOURCE_VERSIONS, especially in an example module that is not consumed by external software. It does not need to worry about compatibility/versioning. Task-number: QTBUG-89033 Task-number: QTBUG-140406 Change-Id: I7f83dc7430180b79b70c75e7ce7b3aef46a028ae Pick-to: 6.10 6.8 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
* Add an example to create and use custom tree model in quick tree viewSanthosh Kumar2024-08-0711-0/+518
Add an example 'Table of Contents' to show how to create and use custom tree model (derived from QAbstractItemModel) in the Quick TreeView control. Fixes: QTBUG-127016 Pick-to: 6.8 Change-Id: I9a5d9e837e1b18de322a0ec895d9832918fd5816 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>