GpgFrontend Project
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
|
29 #ifndef GPGFRONTEND_ZH_CN_TS_SIGNERSPIRCKER_H
30 #define GPGFRONTEND_ZH_CN_TS_SIGNERSPIRCKER_H
32 #include "GpgFrontendUI.h"
66 #endif // GPGFRONTEND_ZH_CN_TS_SIGNERSPIRCKER_H
Definition: VerifyDetailsDialog.cpp:33
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:95
GpgFrontend::KeyIdArgsListPtr GetCheckedSigners()
Get the Checked Signers object.
Definition: SignersPicker.cpp:70
KeyIdArgsListPtr GetPrivateChecked()
Get the Private Checked object.
Definition: KeyList.cpp:210
Definition: SignersPicker.h:42
bool IsHasActualSigningCapability() const
Definition: GpgKey.cpp:174
Definition: KeyList.h:152
SignersPicker(QWidget *parent=nullptr)
Construct a new Signers Picker object.
Definition: SignersPicker.cpp:35