#65 - Export transactions to CSV

This commit is contained in:
Aditya Kulkarni
2018-12-03 09:50:57 -08:00
parent 06203f86c4
commit 4ed3549a82
6 changed files with 70 additions and 7 deletions

View File

@@ -19,6 +19,8 @@ public:
QString getMemo(int row);
QString getAddr(int row);
bool exportToCsv(QString fileName) const;
int rowCount(const QModelIndex &parent) const;
int columnCount(const QModelIndex &parent) const;
QVariant data(const QModelIndex &index, int role) const;