Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F34158020
cryptooperationsconfigwidget.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
1 KB
Subscribers
None
cryptooperationsconfigwidget.h
View Options
/*
cryptooperationsconfigwidget.h
This file is part of kleopatra, the KDE key manager
SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB
SPDX-License-Identifier: GPL-2.0-or-later
*/
#pragma once
#include
"labelledwidget.h"
#include
<QWidget>
class
QCheckBox
;
class
QComboBox
;
class
QBoxLayout
;
class
QPushButton
;
namespace
Kleo
{
class
FileOperationsPreferences
;
class
Settings
;
class
ClassifyConfig
;
namespace
Config
{
class
CryptoOperationsConfigWidget
:
public
QWidget
{
Q_OBJECT
public
:
explicit
CryptoOperationsConfigWidget
(
QWidget
*
parent
=
nullptr
,
Qt
::
WindowFlags
f
=
{});
~
CryptoOperationsConfigWidget
()
override
;
void
load
();
void
save
();
void
defaults
();
Q_SIGNALS
:
void
changed
();
private
:
void
setupGui
();
void
load
(
const
Kleo
::
FileOperationsPreferences
&
filePrefs
,
const
Kleo
::
Settings
&
settings
,
const
Kleo
::
ClassifyConfig
&
classifyConfig
);
private
:
QCheckBox
*
mPGPFileExtCB
=
nullptr
;
QCheckBox
*
mTreatP7mEmailCB
=
nullptr
;
QCheckBox
*
mAutoDecryptVerifyCB
=
nullptr
;
QCheckBox
*
mAutoExtractArchivesCB
=
nullptr
;
QCheckBox
*
mASCIIArmorCB
=
nullptr
;
QCheckBox
*
mTmpDirCB
=
nullptr
;
QCheckBox
*
mSymmetricOnlyCB
=
nullptr
;
QCheckBox
*
mPublicKeyOnlyCB
=
nullptr
;
Kleo
::
LabelledWidget
<
QComboBox
>
mChecksumDefinitionCB
;
Kleo
::
LabelledWidget
<
QComboBox
>
mArchiveDefinitionCB
;
QPushButton
*
mApplyBtn
=
nullptr
;
};
}
}
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Thu, Dec 11, 7:59 AM (3 h, 53 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
35/b9/b58cd9cd5868ec7c9b922169fcd2
Attached To
rKLEOPATRA Kleopatra
Event Timeline
Log In to Comment