5 #ifndef BITCOIN_QT_ASKPASSPHRASEDIALOG_H     6 #define BITCOIN_QT_ASKPASSPHRASEDIALOG_H    38     Ui::AskPassphraseDialog *
ui;
    53 #endif // BITCOIN_QT_ASKPASSPHRASEDIALOG_H bool event(QEvent *event)
 
Ask passphrase twice and encrypt. 
 
void toggleShowPassword(bool)
 
Ask passphrase and unlock. 
 
Ui::AskPassphraseDialog * ui
 
void secureClearPassFields()
 
AskPassphraseDialog(Mode mode, QWidget *parent)
 
Interface to Bitcoin wallet from Qt view code. 
 
Multifunctional dialog to ask for passphrases. 
 
Ask passphrase and decrypt wallet. 
 
bool eventFilter(QObject *object, QEvent *event)
 
Ask old passphrase + new passphrase twice. 
 
void setModel(WalletModel *model)