void setWalletModel(WalletModel *walletModel)
 
void updateAlerts(const QString &warnings)
 
void handleTransactionClicked(const QModelIndex &index)
 
interfaces::WalletBalances m_balances
 
std::unique_ptr< TransactionFilterProxy > filter
 
TxViewDelegate * txdelegate
 
WalletModel * walletModel
 
void outOfSyncWarningClicked()
 
void updateWatchOnlyLabels(bool showWatchOnly)
 
ClientModel * clientModel
 
OverviewPage(const PlatformStyle *platformStyle, QWidget *parent=0)
 
void transactionClicked(const QModelIndex &index)
 
void showOutOfSyncWarning(bool fShow)
 
void setClientModel(ClientModel *clientModel)
 
void setBalance(const interfaces::WalletBalances &balances)
 
void handleOutOfSyncWarningClicks()
 
Overview ("home") page widget.