modificado el scroll autom?tico (animation framework)

This commit is contained in:
Luis Ángel San Martín
2012-11-06 19:31:17 +01:00
parent 4cee4117f8
commit bd1edd440b
2 changed files with 19 additions and 19 deletions

View File

@ -78,7 +78,8 @@ virtual void mouseReleaseEvent ( QMouseEvent * event );
bool information;
bool doublePage;
QLabel * informationLabel;
QTimer * scroller;
//QTimer * scroller;
QPropertyAnimation * verticalScroller;
int posByStep;
int nextPos;
GoToFlowWidget * goToFlow;