|
Qt Utilities 6.18.2
Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
|
The RoleEditor class is used by PaletteEditor. More...
#include <paletteeditor.h>
Signals | |
| void | changed (QWidget *widget) |
Public Member Functions | |
| RoleEditor (QWidget *parent=nullptr) | |
| void | setLabel (const QString &label) |
| void | setEdited (bool on) |
| bool | edited () const |
The RoleEditor class is used by PaletteEditor.
Definition at line 139 of file paletteeditor.h.
|
explicit |
Definition at line 493 of file paletteeditor.cpp.
|
signal |
| bool QtUtilities::RoleEditor::edited | ( | ) | const |
Definition at line 531 of file paletteeditor.cpp.
| void QtUtilities::RoleEditor::setEdited | ( | bool | on | ) |
Definition at line 521 of file paletteeditor.cpp.
| void QtUtilities::RoleEditor::setLabel | ( | const QString & | label | ) |
Definition at line 516 of file paletteeditor.cpp.