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

/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooserModel.cpp1406 QPropertyAnimation *pLeftAnimation = new QPropertyAnimation(m_pLeftRoot, "geometry", this); local
1407 connect(pLeftAnimation, SIGNAL(valueChanged(const QVariant&)), this, SLOT(sltLeftRootSlidingProgress()));
1411 pLeftAnimation->setEasingCurve(QEasingCurve::InCubic);
1412 pLeftAnimation->setDuration(500);
1413 pLeftAnimation->setStartValue(startGeo);
1414 pLeftAnimation->setEndValue(endGeo);
1415 pAnimation->addAnimation(pLeftAnimation);

Completed in 50 milliseconds