Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_deform_paintop_settings_widget.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2008, 2010 Lukáš Tvrdý <lukast.dev@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6
7#ifndef KIS_DEFORM_PAINTOP_SETTINGS_WIDGET_H_
8#define KIS_DEFORM_PAINTOP_SETTINGS_WIDGET_H_
9
11
12class KisDeformOption;
13class KisBrushSizeOption;
14
16{
17 Q_OBJECT
18public:
19 KisDeformPaintOpSettingsWidget(QWidget* parent = 0);
21
23};
24
25#endif
KisPropertiesConfigurationSP configuration() const override