Messagelib

dkimmanagerkeydialog.h
1 /*
2  SPDX-FileCopyrightText: 2018-2023 Laurent Montel <[email protected]>
3 
4  SPDX-License-Identifier: LGPL-2.0-or-later
5 */
6 
7 #pragma once
8 
9 #include "messageviewer_export.h"
10 #include <QDialog>
11 
12 namespace MessageViewer
13 {
14 class DKIMManagerKeyWidget;
15 /**
16  * @brief The DKIMManagerKeyDialog class
17  * @author Laurent Montel <[email protected]>
18  */
19 class MESSAGEVIEWER_EXPORT DKIMManagerKeyDialog : public QDialog
20 {
21  Q_OBJECT
22 public:
23  explicit DKIMManagerKeyDialog(QWidget *parent = nullptr);
24  ~DKIMManagerKeyDialog() override;
25 
26 private:
27  void readConfig();
28  void writeConfig();
29  void loadKeys();
30  void slotAccept();
31  DKIMManagerKeyWidget *const mManagerWidget;
32 };
33 }
The DKIMManagerKeyDialog class.
The DKIMManagerKeyWidget class.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Mar 26 2023 04:08:11 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.