When a transaction is clicked on overview page, focus it on history page

This commit is contained in:
Wladimir J. van der Laan
2012-05-12 13:19:44 +02:00
parent 97ec4e50b1
commit 3ef1f41550
5 changed files with 24 additions and 3 deletions

View File

@@ -12,6 +12,7 @@ namespace Ui {
}
class WalletModel;
class TxViewDelegate;
class TransactionFilterProxy;
/** Overview ("home") page widget */
class OverviewPage : public QWidget
@@ -38,9 +39,11 @@ private:
qint64 currentUnconfirmedBalance;
TxViewDelegate *txdelegate;
TransactionFilterProxy *filter;
private slots:
void displayUnitChanged();
void handleTransactionClicked(const QModelIndex &index);
};
#endif // OVERVIEWPAGE_H