adding functionality to preview slider
This commit is contained in:
parent
016756df72
commit
a6d2eb28fd
4 changed files with 15 additions and 2 deletions
|
@ -17,6 +17,8 @@ Item {
|
|||
property url imagebackground
|
||||
property url vidbackground
|
||||
|
||||
property Item slide: previewSlide
|
||||
|
||||
/* Component.onCompleted: nextSlideAction() */
|
||||
|
||||
GridLayout {
|
||||
|
@ -132,7 +134,7 @@ Item {
|
|||
to: previewSlide.mpvDuration
|
||||
value: previewSlide.mpvPosition
|
||||
live: true
|
||||
onMoved: print("moved slider");
|
||||
onMoved: changeVidPos(value);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue