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

Detailed Description

This will position any items added to `positionItems` based on information from the style.

Attached Property Documentation

Positioner.debug : bool

Print debugging info for this positioner.

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.layoutDirection : Qt::LayoutDirection

What direction the layout should use when performing the layout.

By default, this is Qt::LayoutDirectionAuto, which means the layout will use the layout direction of the application.

Positioner.positionItems : ItemList

A list of items that should be positioned by this positioner.