Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_cmb_contour.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2015 Boudewijn Rempt <boud@valdyas.org>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6#ifndef KIS_CMB_CONTOUR_H
7#define KIS_CMB_CONTOUR_H
8
9#include <QComboBox>
10
11class KisCmbContour : public QComboBox
12{
13 Q_OBJECT
14public:
15 explicit KisCmbContour(QWidget *parent = 0);
16
17Q_SIGNALS:
18
19public Q_SLOTS:
20
21};
22
23#endif // KIS_CMB_CONTOUR_H
KisCmbContour(QWidget *parent=0)