Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F40151130
trustchainwidget.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
494 B
Subscribers
None
trustchainwidget.h
View Options
/* SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB
SPDX-License-Identifier: GPL-2.0-or-later
*/
#pragma once
#include
<QDialog>
#include
<QWidget>
namespace
GpgME
{
class
Key
;
}
class
TrustChainWidget
:
public
QWidget
{
Q_OBJECT
public
:
explicit
TrustChainWidget
(
QWidget
*
parent
=
nullptr
);
~
TrustChainWidget
()
override
;
void
setKey
(
const
GpgME
::
Key
&
key
);
GpgME
::
Key
key
()
const
;
private
:
class
Private
;
const
std
::
unique_ptr
<
Private
>
d
;
};
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Sun, Apr 5, 11:40 AM (1 d, 14 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
1b/46/220ec51658c82c970b6fc8dfd437
Attached To
rKLEOPATRA Kleopatra
Event Timeline
Log In to Comment