Multi step animations

This commit is contained in:
2023-03-04 23:37:45 +01:00
parent 78430ebb6f
commit 588f5e1d39
8 changed files with 60 additions and 28 deletions

View File

@@ -22,8 +22,8 @@ public:
int presetId() const { return m_presetId; }
void setPresetId(int presetId);
Q_INVOKABLE void copyFromFaders(int stepIndex);
Q_INVOKABLE void copyToFaders(int stepIndex);
Q_INVOKABLE bool copyFromFaders(int stepIndex);
Q_INVOKABLE bool copyToFaders(int stepIndex);
int rowCount(const QModelIndex &parent) const override;
QVariant data(const QModelIndex &index, int role) const override;