TODO and preliminary following of active item

This commit is contained in:
Chris Cochrun 2022-10-02 07:25:47 -05:00
parent 3cc43adefb
commit d9f8d1cec9
2 changed files with 7 additions and 5 deletions

View file

@ -210,11 +210,11 @@ Item {
}
/* Connections { */
/* target: serviceItemModel */
/* onDataChanged: previewSlidesList.positionViewAtIndex(index, */
/* ListView.Center) */
/* } */
Connections {
target: serviceItemModel
onDataChanged: previewSlidesList.positionViewAtIndex(index,
ListView.Center)
}
}
Kirigami.WheelHandler {
id: wheelHandler