Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_roundmarkerop_settings_widget.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2016 Dmitry Kazakov <dimula73@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6
7#ifndef KIS_ROUNDMARKEROP_SETTINGS_WIDGET_H_
8#define KIS_ROUNDMARKEROP_SETTINGS_WIDGET_H_
9
11
12class KisSmudgeOptionWidget;
13
15{
16 Q_OBJECT
17
18public:
19 KisRoundMarkerOpSettingsWidget(QWidget* parent = 0);
21
23
24private:
25 KisSmudgeOptionWidget *m_smudgeOptionWidget {nullptr};
26};
27
28
29
30#endif // KIS_ROUNDMARKEROP_SETTINGS_WIDGET_H_
KisPropertiesConfigurationSP configuration() const override