The QTimeLine finished() signal never triggered ,when the state is not running

Posted by user63898 on Stack Overflow See other posts from Stack Overflow or by user63898
Published on 2010-05-24T07:12:38Z Indexed on 2010/05/24 7:21 UTC
Read the original article Hit count: 246

Filed under:
|

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 ?

© Stack Overflow or respective owner

Related posts about c++

Related posts about qt