10#ifndef TLSKEYLOG_DIALOG_H
11#define TLSKEYLOG_DIALOG_H
48 void on_launchActivated();
54 void on_saveActivated();
60 void on_resetActivated();
66 void on_browseKeylogPath();
72 void on_browseProgramPath();
75 Ui::TLSKeylogDialog *ui;
77 module_t *tls_module_;
78 pref_t *pref_tls_keylog_;
80 module_t *gui_module_;
81 pref_t *pref_tlskeylog_command_;
~TLSKeylogDialog()
Destroys the dialog and releases UI resources.
Definition tlskeylog_launcher_dialog.cpp:67
TLSKeylogDialog(QWidget &parent)
Constructs the TLS Keylog dialog.
Definition tlskeylog_launcher_dialog.cpp:22