Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
5.11, 5.12, 5.13, 5.14
-
None
Description
Hi,
For my project, I need to be able to add/remove QML ShapePaths to/from a QML Shape and z-reorder them (selected path gets on top). I can add them using myShape.data.push(newShapePath) but there is no way to remove or reorder them. My current workaround is to use a shape for each shape path but this is not efficient as I have scene with thousands of paths.
Thanks.
Attachments
Issue Links
- relates to
-
QTBUG-79263 Provide a replace function for QQmlListProperty
- Closed