digiKam
Loading...
Searching...
No Matches
dpluginconfvieweditor.h
Go to the documentation of this file.
1/* ============================================================
2 *
3 * This file is a part of digiKam project
4 * https://www.digikam.org
5 *
6 * Date : 2018-12-31
7 * Description : configuration view for external editor plugin
8 *
9 * SPDX-FileCopyrightText: 2018-2024 by Gilles Caulier <caulier dot gilles at gmail dot com>
10 *
11 * SPDX-License-Identifier: GPL-2.0-or-later
12 *
13 * ============================================================ */
14
15#pragma once
16
17// Qt includes
18
19#include <QString>
20
21// Local includes
22
23#include "dpluginconfview.h"
24#include "digikam_export.h"
25
26namespace Digikam
27{
28
29class DIGIKAM_EXPORT DPluginConfViewEditor : public DPluginConfView
30{
31 Q_OBJECT
32
33public:
34
35 explicit DPluginConfViewEditor(QWidget* const parent = nullptr);
36 ~DPluginConfViewEditor() override = default;
37
38 void loadPlugins() override;
39};
40
41} // namespace Digikam
Definition dpluginconfvieweditor.h:30
~DPluginConfViewEditor() override=default
Definition dpluginconfview.h:33
Definition datefolderview.cpp:34