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

@ -36,6 +36,7 @@ class TableModel : public QAbstractTableModel {
ModelItemValues getItemValues(const QModelIndex& index) const;
QJsonDocument getAllItemsAsJsonDoc() const;
QList<QStringList> getItemsAsStringLists() const;
public slots:
// bool insertRows(int position, int rows, const QModelIndex& parentIndex = QModelIndex())