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 [attached]

Print debugging info for this positioner.

Positioner.implicitHeight : real [attached]

The implicit height, as calculated by the internal layout.

Positioner.implicitWidth : real [attached]

The implicit width, as calculated by the internal layout.

Positioner.layoutDirection : Qt::LayoutDirection [attached]

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 [attached]

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