GpgFrontend Project
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
SettingsAdvanced.h
1
29
#ifndef GPGFRONTEND_SETTINGSADVANCED_H
30
#define GPGFRONTEND_SETTINGSADVANCED_H
31
32
#include "ui/GpgFrontendUI.h"
33
34
namespace
GpgFrontend::UI
{
35
class
AdvancedTab
:
public
QWidget {
36
Q_OBJECT
37
38
public
:
39
explicit
AdvancedTab
(QWidget* parent =
nullptr
);
40
41
void
SetSettings();
42
43
void
ApplySettings();
44
45
private
:
46
QCheckBox* stegano_check_box_;
47
QCheckBox* auto_pubkey_exchange_check_box_;
48
49
signals:
50
51
void
SignalRestartNeeded(
bool
needed);
52
};
53
}
// namespace GpgFrontend::UI
54
55
#endif // GPGFRONTEND_SETTINGSADVANCED_H
GpgFrontend::UI
Definition:
FileReadTask.cpp:31
GpgFrontend::SingletonFunctionObject< GlobalSettingStation >::GetInstance
static GlobalSettingStation & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition:
GpgFunctionObject.h:170
GpgFrontend::GlobalSettingStation::GetUISettings
libconfig::Setting & GetUISettings() noexcept
Definition:
GlobalSettingStation.h:63
GpgFrontend::UI::AdvancedTab
Definition:
SettingsAdvanced.h:35
src
ui
dialog
settings
SettingsAdvanced.h
Generated by
1.8.17