PDA

View Full Version : The QTimeLine finished() signal never triggered ,when the state is not running



umen
24th May 2010, 08:11
Hi
im using QTimeLine to run animation , now i like to trigger my custom function when the finished() signal is triggered
when the QTimeLinedo done its just ,but whit no lock i never getting this signal to fire
even that my : QTimeLine::State sts = timeLineFadeIn->state(); is QTimeLine::NotRunning
Any idea why ?