Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F22067701
cryptooperationsconfigpage.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
802 B
Subscribers
None
cryptooperationsconfigpage.h
View Options
/* -*- mode: c++; c-basic-offset:4 -*-
conf/cryptooperationsconfigpage.h
This file is part of Kleopatra, the KDE keymanager
SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB
SPDX-License-Identifier: GPL-2.0-or-later
*/
#pragma once
#include
<KCModule>
namespace
Kleo
{
namespace
Config
{
class
CryptoOperationsConfigWidget
;
/**
* "Crypto Operations" configuration page for kleopatra's configuration dialog
*/
class
CryptoOperationsConfigurationPage
:
public
KCModule
{
Q_OBJECT
public
:
explicit
CryptoOperationsConfigurationPage
(
QWidget
*
parent
=
nullptr
,
const
QVariantList
&
args
=
QVariantList
());
public
Q_SLOTS
:
void
load
()
override
;
void
save
()
override
;
void
defaults
()
override
;
private
:
CryptoOperationsConfigWidget
*
mWidget
;
};
}
}
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Tue, Apr 22, 3:56 AM (23 h, 4 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
2d/1a/9baf5a2381a9716e0959928d9e30
Attached To
rKLEOPATRA Kleopatra
Event Timeline
Log In to Comment