int -> qreal
This commit is contained in:
parent
15ae3901a9
commit
2a122d4e05
@ -80,7 +80,7 @@ int QskLinearBox::count() const
|
|||||||
return m_data->engine.count();
|
return m_data->engine.count();
|
||||||
}
|
}
|
||||||
|
|
||||||
int QskLinearBox::spacingAtIndex( int index ) const
|
qreal QskLinearBox::spacingAtIndex( int index ) const
|
||||||
{
|
{
|
||||||
return m_data->engine.spacerAt( index );
|
return m_data->engine.spacerAt( index );
|
||||||
}
|
}
|
||||||
|
@ -46,7 +46,7 @@ class QSK_EXPORT QskLinearBox : public QskIndexedLayoutBox
|
|||||||
int itemCount() const { return count(); }
|
int itemCount() const { return count(); }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
int spacingAtIndex( int index ) const;
|
qreal spacingAtIndex( int index ) const;
|
||||||
|
|
||||||
QQuickItem* itemAtIndex( int index ) const;
|
QQuickItem* itemAtIndex( int index ) const;
|
||||||
int indexOf( const QQuickItem* ) const;
|
int indexOf( const QQuickItem* ) const;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user