In PathView , How to access unfocused Items .
Unsolved
QML and Qt Quick
-
I have a PathView with 7 items , Middle element is focuesd one , I need to access all the unfocused item ?
-
@KYADAV What
model
have you used ? -
Im using C++ Model.
-
@KYADAV So the model contains all the information of all the items. You can write a function in that model to return whatever information you require for a particular element.
-
Hey Thanks , That sounds Good but I need to have a separate animation on each PathView element.
-
1/7