2012/12/19, Martin DeMello <
martin...@gmail.com>:
> I'm trying to define a brush via [...]
> but the alpha value doesn't seem to be making any difference. Also the
> commented out line where I'm trying to see if the color has an alpha
> value fails
You just discovered a shortcoming of QColor, which is a "primitive" in
EQL (see eql -qgui).
But this can be resolved: I will make a (backwards compatible) change
to QColor, allowing both a string (as it is now) and a QColor
QT-OBJECT where a QColor is expected.
So QColor will then be both a primitive and a real object, depending
on your choice.
Stay tuned...
Paul