Qt Utilities
5.8.1
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 120 of file paletteeditor.h.
|
explicit |
Definition at line 368 of file paletteeditor.cpp.
QBrush Dialogs::BrushEditor::brush | ( | ) | const |
Definition at line 386 of file paletteeditor.cpp.
bool Dialogs::BrushEditor::changed | ( | ) | const |
Definition at line 397 of file paletteeditor.cpp.
|
signal |
void Dialogs::BrushEditor::setBrush | ( | const QBrush & | brush | ) |
Definition at line 380 of file paletteeditor.cpp.