Items can be saved to JSON file "items.json" (in standard location).

This commit is contained in:
2025-12-23 10:14:13 +01:00
parent 2c3d49db30
commit 0e1a0d4959
9 changed files with 119 additions and 0 deletions

View File

@ -25,6 +25,8 @@ class GenericCore : public QObject {
QUndoStack* getModelUndoStack() const;
std::shared_ptr<TableModel> getModel() const;
void saveItems();
signals:
void displayStatusMessage(QString message);