8#ifndef KNEWWALLETDIALOG_H
9#define KNEWWALLETDIALOG_H
13#include "ui_knewwalletdialoggpg.h"
14#include "ui_knewwalletdialogintro.h"
23class KNewWalletDialogIntro;
24class KNewWalletDialogGpg;
26class KNewWalletDialog :
public QWizard
32 bool isBlowfish()
const;
37 GpgME::Key gpgKey()
const;
40 KNewWalletDialogIntro *_intro =
nullptr;
42 KNewWalletDialogGpg *_gpg =
nullptr;
51 bool isBlowfish()
const;
52 int nextId()
const override;
54 void onBlowfishToggled(
bool);
57 Ui_KNewWalletDialogIntro _ui;
65 void initializePage()
override;
66 bool isComplete()
const override;
67 virtual bool validateCurrentPage();
69 void onItemSelectionChanged();
72 bool _alreadyInitialized =
false;
73 Ui_KNewWalletDialogGpg _ui;
74 bool _complete =
false;
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:12:12 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.