PDA

View Full Version : Animated text with QPainter



onurozcelik
1st June 2010, 11:00
Is it possible to draw an animated text with QPainter?
I only want to change color of text periodically.
If possible how to achieve?

tbscope
1st June 2010, 11:04
Yes, using a timer.

If you only want to display colored text, you can just subclass a QLabel, add a timer and update the textcolor