Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_sketch_paintop_settings_widget.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2010 Lukáš Tvrdý <lukast.dev@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6
7#ifndef KIS_SKETCHPAINTOP_SETTINGS_WIDGET_H_
8#define KIS_SKETCHPAINTOP_SETTINGS_WIDGET_H_
9
12
13#include "ui_wdgsketchoptions.h"
14
15class KisPaintActionTypeOption;
16class KisSketchOpOption;
17
19{
20 Q_OBJECT
21
22public:
23 KisSketchPaintOpSettingsWidget(QWidget* parent = 0);
25
27};
28
29#endif
KisPropertiesConfigurationSP configuration() const override