Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F37954705
kleoconfigmodule.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
449 B
Subscribers
None
kleoconfigmodule.h
View Options
// SPDX-FileCopyrightText: 2024 g10 Code GmbH
// SPDX-FileContributor: Tobias Fella <tobias.fella@gnupg.com>
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#include
<QWidget>
namespace
Kleo
{
namespace
Config
{
class
KleoConfigModule
:
public
QWidget
{
Q_OBJECT
public
:
using
QWidget
::
QWidget
;
virtual
void
save
()
=
0
;
virtual
void
load
()
=
0
;
virtual
void
defaults
()
=
0
;
Q_SIGNALS
:
void
changed
();
};
}
}
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Thu, Mar 19, 6:01 PM (2 h, 14 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
fc/0c/9899680534b1f8258b74d313a04c
Attached To
rKLEOPATRA Kleopatra
Event Timeline
Log In to Comment