Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F35336888
cryptoconfigentryreaderport_p.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
969 B
Subscribers
None
cryptoconfigentryreaderport_p.h
View Options
/*
ui/cryptoconfigentryreaderport_p.h
This file is part of libkleopatra
SPDX-FileCopyrightText: 2021 g10 Code GmbH
SPDX-FileContributor: Ingo Klöcker <dev@ingo-kloecker.de>
SPDX-License-Identifier: GPL-2.0-or-later
*/
#pragma once
#include
"cryptoconfigmodule_p.h"
namespace
Kleo
{
class
CryptoConfigModule
;
class
ReaderPortSelection
;
/**
* A widget manager for the reader-port entry of scdaemon in the crypto config
*/
class
CryptoConfigEntryReaderPort
:
public
CryptoConfigEntryGUI
{
Q_OBJECT
public
:
CryptoConfigEntryReaderPort
(
CryptoConfigModule
*
module
,
QGpgME
::
CryptoConfigEntry
*
entry
,
const
QString
&
entryName
,
QGridLayout
*
layout
,
QWidget
*
parent
=
nullptr
);
private
:
void
doSave
()
override
;
void
doLoad
()
override
;
private
:
ReaderPortSelection
*
const
mReaderPort
=
nullptr
;
};
}
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Fri, Feb 6, 8:11 AM (6 h, 32 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
50/89/673f7da898756b597f92a33a6275
Attached To
rLIBKLEO Libkleo
Event Timeline
Log In to Comment