1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-25 02:09:48 +01:00

* AnimatedWidget emits a signal when the sliding animation is done.

This commit is contained in:
Christian Muehlhaeuser 2012-06-01 07:46:28 +02:00
parent 6695372639
commit 83e073fc7c
2 changed files with 4 additions and 0 deletions

View File

@ -277,6 +277,8 @@ AnimatedWidget::onAnimationFinished()
{
setFixedHeight( hiddenSize().height() );
}
emit animationFinished();
}

View File

@ -104,6 +104,8 @@ public slots:
signals:
void showWidget();
void hideWidget();
void animationFinished();
void resizeBy( const QPoint& delta );
void sizeChanged( const QSize& size );