3#ifndef SRC_KEYGENDIALOG_H_
4#define SRC_KEYGENDIALOG_H_
9#include "qprogressindicator.h"
41 void on_passphrase1_textChanged(
const QString &arg1);
42 void on_passphrase2_textChanged(
const QString &arg1);
43 void on_checkBox_stateChanged(
int arg1);
44 void on_email_textChanged(
const QString &arg1);
45 void on_name_textChanged(
const QString &arg1);
49 void replace(
const QString &,
const QString &);
50 void done(
int r)
override;
51 void no_protection(
bool enable);
53 std::unique_ptr<QProgressIndicator> m_progressIndicator;
The ConfigDialog handles the configuration interface.
void closeEvent(QCloseEvent *event) override
Handle dialog close, emitting appropriate signals.
KeygenDialog(ConfigDialog *parent=nullptr)
Construct a KeygenDialog with an optional parent ConfigDialog.