Re: [PyQt] Animate text in QLabel

2012-04-04 Thread Vijayakumar
Thank you for the pointers. Its very helpful. -- View this message in context: http://python.6.n6.nabble.com/Animate-text-in-QLabel-tp4671287p4687555.html Sent from the PyQt mailing list archive at Nabble.com. ___ PyQt mailing listPyQt@riverbankcom

Re: [PyQt] Animate text in QLabel

2012-04-04 Thread JPolk
Check out Wilbert's excellent reply to a similar question I had a month or so ago.. http://python.6.n6.nabble.com/Text-quot-write-on-quot-effect-td4518350.html http://python.6.n6.nabble.com/Text-quot-write-on-quot-effect-td4518350.html -- View this message in context: http://python.6.n6.nabbl

[PyQt] Animate text in QLabel

2012-03-30 Thread Vijayakumar
Hi Folks, I'm developing an application where i would display a text (word) in the QLabel for the time chosen by the user (for example, 2 or 3 seconds). Now, my application just shows the word and after 3 seconds it disappears. Its good, but i want to make it better by animating the text. For e