More loading and saving projects

This commit is contained in:
Michael Ehrenreich
2023-02-21 02:23:57 +01:00
parent d347310ce0
commit f463a4d510
4 changed files with 550 additions and 231 deletions

View File

@ -16,6 +16,8 @@ class DmxController : public QObject
public:
explicit DmxController(QObject *parent = nullptr);
bool loadProject(QString name);
bool saveProject(QString name);
bool start();
Q_INVOKABLE void setRegisterGroupSlider(int registerGroupId, quint8 value);