TODO and preliminary following of active item
This commit is contained in:
parent
3cc43adefb
commit
d9f8d1cec9
2 changed files with 7 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue