5 #ifndef BITCOIN_QT_ASKPASSPHRASEDIALOG_H 6 #define BITCOIN_QT_ASKPASSPHRASEDIALOG_H 56 #endif // BITCOIN_QT_ASKPASSPHRASEDIALOG_H Ask passphrase for unlocking during migration.
std::basic_string< char, std::char_traits< char >, secure_allocator< char > > SecureString
Ask passphrase twice and encrypt.
bool event(QEvent *event) override
void toggleShowPassword(bool)
Ask passphrase and unlock.
Ui::AskPassphraseDialog * ui
void secureClearPassFields()
SecureString * m_passphrase_out
AskPassphraseDialog(Mode mode, QWidget *parent, SecureString *passphrase_out=nullptr)
bool eventFilter(QObject *object, QEvent *event) override
Interface to Bitcoin wallet from Qt view code.
Multifunctional dialog to ask for passphrases.
Ask old passphrase + new passphrase twice.
void setModel(WalletModel *model)