Simple implementation of CSV file import. Successfully imported items are appended to the model.
This commit is contained in:
@ -26,6 +26,7 @@ class GenericCore : public QObject {
|
||||
std::shared_ptr<TableModel> getModel() const;
|
||||
|
||||
void saveItems();
|
||||
void importCSVFile(const QString& filePath);
|
||||
|
||||
signals:
|
||||
void displayStatusMessage(QString message);
|
||||
|
||||
Reference in New Issue
Block a user