VerticalHeaderViewDelegate QML Type

Import Statement: import QtQuick.Controls
Since: Qt 6.10
Inherits:

TableViewDelegate

Properties

Detailed Description

The VerticalHeaderViewDelegate serves as the default delegate automatically assigned to the VerticalHeaderView's delegate property. This delegate handles rendering every header cell using the application's predefined style specifications.

VerticalHeaderViewDelegate inherits TableViewDelegate, which means that it's composed of two items: a background and a contentItem.

See also Customizing HeaderViewDelegate and VerticalHeaderView.

Property Documentation

headerView : HeaderView

This property points to the VerticalHeaderView that contains the delegate item.


orientation : Qt::Orientations

This property has the same value of the headerView's orientation.


© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.