Qt Utilities 6.14.3
Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
|
The BrushEditor class is used by PaletteEditor. More...
#include <paletteeditor.h>
Signals | |
void | changed (QWidget *widget) |
Public Member Functions | |
BrushEditor (QWidget *parent=nullptr) | |
void | setBrush (const QBrush &brush) |
QBrush | brush () const |
bool | changed () const |
The BrushEditor class is used by PaletteEditor.
Definition at line 115 of file paletteeditor.h.
|
explicit |
Definition at line 459 of file paletteeditor.cpp.
QBrush QtUtilities::BrushEditor::brush | ( | ) | const |
Definition at line 477 of file paletteeditor.cpp.
bool QtUtilities::BrushEditor::changed | ( | ) | const |
Definition at line 488 of file paletteeditor.cpp.
|
signal |
void QtUtilities::BrushEditor::setBrush | ( | const QBrush & | brush | ) |
Definition at line 471 of file paletteeditor.cpp.