adding changeSlideAndIndex and enabling that on previewSlidesList
This commit is contained in:
parent
187481295f
commit
84f89fb201
3 changed files with 44 additions and 1 deletions
|
@ -70,6 +70,7 @@ public:
|
|||
Q_INVOKABLE void playPause();
|
||||
Q_INVOKABLE bool next(QVariantMap nextItem);
|
||||
Q_INVOKABLE bool previous(QVariantMap prevItem);
|
||||
Q_INVOKABLE bool changeSlideIndex(int index);
|
||||
|
||||
signals:
|
||||
Q_INVOKABLE void textChanged(QString text);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue