Libkleo
newkeyapprovaldialog.h
51 * @param alternativeSolution: An alternative set of signing and/or encryption keys for the sender
54 * @param allowMixed: Whether or not the dialog should allow mixed S/MIME / OpenPGP key selection.
NewKeyApprovalDialog(bool encrypt, bool sign, const QString &sender, KeyResolver::Solution preferredSolution, KeyResolver::Solution alternativeSolution, bool allowMixed, GpgME::Protocol forcedProtocol, QWidget *parent=nullptr, Qt::WindowFlags f=Qt::WindowFlags())
Create a new Key Approval Dialog.
Definition newkeyapprovaldialog.cpp:893
KeyResolver::Solution result()
The selected signing and/or encryption keys.
Definition newkeyapprovaldialog.cpp:924
QDialog(QWidget *parent, Qt::WindowFlags f)
Q_OBJECTQ_OBJECT
Q_SLOTSQ_SLOTS
QObject * parent() const const
QObject * sender() const const
typedef WindowFlags
QWidget(QWidget *parent, Qt::WindowFlags f)
Solution represents the solution found by the KeyResolver.
Definition keyresolver.h:65
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:50:12 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:50:12 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.