Items are loaded from default JSON file in standard location at startup. If no items are found in file, example items are generated.

This commit is contained in:
2025-12-23 13:40:33 +01:00
parent 0e1a0d4959
commit 1fc1b1715d
7 changed files with 100 additions and 31 deletions

View File

@ -35,6 +35,7 @@ class GenericCore : public QObject {
std::shared_ptr<TableModel> m_mainModel;
void setupModels();
void initModelData();
QString getMaintenanceToolFilePath() const;
};