SplitHandle QML Type

Provides attached properties for SplitView handles. More...

Attached Properties

Detailed Description

\inheritsQtObject \inqmlmodule QtQuick.Controls \since 5.13

SplitHandle provides attached properties for SplitView handles.

For split items themselves, use the attached SplitView properties.

See also SplitView.

Attached Property Documentation

SplitHandle.hovered : bool

This attached property holds whether the split handle is hovered.

See also pressed.


SplitHandle.pressed : bool

This attached property holds whether the split handle is pressed.

See also hovered.