![]() |
NorMIT-nav
16.5
An IGT application
|
Convenience button for chosing color. Will open a color select dialog, and color the button itself in the selected color. More...
#include <cxColorSelectButton.h>
Signals | |
| void | colorChanged (QColor) |
Public Member Functions | |
| ColorSelectButton (QString caption, QColor color=Qt::white, QWidget *parent=NULL) | |
| void | setColor (QColor color) |
Convenience button for chosing color. Will open a color select dialog, and color the button itself in the selected color.
Definition at line 50 of file cxColorSelectButton.h.
| cx::ColorSelectButton::ColorSelectButton | ( | QString | caption, |
| QColor | color = Qt::white, |
||
| QWidget * | parent = NULL |
||
| ) |
Definition at line 39 of file cxColorSelectButton.cpp.
|
signal |
| void cx::ColorSelectButton::setColor | ( | QColor | color | ) |
Definition at line 48 of file cxColorSelectButton.cpp.