multi select for service item

This commit is contained in:
Chris Cochrun 2023-01-23 21:35:34 -06:00
parent 50c17705f6
commit 02c4c8a47a
3 changed files with 49 additions and 3 deletions

View file

@ -99,6 +99,7 @@ public:
Q_INVOKABLE bool moveDown(int index);
Q_INVOKABLE bool moveUp(int index);
Q_INVOKABLE bool select(int id);
Q_INVOKABLE bool selectItems(QVariantList items);
Q_INVOKABLE bool activate(int id);
Q_INVOKABLE bool deactivate(int id);
Q_INVOKABLE QVariantMap getItem(int index) const;