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

@@ -122,6 +122,7 @@ struct PresetConfig
{
int id;
QString name;
int msecsPerStep;
std::vector<PresetStepConfig> steps;
};