A widget that allows users to select a color.
More...
#include <ColorSelectWidget.h>
|
| void | colorSelected (const QColor &color) |
| | Emitted when the user selects a color.
|
| |
A widget that allows users to select a color.
This widget provides a UI for selecting a color and emits a signal when a color is chosen.
◆ ColorSelectWidget()
| ColorSelectWidget::ColorSelectWidget |
( |
QWidget * |
parent = nullptr | ) |
|
|
explicit |
◆ colorSelected
| void ColorSelectWidget::colorSelected |
( |
const QColor & |
color | ) |
|
|
signal |
Emitted when the user selects a color.
- Parameters
-
| color | The selected QColor. |
◆ processSelectedColor()
| void ColorSelectWidget::processSelectedColor |
( |
const QColor & |
color | ) |
|
|
protected |
Processes the selected color internally.
- Parameters
-
| color | The QColor to process. |
The documentation for this class was generated from the following files: