fix balance display, display number of transactions

This commit is contained in:
Wladimir J. van der Laan
2011-05-27 21:24:17 +02:00
parent f79efbab6f
commit dd8e82f797
6 changed files with 25 additions and 10 deletions

View File

@@ -37,6 +37,8 @@ public:
QVariant headerData(int section, Qt::Orientation orientation, int role) const;
Qt::ItemFlags flags(const QModelIndex &index) const;
QModelIndex index ( int row, int column, const QModelIndex & parent = QModelIndex() ) const;
public slots:
void updateWallet();
private:
QStringList columns;
TransactionTableImpl *impl;