Positioner QML Type
An attached property type that can be used to position various objects inside another object. More...
Import Statement: | import org.kde.union.impl |
Attached Properties
- implicitHeight : real
- implicitWidth : real
- padding : Sizes
- positionItems : ItemList
Detailed Description
This will position any items added to `positionItems` based on information from the style.
Attached Property Documentation
Positioner.implicitHeight : real |
The implicit height, as calculated by the internal layout.
Positioner.implicitWidth : real |
The implicit width, as calculated by the internal layout.
Positioner.padding : Sizes |
Padding as calculated by the internal layout.
Note that this includes the space that is reserved by the style for the start and end buckets that are relative to the item container. When these values are used as a Control's padding, this ensures any reserved space is also excluded from the content item, making it easier to override the content item without needing to specify Positioner related properties.
Positioner.positionItems : ItemList |
A list of items that should be positioned by this positioner.