Searched defs:pRightAnimation (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooserModel.cpp1420 QPropertyAnimation *pRightAnimation = new QPropertyAnimation(m_pRightRoot, "geometry", this); local
1421 connect(pRightAnimation, SIGNAL(valueChanged(const QVariant&)), this, SLOT(sltRightRootSlidingProgress()));
1425 pRightAnimation->setEasingCurve(QEasingCurve::InCubic);
1426 pRightAnimation->setDuration(500);
1427 pRightAnimation->setStartValue(startGeo);
1428 pRightAnimation->setEndValue(endGeo);
1429 pAnimation->addAnimation(pRightAnimation);

Completed in 49 milliseconds