![]() |
Bitcoin Core 31.1.0
P2P Digital Currency
|
Dialog for creating wallets. More...
#include <createwalletdialog.h>
Public Member Functions | |
| CreateWalletDialog (QWidget *parent) | |
| virtual | ~CreateWalletDialog () |
| void | setSigners (const std::vector< std::unique_ptr< interfaces::ExternalSigner > > &signers) |
| QString | walletName () const |
| bool | isEncryptWalletChecked () const |
| bool | isDisablePrivateKeysChecked () const |
| bool | isMakeBlankWalletChecked () const |
| bool | isExternalSignerChecked () const |
Private Attributes | |
| Ui::CreateWalletDialog * | ui |
| bool | m_has_signers = false |
Dialog for creating wallets.
Definition at line 24 of file createwalletdialog.h.
|
explicit |
Definition at line 15 of file createwalletdialog.cpp.
|
virtual |
Definition at line 95 of file createwalletdialog.cpp.
| bool CreateWalletDialog::isDisablePrivateKeysChecked | ( | ) | const |
Definition at line 131 of file createwalletdialog.cpp.
| bool CreateWalletDialog::isEncryptWalletChecked | ( | ) | const |
Definition at line 126 of file createwalletdialog.cpp.
| bool CreateWalletDialog::isExternalSignerChecked | ( | ) | const |
Definition at line 141 of file createwalletdialog.cpp.
| bool CreateWalletDialog::isMakeBlankWalletChecked | ( | ) | const |
Definition at line 136 of file createwalletdialog.cpp.
| void CreateWalletDialog::setSigners | ( | const std::vector< std::unique_ptr< interfaces::ExternalSigner > > & | signers | ) |
Definition at line 100 of file createwalletdialog.cpp.
| QString CreateWalletDialog::walletName | ( | ) | const |
Definition at line 121 of file createwalletdialog.cpp.
|
private |
Definition at line 42 of file createwalletdialog.h.
|
private |
Definition at line 41 of file createwalletdialog.h.