making preview of slides aware of being active and set first item

This commit is contained in:
Chris Cochrun 2022-09-28 09:51:47 -05:00
parent 56086dfe74
commit ace9da585a
4 changed files with 78 additions and 17 deletions

View file

@ -86,6 +86,7 @@ public:
Q_INVOKABLE bool moveDown(int index);
Q_INVOKABLE bool moveUp(int index);
Q_INVOKABLE bool select(int id);
Q_INVOKABLE bool activate(int id);
Q_INVOKABLE QVariantMap getItem(int index) const;
private: