Model items can be imported from CSV file.

This commit is contained in:
2026-01-04 16:52:03 +01:00
parent 683f5d224c
commit 78a55b6559
2 changed files with 17 additions and 2 deletions

View File

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