an attempt at creating a thumbnailer

This commit is contained in:
Chris Cochrun 2023-02-06 15:01:18 -06:00
parent 246c75c789
commit 6366dc2d88
2 changed files with 15 additions and 0 deletions

View file

@ -79,6 +79,8 @@ public:
Q_INVOKABLE QVariantMap getItem(int index) const;
Q_INVOKABLE QVariantList getItems();
Q_INVOKABLE int findSlideIdFromServItm(int index);
Q_INVOKABLE void thumbnailVideo(QString video);
public slots:
Q_INVOKABLE bool select(int id);