PositionedItem QML Type

Attached property that contains properties to control the behaviour of Positioner with regards to the attached item. More...

Import Statement: import org.kde.union.impl

Attached Properties

Detailed Description

Attached Property Documentation

PositionedItem.positionChildren : bool

Position the children of this item, not this item itself.

This indicates the current item is merely a container for a bunch of items that should themselves be positioned. Positioner will ignore this item and instead track and position all its children.

Note that this intentionally does not have a change signal, as Positioner cannot handle this property changing dynamically. Instead, it is expected to be set once and not change during the lifetime of the item.