switching slides while selecting in listview
This commit is contained in:
parent
ec30515c67
commit
42df2d7cde
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ Item {
|
||||||
id: previewerMouse
|
id: previewerMouse
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
hoverEnabled: true
|
hoverEnabled: true
|
||||||
onClicked: changeServiceItem(index)
|
onClicked: SlideObject.changeSlide(SlideModel.getItem(index))
|
||||||
cursorShape: Qt.PointingHandCursor
|
cursorShape: Qt.PointingHandCursor
|
||||||
propagateComposedEvents: true
|
propagateComposedEvents: true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue