2 * SPDX-FileCopyrightText: 2011 Peter Penz <peter.penz19@gmail.com>
4 * SPDX-License-Identifier: GPL-2.0-or-later
7 #ifndef CONFIGUREPREVIEWPLUGINDIALOG_H
8 #define CONFIGUREPREVIEWPLUGINDIALOG_H
13 * @brief Dialog for configuring preview-plugins.
15 class ConfigurePreviewPluginDialog
: public QDialog
21 * @param pluginName User visible name of the plugin
22 * @param desktopEntryName The name of the plugin that is noted in the desktopentry.
23 * Is used to instantiate the plugin to get the configuration
25 * @param parent Parent widget.
27 ConfigurePreviewPluginDialog(const QString
& pluginName
,
28 const QString
& desktopEntryName
,
30 ~ConfigurePreviewPluginDialog() override
= default;