Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.6.0
-
None
-
Qt-4.6.0
Description
The following code works on Linux/Windows but doesn't have any effect on Mac.
QGraphicsColorizeEffect *graphicsColor = new QGraphicsColorizeEffect;
graphicsColor ->setColor(Qt::red);
graphicsColor->setEnabled(true);
this->setGraphicsEffect(graphicsColor);
But the examples/effects/fademessage seems to work on Mac.