summaryrefslogtreecommitdiff
path: root/tests/auto/declarative_ui/ItemGroup.qml
Commit message (Collapse)AuthorAgeFilesLines
* Allow to create maps with groups of map itemsPaolo Angelelli2017-01-311-0/+62
This patch lets a user create an external qml file, and put multiple map items inside a parent MapItemGroup{}, and add that element to a Map item. QDeclarativeGeoMap gets also two associated methods: addMapItemGroup and removeMapItemGroup to deal with item groups at runtime. Additionally, clearMapItems now clears also added item groups. Task-number: QTBUG-55211 Change-Id: Ie4e602e4bda65fb56422b721be5fd34c54eb7954 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>