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 ?