header reorganized
This commit is contained in:
parent
0ef91c060f
commit
41549a4392
@ -57,7 +57,6 @@ class QSK_EXPORT QskQuickItem : public QQuickItem
|
||||
|
||||
bool hasChildItems() const;
|
||||
|
||||
QRectF geometry() const;
|
||||
QRectF rect() const;
|
||||
#if QT_VERSION < QT_VERSION_CHECK( 5, 10, 0 )
|
||||
QSizeF size() const;
|
||||
@ -65,6 +64,7 @@ class QSK_EXPORT QskQuickItem : public QQuickItem
|
||||
QSizeF implicitSize() const;
|
||||
|
||||
void setGeometry( qreal x, qreal y, qreal width, qreal height );
|
||||
QRectF geometry() const;
|
||||
|
||||
void setPolishOnResize( bool );
|
||||
bool polishOnResize() const;
|
||||
|
Loading…
x
Reference in New Issue
Block a user