^
|
|
| крепкого здоровья вот этому человеку
Все работает. Скидываю решение
C++ (Qt)
animationLine = new QPropertyAnimation(ui->lbl_activeLine, "geometry");
animationLine->setDuration(1000);
animationLine->setStartValue(QRect(-300,150,400,3));
animationLine->setEndValue(QRect(-210,150,400,3));
connect(animationLine,SIGNAL(finished()), this, SLOT(repaintStepCirle()), Qt::UniqueConnection);