HorizontalHeaderViewDelegate QML Type
Import Statement: | import QtQuick.Controls |
Since: | Qt 6.10 |
Inherits: |
Properties
- headerView : HeaderView
- orientation : Qt::Orientations
Detailed Description
The HorizontalHeaderViewDelegate serves as the default delegate automatically assigned to the HorizontalHeaderView's delegate property. This delegate handles rendering every header cell using the application's predefined style specifications.
HorizontalHeaderViewDelegate inherits TableViewDelegate, which means that it's composed of two items: a background and a contentItem.
See also Customizing HeaderViewDelegate and HorizontalHeaderView.
Property Documentation
headerView : HeaderView |
This property points to the HorizontalHeaderView that contains the delegate item.
orientation : Qt::Orientations |
This property has the same value of the headerView's orientation.