I have a 'QGraphicsScene' scene and am trying to use
addText(const QString &text, const QFont &font = QFont())
to add some texts to the scene. It worked. But, I tried to change the text color but could NOT find a way to set the color for 'QFont'. I did not find 'font.setColor' type method.
Any suggestion?