Solved: Maemo 5: Can only draw white text
- QFont font;
- font.setPointSize(60);
- painter->setBrush(brush);
- painter->setFont(font);
- painter->drawText(10,130,tr("test"));
This code draws only white text on Maemo and only black text on windows..
How can I cange the text color ? Is setBrush the wrong approach?
3 replies
You must log in to post a reply. Not a member yet? Register here!


