Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F34140233
weboftrustwidget.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
789 B
Subscribers
None
weboftrustwidget.h
View Options
/* SPDX-FileCopyrightText: 2017 Intevation GmbH
SPDX-License-Identifier: GPL-2.0-or-later
*/
#pragma once
#include
<QWidget>
#include
<memory>
namespace
GpgME
{
class
Key
;
class
KeyListResult
;
}
namespace
Kleo
{
class
WebOfTrustWidget
:
public
QWidget
{
Q_OBJECT
public
:
explicit
WebOfTrustWidget
(
QWidget
*
parent
=
nullptr
);
~
WebOfTrustWidget
()
override
;
QAction
*
detailsAction
()
const
;
QAction
*
certifyAction
()
const
;
QAction
*
revokeAction
()
const
;
void
setKey
(
const
GpgME
::
Key
&
key
);
GpgME
::
Key
key
()
const
;
private
Q_SLOTS
:
void
signatureListingNextKey
(
const
GpgME
::
Key
&
key
);
void
signatureListingDone
(
const
GpgME
::
KeyListResult
&
result
);
private
:
class
Private
;
const
std
::
unique_ptr
<
Private
>
d
;
};
}
// namespace Kleo
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Tue, Dec 9, 1:01 AM (1 h, 32 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
a3/cc/16e8bc63478698c16f2063e0da4d
Attached To
rKLEOPATRA Kleopatra
Event Timeline
Log In to Comment