GpgFrontend Project
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
|
28 #ifndef GPGFRONTEND_ZH_CN_TS_SIGNERSPIRCKER_H
29 #define GPGFRONTEND_ZH_CN_TS_SIGNERSPIRCKER_H
31 #include "GpgFrontendUI.h"
32 #include "ui/dialog//GeneralDialog.h"
68 bool accepted_ =
false;
73 #endif // GPGFRONTEND_ZH_CN_TS_SIGNERSPIRCKER_H
Definition: FileReadTask.cpp:31
Definition: GeneralDialog.h:35
void AddListGroupTab(const QString &name, KeyListRow::KeyType selectType=KeyListRow::SECRET_OR_PUBLIC_KEY, KeyListColumn::InfoType infoType=KeyListColumn::ALL, const std::function< bool(const GpgKey &)> &filter=[](const GpgKey &) -> bool { return true;})
Definition: KeyList.cpp:99
bool GetStatus() const
Definition: SignersPicker.cpp:81
GpgFrontend::KeyIdArgsListPtr GetCheckedSigners()
Get the Checked Signers object.
Definition: SignersPicker.cpp:77
KeyIdArgsListPtr GetPrivateChecked()
Get the Private Checked object.
Definition: KeyList.cpp:209
Definition: SignersPicker.h:42
bool IsHasActualSigningCapability() const
Definition: GpgKey.cpp:172
Definition: KeyList.h:152
SignersPicker(QWidget *parent=nullptr)
Construct a new Signers Picker object.
Definition: SignersPicker.cpp:34