adding backend of loading a file

This commit is contained in:
Chris Cochrun 2022-10-15 07:32:42 -05:00
parent 9ba3f447a3
commit 742e9dd3b4
3 changed files with 112 additions and 43 deletions

View file

@ -25,6 +25,7 @@ public:
Q_INVOKABLE void setFilePath(QString filePath);
Q_INVOKABLE bool save(QUrl file, QVariantList serviceList);
Q_INVOKABLE QVariantList load(QUrl file);
signals:
Q_INVOKABLE void nameChanged(QString name);