src/widgets/colorinput.cpp@24590af32ad6
src/widgets/colorinput.cpp
Sat, 05 Mar 2022 16:57:28 +0200
- author
- Teemu Piippo <teemu@hecknology.net>
- date
- Sat, 05 Mar 2022 16:57:28 +0200
- changeset 168
- 24590af32ad6
- parent 96
-
165777a20dc7
- permissions
- -rw-r--r--
Draw tool now renders the winding of the new 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;
}