making items select and activate so as to follow the presentation
This commit is contained in:
parent
91bb08fbf2
commit
b154cca3ed
3 changed files with 16 additions and 1 deletions
|
@ -209,6 +209,12 @@ Item {
|
|||
cursorShape: Qt.PointingHandCursor
|
||||
}
|
||||
|
||||
|
||||
/* Connections { */
|
||||
/* target: serviceItemModel */
|
||||
/* onDataChanged: previewSlidesList.positionViewAtIndex(index, */
|
||||
/* ListView.Center) */
|
||||
/* } */
|
||||
}
|
||||
Kirigami.WheelHandler {
|
||||
id: wheelHandler
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue