1#ifndef QECOLORSELECTOR_HPP
2#define QECOLORSELECTOR_HPP
55 void SetColor(
const QColor &newColor);
QColor GetColor() const
Get the currently selected color.
Definition QeColorSelector.cpp:21
QeColorSelector(QWidget *parent=nullptr)
Construct a QeColorSelector widget.
Definition QeColorSelector.cpp:11
void ResetColor()
Reset the color to its default value.
Definition QeColorSelector.cpp:43
void SelectNewColor()
Open the color dialog to let the user select a new color.
Definition QeColorSelector.cpp:48
QColor color
The currently selected color.
Definition QeColorSelector.hpp:25
void SetColor(const QColor &newColor)
Set the color programmatically.
Definition QeColorSelector.cpp:26
void ColorChanged(QColor newColor)
Emitted when the color changes.