fixing drag to use Kirigami.dragHandler properly - WOOHOO!
This commit is contained in:
parent
bbe618403d
commit
2002c67b24
3 changed files with 75 additions and 66 deletions
|
@ -82,7 +82,7 @@ public:
|
|||
const QString &backgroundType, const QStringList &text,
|
||||
const QString &audio, const QString &font, const int &fontSize);
|
||||
Q_INVOKABLE void removeItem(int index);
|
||||
Q_INVOKABLE bool move(int sourceIndex, int destIndex);
|
||||
Q_INVOKABLE bool moveRows(int sourceIndex, int destIndex, int count);
|
||||
Q_INVOKABLE bool moveDown(int index);
|
||||
Q_INVOKABLE bool moveUp(int index);
|
||||
Q_INVOKABLE bool select(int id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue