GpgFrontend Project
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
SignatureDetailsDialog.h
1 
29 #ifndef GPGFRONTEND_SIGNATUREDETAILSDIALOG_H
30 #define GPGFRONTEND_SIGNATUREDETAILSDIALOG_H
31 #include "ui/GpgFrontendUI.h"
32 
33 class SignatureDetailsDialog : public QDialog {
34  Q_OBJECT
35  public:
36 };
37 
38 #endif // GPGFRONTEND_SIGNATUREDETAILSDIALOG_H
GpgFrontend::GlobalSettingStation::SyncSettings
void SyncSettings() noexcept
sync the settings to the file
Definition: GlobalSettingStation.cpp:33
SignatureDetailsDialog
Definition: SignatureDetailsDialog.h:33
GpgFrontend::SingletonFunctionObject< GlobalSettingStation >::GetInstance
static GlobalSettingStation & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:181
GpgFrontend::GlobalSettingStation::GetUISettings
libconfig::Setting & GetUISettings() noexcept
Definition: GlobalSettingStation.h:68
GpgFrontend::CtxCheckThread
Definition: CtxCheckThread.h:37
GpgFrontend::GlobalSettingStation::GetLocaleDir
std::filesystem::path GetLocaleDir() const
Get the Locale Dir object.
Definition: GlobalSettingStation.h:121
GpgFrontend::GlobalSettingStation::GetResourceDir
std::filesystem::path GetResourceDir() const
Get the Resource Dir object.
Definition: GlobalSettingStation.h:130
GpgFrontend::UI::InitGpgFrontendUI
void InitGpgFrontendUI()
init the UI library
Definition: GpgFrontendUIInit.cpp:42