5 #ifndef BITCOIN_QT_ASKPASSPHRASEDIALOG_H 6 #define BITCOIN_QT_ASKPASSPHRASEDIALOG_H 34 void accept()
override;
39 Ui::AskPassphraseDialog *
ui;
47 void secureClearPassFields();
48 void toggleShowPassword(
bool);
51 bool event(QEvent *event)
override;
52 bool eventFilter(QObject *
object, QEvent *event)
override;
55 #endif // BITCOIN_QT_ASKPASSPHRASEDIALOG_H
std::basic_string< char, std::char_traits< char >, secure_allocator< char > > SecureString
Ask passphrase twice and encrypt.
Ask passphrase and unlock.
Ui::AskPassphraseDialog * ui
SecureString * m_passphrase_out
Interface to Bitcoin wallet from Qt view code.
Multifunctional dialog to ask for passphrases.
Ask old passphrase + new passphrase twice.