 |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
Go to the documentation of this file.
5 #ifndef BITCOIN_QT_ASKPASSPHRASEDIALOG_H
6 #define BITCOIN_QT_ASKPASSPHRASEDIALOG_H
52 Ui::AskPassphraseDialog*
ui;
67 #endif // BITCOIN_QT_ASKPASSPHRASEDIALOG_H
@ Encrypt
Wallet needs to be fully unlocked.
Interface to Bitcoin wallet from Qt view code.
bool event(QEvent *event)
Multifunctional dialog to ask for passphrases.
@ Unlock
Ask passphrase and unlock.
@ Decrypt
Ask passphrase and decrypt wallet.
@ ChangePass
Toggle wallet lock state.
void on_showPassphraseCheckBox_clicked()
@ Unlock_Full
Unlock wallet from menu
AskPassphraseDialog(Mode mode, QWidget *parent, WalletModel *model, Context context)
bool eventFilter(QObject *object, QEvent *event)
@ Sign_Message
Multi-Signature dialog.
@ ToggleLock
Encrypt unencrypted wallet.
@ Encrypt
Ask passphrase twice and encrypt.
@ ChangePass
Ask old passphrase + new passphrase twice.
Ui::AskPassphraseDialog * ui
@ UnlockStaking
Ask passphrase and unlock only for staking.