Hi,

I am wanting to fade out the text on a QLabel to be transparent, then change the text, and fade back to black with the new text showing. The text is coming out of a data file so I can't create myself a movie in advance so I need to do it on the fly.

I can change it instantly but thought it might look better with an effect, since I had that thought I have regretted it ever since

I am currently using Qt3 and python and am stuggling to come up with a solution. I have read some bit about Qt4 and am wondering if it may be easier with that.

Any ideas would be welcomed.

Many Thanks in advance

BigEd