mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 06:07:37 +02:00
* AnimatedWidget emits a signal when the sliding animation is done.
This commit is contained in:
@@ -277,6 +277,8 @@ AnimatedWidget::onAnimationFinished()
|
|||||||
{
|
{
|
||||||
setFixedHeight( hiddenSize().height() );
|
setFixedHeight( hiddenSize().height() );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
emit animationFinished();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@@ -105,6 +105,8 @@ signals:
|
|||||||
void showWidget();
|
void showWidget();
|
||||||
void hideWidget();
|
void hideWidget();
|
||||||
|
|
||||||
|
void animationFinished();
|
||||||
|
|
||||||
void resizeBy( const QPoint& delta );
|
void resizeBy( const QPoint& delta );
|
||||||
void sizeChanged( const QSize& size );
|
void sizeChanged( const QSize& size );
|
||||||
void sizeHintChanged( const QSize& size );
|
void sizeHintChanged( const QSize& size );
|
||||||
|
Reference in New Issue
Block a user