All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
stack_layout_properties.h File Reference

Variables

static PropertyType
< StackLayoutConcept::LayoutDirection > 
DirectionProperty
 Direction property. More...
 
static PropertyType< bool > ReversedProperty
 Reversed property. More...
 

Variable Documentation

PropertyType<StackLayoutConcept::LayoutDirection> DirectionProperty
static

Direction property.

Defines the axis along which the stack layout arranges its items. The default value is StackLayoutConcept::DirectionX.

See also
setDirection(), getDirection()
PropertyType<bool> ReversedProperty
static

Reversed property.

Defines whether the stack layout arranges its items in reverse order. The default value is false.

See also
setReversed(), isReversed()