missing signal added
This commit is contained in:
parent
58a942bb2d
commit
d3e9c1f010
@ -251,6 +251,7 @@ void QskScrollView::setScrollableSize( const QSizeF& size )
|
|||||||
if ( boundedSize != m_data->scrollableSize )
|
if ( boundedSize != m_data->scrollableSize )
|
||||||
{
|
{
|
||||||
m_data->scrollableSize = boundedSize;
|
m_data->scrollableSize = boundedSize;
|
||||||
|
Q_EMIT scrollableSizeChanged( m_data->scrollableSize );
|
||||||
|
|
||||||
setScrollPos( m_data->scrollPos ); // scroll pos might need to be re-bounded
|
setScrollPos( m_data->scrollPos ); // scroll pos might need to be re-bounded
|
||||||
|
|
||||||
|
@ -60,6 +60,7 @@ class QSK_EXPORT QskScrollView : public QskControl
|
|||||||
Q_SIGNALS:
|
Q_SIGNALS:
|
||||||
void scrolledTo( const QPointF& );
|
void scrolledTo( const QPointF& );
|
||||||
void scrollPosChanged();
|
void scrollPosChanged();
|
||||||
|
void scrollableSizeChanged( const QSizeF& );
|
||||||
|
|
||||||
void verticalScrollBarPolicyChanged();
|
void verticalScrollBarPolicyChanged();
|
||||||
void horizontalScrollBarPolicyChanged();
|
void horizontalScrollBarPolicyChanged();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user