File indexing completed on 2024-09-22 04:08:51

0001 /*
0002     SPDX-FileCopyrightText: 2016 Scott Petrovic <scottpetrovic@gmail.com>
0003 
0004     SPDX-License-Identifier: GPL-2.0-or-later
0005 */
0006 
0007 #ifndef KISTOOLMULTIHANDCONFIG_H
0008 #define KISTOOLMULTIHANDCONFIG_H
0009 
0010 #include "ui_wdgmultihandtool.h"
0011 
0012 
0013 class KisToolMultiHandConfigWidget : public QWidget, public Ui::WdgMultiHandTool
0014 {
0015     Q_OBJECT
0016 
0017 public:
0018     KisToolMultiHandConfigWidget(QWidget *parent=0);
0019     ~KisToolMultiHandConfigWidget() override;
0020 
0021 //Q_SIGNALS:
0022 
0023 
0024 //public Q_SLOTS:
0025     //void cropTypeSelectableChanged();
0026 
0027 //private:
0028     //KisToolCrop* m_cropTool;
0029 };
0030 
0031 #endif // KISTOOLMULTIHANDCONFIG_H