switching slides while selecting in listview

This commit is contained in:
Chris Cochrun 2023-01-20 14:19:48 -06:00
parent ec30515c67
commit 42df2d7cde

View file

@ -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
} }