void colorChanged(QColor color)
The color has been changed.
ColorBox(QColor color, QWidget *parent=nullptr)
Initializes the widget.
Definition colorbox.cpp:35
const QColor getColor()
Get the current color.
Definition colorbox.cpp:45
~ColorBox() override
Cleans up the widget.
Definition colorbox.cpp:41
void waitForColor()
Wait for the color dialog and apply chosen color.
Definition colorbox.cpp:57
void setColor(QColor color)
Sets the color.
Definition colorbox.cpp:49
QColor color
Definition colorbox.h:23