Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_tool_multihand_config.h
Go to the documentation of this file.
1/*
2 SPDX-FileCopyrightText: 2016 Scott Petrovic <scottpetrovic@gmail.com>
3
4 SPDX-License-Identifier: GPL-2.0-or-later
5*/
6
7#ifndef KISTOOLMULTIHANDCONFIG_H
8#define KISTOOLMULTIHANDCONFIG_H
9
10#include "ui_wdgmultihandtool.h"
11
12
13class KisToolMultiHandConfigWidget : public QWidget, public Ui::WdgMultiHandTool
14{
15 Q_OBJECT
16
17public:
18 KisToolMultiHandConfigWidget(QWidget *parent=0);
20
21//Q_SIGNALS:
22
23
24//public Q_SLOTS:
25 //void cropTypeSelectableChanged();
26
27//private:
28 //KisToolCrop* m_cropTool;
29};
30
31#endif // KISTOOLMULTIHANDCONFIG_H