29 #ifndef GPGFRONTEND_GNUPGCONTROLLERDIALOGLOG_H
30 #define GPGFRONTEND_GNUPGCONTROLLERDIALOGLOG_H
33 #include "ui/GpgFrontendUI.h"
34 #include "ui/dialog/GeneralDialog.h"
36 class Ui_GnuPGControllerDialog;
79 void slot_update_custom_key_database_path_label(
int state);
85 void slot_update_custom_gnupg_install_path_label(
int state);
88 std::shared_ptr<Ui_GnuPGControllerDialog> ui_;
89 int restart_needed_{0};
101 void apply_settings();
103 bool check_custom_gnupg_path(std::string);
105 bool check_custom_gnupg_key_database_path(std::string);
Definition: GeneralDialog.h:35
Definition: GnuPGControllerDialog.h:39
void slot_set_restart_needed(int)
Definition: GnuPGControllerDialog.cpp:369
void SignalRestartNeeded(int)
int get_restart_needed() const
Get the Restart Needed object.
Definition: GnuPGControllerDialog.cpp:365
GnuPGControllerDialog(QWidget *parent=nullptr)
Construct a new General Tab object.
Definition: GnuPGControllerDialog.cpp:38
Definition: FileReadTask.cpp:29