kgpg
selectpublickeydialog.h
Go to the documentation of this file.
44 /* TODO: the goDefaultKey shortcut should be stored in a way it can be accessed from everywhere. So we don't have to pass it as an argument.
47 KgpgSelectPublicKeyDlg(QWidget *parent, KGpgItemModel *model, const KShortcut &goDefaultKey = KShortcut(QKeySequence(Qt::CTRL + Qt::Key_Home)), const bool hideasciioption = false, const KUrl::List &files = KUrl::List());
Definition: kgpgitemmodel.h:44
shows a dialog to select a public key for encryption
Definition: selectpublickeydialog.h:39
QStringList selectedKeys() const
Definition: selectpublickeydialog.cpp:156
const KUrl::List & getFiles() const
return the files passed in the constructor
Definition: selectpublickeydialog.cpp:198
filter model to select a public key for encryption
Definition: selectkeyproxymodel.h:30
KgpgSelectPublicKeyDlg(QWidget *parent, KGpgItemModel *model, const KShortcut &goDefaultKey=KShortcut(QKeySequence(Qt::CTRL+Qt::Key_Home)), const bool hideasciioption=false, const KUrl::List &files=KUrl::List())
Definition: selectpublickeydialog.cpp:38
QString getCustomOptions() const
Definition: selectpublickeydialog.cpp:181
bool getSymmetric() const
Definition: selectpublickeydialog.cpp:176
bool getUntrusted() const
Definition: selectpublickeydialog.cpp:188
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:42:08 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:42:08 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.