Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F34140236
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
Tue, Dec 9, 1:02 AM (21 h, 41 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
34/0e/66ee3dbb5ba1facbd45182a75a03
Attached To
rKLEOPATRA Kleopatra
Event Timeline
Log In to Comment