GpgFrontend Project
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
g
i
k
l
p
r
s
t
u
w
Functions
a
b
c
d
g
i
l
p
r
s
t
u
w
Variables
Typedefs
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Functions
a
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
z
Files
File List
▼
GpgFrontend Project
GpgFrontend Develop Document Main Page
►
Namespaces
►
Classes
▼
Files
▼
File List
▼
src
►
core
►
module
►
pinentry
►
test
▼
ui
▼
dialog
►
details
►
gnupg
▼
help
AboutDialog.h
GnupgTab.h
►
import_export
►
key_generate
►
keypair_details
►
settings
GeneralDialog.h
QuitDialog.h
SignersPicker.h
WaitingDialog.h
Wizard.h
►
function
►
main_window
►
struct
►
thread
►
widgets
GpgFrontendApplication.h
GpgFrontendUI.h
GpgFrontendUIInit.h
UISignalStation.h
UserInterfaceUtils.h
app.h
cmd.h
GpgFrontendContext.h
init.h
main.h
•
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Pages
GnupgTab.h
1
29
//
30
// Created by eric on 2022/7/23.
31
//
32
33
#pragma once
34
35
#include "core/function/gpg/GpgContext.h"
36
#include "ui/GpgFrontendUI.h"
37
38
class
Ui_GnuPGInfo;
39
namespace
GpgFrontend::UI
{
40
class
GnupgTab
:
public
QWidget {
41
Q_OBJECT
42
public
:
48
explicit
GnupgTab
(QWidget* parent =
nullptr
);
49
50
private
:
51
std::shared_ptr<Ui_GnuPGInfo> ui_;
52
53
void
process_software_info();
54
};
55
}
// namespace GpgFrontend::UI
GpgFrontend::UI::GnupgTab
Definition:
GnupgTab.h:40
GpgFrontend::UI::GnupgTab::GnupgTab
GnupgTab(QWidget *parent=nullptr)
Construct a new Info Tab object.
Definition:
GnupgTab.cpp:38
GpgFrontend::UI
Definition:
FileReadTask.cpp:31
src
ui
dialog
help
GnupgTab.h
Generated by
1.9.1