src/widgets/colorinput.cpp@f9f308c8e0c5
src/widgets/colorinput.cpp
Sun, 29 Aug 2021 20:05:24 +0300
- author
- Teemu Piippo <teemu@hecknology.net>
- date
- Sun, 29 Aug 2021 20:05:24 +0300
- changeset 124
- f9f308c8e0c5
- parent 96
-
165777a20dc7
- permissions
- -rw-r--r--
esc with draw mode now clears the polygon
#include "colorinput.h"
#include "ui_colorinput.h"
ColorInput::ColorInput(QWidget *parent) :
QWidget(parent),
ui(new Ui::ColorInput)
{
ui->setupUi(this);
}
ColorInput::~ColorInput()
{
delete ui;
}