Searched refs:pAnimation (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooserModel.cpp1401 QParallelAnimationGroup *pAnimation = new QParallelAnimationGroup(this); local
1402 connect(pAnimation, SIGNAL(finished()), this, SLOT(sltSlidingComplete()), Qt::QueuedConnection);
1415 pAnimation->addAnimation(pLeftAnimation);
1429 pAnimation->addAnimation(pRightAnimation);
1433 pAnimation->start();

Completed in 1071 milliseconds