QskLayoutConstraint::Type as bits
This commit is contained in:
parent
20a9b3bc76
commit
4f5c919706
@ -22,10 +22,10 @@ namespace QskLayoutConstraint
|
|||||||
{
|
{
|
||||||
enum Type
|
enum Type
|
||||||
{
|
{
|
||||||
Unconstrained,
|
Unconstrained = 0,
|
||||||
|
|
||||||
WidthForHeight,
|
WidthForHeight = 1 << 0,
|
||||||
HeightForWidth
|
HeightForWidth = 1 << 1
|
||||||
};
|
};
|
||||||
|
|
||||||
QSK_EXPORT qreal heightForWidth( const QQuickItem*, qreal width );
|
QSK_EXPORT qreal heightForWidth( const QQuickItem*, qreal width );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user