5 #ifndef BITCOIN_QT_WALLETFRAME_H 6 #define BITCOIN_QT_WALLETFRAME_H 100 #endif // BITCOIN_QT_WALLETFRAME_H bool handlePaymentRequest(const SendCoinsRecipient &recipient)
WalletModel * currentWalletModel() const
void createWalletButtonClicked()
ClientModel * clientModel
void setCurrentWallet(WalletModel *wallet_model)
QMap< WalletModel *, WalletView * > mapWalletViews
void usedReceivingAddresses()
Show used receiving addresses.
QStackedWidget * walletStack
QSize sizeHint() const override
WalletFrame(const PlatformStyle *platformStyle, QWidget *parent)
void showOutOfSyncWarning(bool fShow)
void gotoHistoryPage()
Switch to history (transactions) page.
void gotoOverviewPage()
Switch to overview (home) page.
void setClientModel(ClientModel *clientModel)
void gotoVerifyMessageTab(QString addr="")
Show Sign/Verify Message dialog and switch to verify message tab.
WalletView * currentWalletView() const
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.
const PlatformStyle * platformStyle
void gotoSendCoinsPage(QString addr="")
Switch to send coins page.
void encryptWallet()
Encrypt the wallet.
void gotoReceiveCoinsPage()
Switch to receive coins page.
Interface to Bitcoin wallet from Qt view code.
bool addWallet(WalletModel *walletModel, WalletView *walletView)
void backupWallet()
Backup the wallet.
void removeWallet(WalletModel *wallet_model)
void gotoLoadPSBT(bool from_clipboard=false)
Load Partially Signed Bitcoin Transaction.
A container for embedding all wallet-related controls into BitcoinGUI.
void usedSendingAddresses()
Show used sending addresses.