multi select for service item
This commit is contained in:
parent
50c17705f6
commit
02c4c8a47a
3 changed files with 49 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue