aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/tutorials/extending-qml/chapter6-plugins/App.qml
Commit message (Collapse)AuthorAgeFilesLines
* Examples: Fix chapter5 and chapter6 of extending-qml tutorialUlf Hermann2025-04-101-9/+16
| | | | | | | | | | | | We need to pass a parent to the PieSlices in order to make them visible. Use inline components to reduce the boiler plate. Amends commit 775eac90ed10dc0c854e7d249d81782f228597e7 Pick-to: 6.9 6.8 Fixes: QTBUG-135475 Change-Id: I55e2591703ceecbeb883a3f0de2a2a84b1600529 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
* Modernize "extending QML" tutorialUlf Hermann2024-04-051-0/+32
- Use qt_standard_project_setup() - Don't use NO_RESOURCE_TARGET_PATH - Use QQuickView::loadFromModule() Pick-to: 6.7 Change-Id: Ie68fbcaaa8824ca1cfe186bc9ead905e705e97c7 Reviewed-by: Sami Shalayel <sami.shalayel@qt.io> Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>