added a non-functioning video control to presenter
This commit is contained in:
parent
db73165b63
commit
e1ce631b16
2 changed files with 37 additions and 0 deletions
|
@ -29,6 +29,7 @@ Item {
|
|||
property int mpvPosition: mpv.position
|
||||
property int mpvDuration: mpv.duration
|
||||
property var mpvLoop: mpv.getProperty("loop")
|
||||
property bool mpvIsPlaying: mpv.isPlaying
|
||||
|
||||
// These properties help to determine the state of the slide
|
||||
property string itemType
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue