Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F37954691
groupsconfigdialog.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
534 B
Subscribers
None
groupsconfigdialog.h
View Options
/*
conf/groupsconfigdialog.h
This file is part of Kleopatra, the KDE keymanager
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
<QDialog>
#include
<memory>
class
GroupsConfigDialog
:
public
QDialog
{
Q_OBJECT
public
:
explicit
GroupsConfigDialog
(
QWidget
*
parent
=
nullptr
);
~
GroupsConfigDialog
()
override
;
private
:
class
Private
;
const
std
::
unique_ptr
<
Private
>
d
;
};
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Thu, Mar 19, 6:01 PM (15 h, 32 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
68/cd/33e911c8d5d8979ba9fb0bd3bfb5
Attached To
rKLEOPATRA Kleopatra
Event Timeline
Log In to Comment