Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_hairy_paintop_settings_widget.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2008 Boudewijn Rempt <boud@valdyas.org>
3 * SPDX-FileCopyrightText: 2008-2010 Lukáš Tvrdý <lukast.dev@gmail.com>
4 *
5 * SPDX-License-Identifier: GPL-2.0-or-later
6 */
7
8#ifndef KIS_HAIRYPAINTOP_SETTINGS_WIDGET_H_
9#define KIS_HAIRYPAINTOP_SETTINGS_WIDGET_H_
10
12
13
15{
16 Q_OBJECT
17
18public:
19 KisHairyPaintOpSettingsWidget(QWidget* parent = 0);
21
23};
24
25#endif
26
27
28
29
30
KisPropertiesConfigurationSP configuration() const override