improve address book, add less conspicious toolbar icon

This commit is contained in:
Wladimir J. van der Laan
2011-05-13 15:58:27 +02:00
parent 871f9979c6
commit b8e302eb53
15 changed files with 311 additions and 17 deletions

View File

@@ -15,9 +15,15 @@ public:
Date = 1,
Description = 2,
Debit = 3,
Credit = 4
Credit = 4,
Type = 5
} ColumnIndex;
/* Transaction type */
static const QString Sent;
static const QString Received;
static const QString Generated;
int rowCount(const QModelIndex &parent) const;
int columnCount(const QModelIndex &parent) const;
QVariant data(const QModelIndex &index, int role) const;