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
►
import_export
►
key_generate
▼
keypair_details
KeyDetailsDialog.h
KeyNewUIDDialog.h
KeyPairDetailTab.h
KeyPairOperaTab.h
KeyPairSubkeyTab.h
KeyPairUIDTab.h
KeySetExpireDateDialog.h
KeyUIDSignDialog.h
►
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
KeyDetailsDialog.h
1
29
#pragma once
30
31
#include "core/function/gpg/GpgContext.h"
32
#include "core/typedef/GpgTypedef.h"
33
#include "ui/GpgFrontendUI.h"
34
#include "ui/dialog/GeneralDialog.h"
35
36
namespace
GpgFrontend::UI
{
37
38
class
KeyDetailsDialog
:
public
GeneralDialog
{
39
Q_OBJECT
40
41
public
:
42
explicit
KeyDetailsDialog
(
const
GpgKey
& key, QWidget* parent =
nullptr
);
43
44
private
:
45
QTabWidget* tab_widget_{};
46
};
47
}
// namespace GpgFrontend::UI
GpgFrontend::GpgKey
Definition:
GpgKey.h:40
GpgFrontend::UI::GeneralDialog
Definition:
GeneralDialog.h:35
GpgFrontend::UI::KeyDetailsDialog
Definition:
KeyDetailsDialog.h:38
GpgFrontend::UI
Definition:
FileReadTask.cpp:31
src
ui
dialog
keypair_details
KeyDetailsDialog.h
Generated by
1.9.1