|
QVISH 0.1
|
A QWidget that adjusts a rgba_float_t color object. More...
#include <qVColor.hpp>
Public Member Functions | |
| void | mousePressEvent (QMouseEvent *event) override |
| qVColor (QWidget *parent, qVInputContext &theInputContext, const WeakPtr< VInputValue< rgba_float_t > > &theColor) | |
| void | updateLabel (const rgba_float_t &tmp) |
Public Attributes | |
| RefPtr< VInputValue< rgba_float_t > > | myColor |
| qVInputContext & | myInputContext |
A QWidget that adjusts a rgba_float_t color object.
It uses the standard QColorDialog for picking a color.