trying to use mpv as a thumbnailing utility
This commit is contained in:
parent
fb9d551f6b
commit
1b55be29e5
5 changed files with 48 additions and 31 deletions
|
@ -59,7 +59,8 @@ Item {
|
|||
anchors.fill: parent
|
||||
hoverEnabled: true
|
||||
onClicked: {
|
||||
changeSlide(index);
|
||||
/* changeSlide(index); */
|
||||
showPassiveNotification(SlideModel.thumbnailVideo(model.videoBackground, model.serviceItemId));
|
||||
}
|
||||
cursorShape: Qt.PointingHandCursor
|
||||
propagateComposedEvents: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue