GpgFrontend Project
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
|
29 #ifndef __VERIFYNOTIFICATION_H__
30 #define __VERIFYNOTIFICATION_H__
32 #include "PlainTextEditorPage.h"
33 #include "core/function/result_analyse/GpgVerifyResultAnalyse.h"
34 #include "ui/details/VerifyDetailsDialog.h"
46 INFO_ERROR_CRITICAL = 2,
47 INFO_ERROR_NEUTRAL = 3,
85 const std::function<
void()>& action);
131 std::shared_ptr<Ui_InfoBoard> ui_;
135 QTabWidget* m_tab_widget_{
nullptr};
148 #endif // __VERIFYNOTIFICATION_H__
Definition: VerifyDetailsDialog.cpp:33
nlohmann::json & Check(const std::string &key, const nlohmann::json &default_value)
Definition: SettingsObject.cpp:31
The SettingsObject class This class is used to store settings for the application securely.
Definition: SettingsObject.h:43
InfoBoardStatus
Definition: InfoBoardWidget.h:43
void SignalRefreshInfoBoard(const QString &text, InfoBoardStatus verify_label_status)
static SignalStation * GetInstance()
Get the Instance object.
Definition: SignalStation.cpp:35