PathView; animation when adding and removing an item
QML and Qt Quick
2
Posts
2
Posters
479
Views
2
Watching
-
I have PathView.
model for him write in C++How I can add animation when adding and removing an item in PathView?
@Trikrista
SincePathVIew
doesn't have properties likeadd
andpopulate
you can do it in the delegate itself. Add animation in it. Animate it when it gets created and destroyed.