5 #ifndef BITCOIN_QT_WALLETFRAME_H 6 #define BITCOIN_QT_WALLETFRAME_H 102 #endif // BITCOIN_QT_WALLETFRAME_H bool handlePaymentRequest(const SendCoinsRecipient &recipient)
WalletModel * currentWalletModel() const
ClientModel * clientModel
void setCurrentWallet(WalletModel *wallet_model)
void usedReceivingAddresses()
Show used receiving addresses.
QStackedWidget * walletStack
void encryptWallet(bool status)
Encrypt the wallet.
void outOfSyncWarningClicked()
Pass on signal over requested out-of-sync-warning information.
void showOutOfSyncWarning(bool fShow)
void gotoHistoryPage()
Switch to history (transactions) page.
void gotoOverviewPage()
Switch to overview (home) page.
void setClientModel(ClientModel *clientModel)
WalletFrame(const PlatformStyle *platformStyle, BitcoinGUI *_gui=nullptr)
void gotoVerifyMessageTab(QString addr="")
Show Sign/Verify Message dialog and switch to verify message tab.
WalletView * currentWalletView() const
QMap< WalletModel *, WalletView * > mapWalletViews
void changePassphrase()
Change encrypted wallet passphrase.
Model for Bitcoin network client.
void unlockWallet()
Ask for passphrase to unlock wallet temporarily.
void gotoSignMessageTab(QString addr="")
Show Sign/Verify Message dialog and switch to sign message tab.
void requestedSyncWarningInfo()
Notify that the user has requested more information about the out-of-sync warning.
void gotoLoadPSBT()
Load Partially Signed Bitcoin Transaction.
const PlatformStyle * platformStyle
void gotoSendCoinsPage(QString addr="")
Switch to send coins page.
void gotoReceiveCoinsPage()
Switch to receive coins page.
Interface to Bitcoin wallet from Qt view code.
bool addWallet(WalletModel *walletModel)
void backupWallet()
Backup the wallet.
void removeWallet(WalletModel *wallet_model)
A container for embedding all wallet-related controls into BitcoinGUI.
void usedSendingAddresses()
Show used sending addresses.