improve address book, add less conspicious toolbar icon
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user