VerticalHeaderViewDelegate QML Type

import 語句: import QtQuick.Controls
Since: Qt 6.10
繼承:

TableViewDelegate

特性

詳細描述

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 contentItem .

另請參閱 Customizing HeaderViewDelegate and VerticalHeaderView .

特性文檔編製

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.