making items select and activate so as to follow the presentation

This commit is contained in:
Chris Cochrun 2022-10-02 07:08:56 -05:00
parent 91bb08fbf2
commit b154cca3ed
3 changed files with 16 additions and 1 deletions

View file

@ -209,6 +209,12 @@ Item {
cursorShape: Qt.PointingHandCursor
}
/* Connections { */
/* target: serviceItemModel */
/* onDataChanged: previewSlidesList.positionViewAtIndex(index, */
/* ListView.Center) */
/* } */
}
Kirigami.WheelHandler {
id: wheelHandler