setting a default constraint value
This commit is contained in:
parent
fb3c3427bd
commit
fe2dc81d07
@ -9,6 +9,7 @@
|
|||||||
#include "QskGlobal.h"
|
#include "QskGlobal.h"
|
||||||
|
|
||||||
#include <qnamespace.h>
|
#include <qnamespace.h>
|
||||||
|
#include <qsize.h>
|
||||||
#include <limits>
|
#include <limits>
|
||||||
|
|
||||||
class QskSizePolicy;
|
class QskSizePolicy;
|
||||||
@ -48,8 +49,8 @@ namespace QskLayoutConstraint
|
|||||||
QSK_EXPORT QSizeF boundedSize( const QQuickItem*, const QSizeF& );
|
QSK_EXPORT QSizeF boundedSize( const QQuickItem*, const QSizeF& );
|
||||||
QSK_EXPORT QSizeF adjustedSize( const QQuickItem*, const QSizeF& );
|
QSK_EXPORT QSizeF adjustedSize( const QQuickItem*, const QSizeF& );
|
||||||
|
|
||||||
QSK_EXPORT QSizeF sizeHint(
|
QSK_EXPORT QSizeF sizeHint( const QQuickItem*,
|
||||||
const QQuickItem*, Qt::SizeHint, const QSizeF& constraint );
|
Qt::SizeHint, const QSizeF& constraint = QSizeF() );
|
||||||
|
|
||||||
QSK_EXPORT qreal sizeHint(
|
QSK_EXPORT qreal sizeHint(
|
||||||
const QQuickItem*, Qt::SizeHint, Qt::Orientation, qreal constraint );
|
const QQuickItem*, Qt::SizeHint, Qt::Orientation, qreal constraint );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user