A control to select color properties via a ColorPicker dialog. More...
#include <ColorLabel.h>
Inherits QWidget.
Public Slots | |
| void | setColor (const AZ::Color &color) |
| Sets the color value to the one provided. | |
Signals | |
| void | colorChanged (const AZ::Color &color) |
| Triggered when the color value is changed. | |
Public Member Functions | |
| ColorLabel (QWidget *parent=nullptr) | |
| ColorLabel (const AZ::Color &color, QWidget *parent=nullptr) | |
| AZ::Color | color () const |
| void | setTextInputVisible (bool visible) |
| Sets the visibility of the LineEdit showing the hex value for the color. | |
Protected Member Functions | |
| bool | eventFilter (QObject *object, QEvent *event) override |
A control to select color properties via a ColorPicker dialog.