src/widgets/colorinput.h@9727e545b0bc
src/widgets/colorinput.h
Sun, 03 Jul 2022 13:44:11 +0300
- author
- Teemu Piippo <teemu.s.piippo@gmail.com>
- date
- Sun, 03 Jul 2022 13:44:11 +0300
- changeset 319
- 9727e545b0bc
- parent 96
-
165777a20dc7
- permissions
- -rw-r--r--
Extract the triangulation and triangle merging code into a new source file and clean it up somewhat
#ifndef COLORINPUT_H
#define COLORINPUT_H
#include <QWidget>
namespace Ui {
class ColorInput;
}
class ColorInput : public QWidget
{
Q_OBJECT
public:
explicit ColorInput(QWidget *parent = nullptr);
~ColorInput();
private:
Ui::ColorInput *ui;
};
#endif // COLORINPUT_H