Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F34024041
subkeyswidget.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
484 B
Subscribers
None
subkeyswidget.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
SubKeysWidget
:
public
QWidget
{
Q_OBJECT
public
:
explicit
SubKeysWidget
(
QWidget
*
parent
=
nullptr
);
~
SubKeysWidget
()
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
Sat, Nov 29, 7:01 AM (1 d, 2 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
80/fc/eaa6f6802578907562f5f1f3c11a
Attached To
rKLEOPATRA Kleopatra
Event Timeline
Log In to Comment