add 2 labels to the overviewpage that display Wallet and Transaction status (obsolete or current) / cleanup overviewpage XML ui-file

This commit is contained in:
Philip Kaufmann
2012-05-15 16:57:59 +02:00
parent cf2f7c30a3
commit c26f3a9bd1
4 changed files with 98 additions and 46 deletions

View File

@@ -24,6 +24,7 @@ public:
~OverviewPage();
void setModel(WalletModel *model);
void showOutOfSyncWarning(bool fShow);
public slots:
void setBalance(qint64 balance, qint64 unconfirmedBalance);