How to stop PathView Repetition in QML
QML and Qt Quick
4
Posts
4
Posters
2.8k
Views
1
Watching
-
Hi All,
I want to use pathview in my QML file in a QT Quick project. But i am not able to control the repetition of images in the path view . Is anyone have any idea that how to stop the repetition of pathview. Thnx in advance or any other thing that can be used in place of pathview except ListView .
-
I think it is currently impossible.
A very very hakish way is to use a ListView instead and do the transformations by hand, based on contentX and contentY.But this is very very diry
-