SplitHandle QML Type
Provides attached properties for SplitView handles. More...
Import Statement: | import QtQuick.Controls 2.15 |
Since: | Qt 5.13 |
Inherits: |
Attached Properties
Detailed Description
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.