CSV export

This commit is contained in:
2022-12-28 13:24:05 +01:00
parent 22e3b06fdd
commit fd49ba9a44
5 changed files with 51 additions and 1 deletions
+1
View File
@@ -71,6 +71,7 @@ public slots:
void loadDatabase();
void itemActivated(const QModelIndex &index);
void applyFilter();
bool exportCSV(const QString &path);
signals:
void loadFile(QString file);
};