GpgFrontend Project
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
|
27 #ifndef GPGFRONTEND_KEYUIDSIGNDIALOG_H
28 #define GPGFRONTEND_KEYUIDSIGNDIALOG_H
30 #include "core/GpgContext.h"
31 #include "ui/GpgFrontendUI.h"
32 #include "ui/dialog/GeneralDialog.h"
33 #include "ui/widgets/KeyList.h"
49 QWidget* parent =
nullptr);
56 void SignalKeyUIDSignUpdate();
60 QPushButton* sign_key_button_;
61 QDateTimeEdit* expires_edit_;
62 QCheckBox* non_expire_check_;
63 UIDArgsListPtr m_uids_;
78 #endif // GPGFRONTEND_KEYUIDSIGNDIALOG_H
Definition: FileReadTask.cpp:31
std::string GetId() const
Definition: GpgKey.cpp:52
static GpgKeyGetter & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
KeyUIDSignDialog(const GpgKey &key, UIDArgsListPtr uid, QWidget *parent=nullptr)
Construct a new Key U I D Sign Dialog object.
Definition: KeyUIDSignDialog.cpp:35
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
KeyIdArgsListPtr GetChecked()
Get the Checked object.
Definition: KeyList.cpp:181
Definition: KeyUIDSignDialog.h:37
void slot_sign_key(bool clicked)
Definition: KeyUIDSignDialog.cpp:106
Definition: KeyList.h:152
bool IsExpired() const
Definition: GpgKey.cpp:140
static SignalStation * GetInstance()
Get the Instance object.
Definition: SignalStation.cpp:37
bool IsRevoked() const
Definition: GpgKey.cpp:142
bool IsDisabled() const
Definition: GpgKey.cpp:144
KeyListPtr GetKeys(const KeyIdArgsListPtr &ids)
Get the Keys object.
Definition: GpgKeyGetter.cpp:148
bool IsHasCertificationCapability() const
Definition: GpgKey.cpp:123
bool IsHasMasterKey() const
Definition: GpgKey.cpp:146