Model data can be exported to CSV file.

This commit is contained in:
2026-01-06 10:05:16 +01:00
parent 78a55b6559
commit 3cab6d6b86
2 changed files with 23 additions and 2 deletions

View File

@ -57,6 +57,7 @@ class MainWindow : public QMainWindow {
/// 'File' slots
void saveItems();
void importCSV();
void exportCSV();
private:
Ui::MainWindow* ui;