5 #ifndef BITCOIN_QT_ASKPASSPHRASEDIALOG_H 6 #define BITCOIN_QT_ASKPASSPHRASEDIALOG_H 36 void accept()
override;
41 Ui::AskPassphraseDialog *
ui;
49 void secureClearPassFields();
50 void toggleShowPassword(
bool);
53 bool event(QEvent *event)
override;
54 bool eventFilter(QObject *
object, QEvent *event)
override;
57 #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.