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