add looping for slides
This add looping primarily for videos but I've added in the groundwork for looping through any kind of slide. This obviously will be implemented differently for each type of slide, but this way the groundwork is done already.
This commit is contained in:
parent
caded1027c
commit
caa2e31d99
15 changed files with 130 additions and 49 deletions
|
@ -39,7 +39,7 @@ public:
|
|||
Q_INVOKABLE bool next(QVariantMap nextItem, SlideModel *slideModel);
|
||||
Q_INVOKABLE bool previous(QVariantMap prevItem, SlideModel *slideModel);
|
||||
Q_INVOKABLE bool changeSlideIndex(int index);
|
||||
Q_INVOKABLE void setLoop();
|
||||
Q_INVOKABLE void setLoop(bool loop);
|
||||
|
||||
signals:
|
||||
Q_INVOKABLE void isPlayingChanged(bool isPlaying);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue