Simple implementation of CSV export.

This commit is contained in:
2026-01-06 10:04:26 +01:00
parent 3e6273cb7d
commit 99ed398c2f
8 changed files with 46 additions and 0 deletions

View File

@ -27,6 +27,7 @@ class GenericCore : public QObject {
void saveItems();
void importCSVFile(const QString& filePath);
bool exportCSVFile(const QString& filePath);
signals:
void displayStatusMessage(QString message);