3#ifndef SRC_KEYGENDIALOG_H_
4#define SRC_KEYGENDIALOG_H_
85 void on_passphrase1_textChanged(
const QString &arg1);
86 void on_passphrase2_textChanged(
const QString &arg1);
87 void on_checkBox_stateChanged(
int arg1);
88 void on_email_textChanged(
const QString &arg1);
89 void on_name_textChanged(
const QString &arg1);
93 void replace(
const QString &,
const QString &);
94 void done(
int r)
override;
95 void no_protection(
bool enable);
The ConfigDialog handles the configuration interface.
void closeEvent(QCloseEvent *event) override
KeygenDialog::closeEvent we are done here.
KeygenDialog(ConfigDialog *parent=nullptr)
KeygenDialog::KeygenDialog basic constructor.
~KeygenDialog() override
KeygenDialog::~KeygenDialog even more basic destructor.