SplitHandle QML Type

Provides attached properties for SplitView 句柄。 更多...

导入语句: import QtQuick.Controls 2.15
Since: Qt 5.13
继承:

QtObject

附加特性

详细描述

SplitHandle provides attached properties for SplitView 句柄。

For split items themselves, use the attached SplitView 特性。

另请参阅 SplitView .

附加特性文档编制

SplitHandle.hovered : bool

This attached property holds whether the split handle is hovered.

另请参阅 pressed .


SplitHandle.pressed : bool

This attached property holds whether the split handle is pressed.

另请参阅 hovered .