VerticalHeaderViewDelegate QML Type
| Import Statement: | import QtQuick.Controls |
| Since: | Qt 6.10 |
| Inherits: |
Propiedades
- headerView : HeaderView
- orientation : Qt::Orientations
Descripción detallada

VerticalHeaderViewDelegate es el delegado por defecto asignado automáticamente a VerticalHeaderView's delegate property. Este delegado se encarga de renderizar cada celda de cabecera utilizando las especificaciones de estilo predefinidas de la aplicación.
VerticalHeaderViewDelegate hereda de TableViewDelegate, lo que significa que está compuesto por dos elementos: un background y un contentItem.
Véase también Personalización de HeaderViewDelegate y VerticalHeaderView.
Documentación de propiedades
headerView : HeaderView
Esta propiedad apunta al VerticalHeaderView que contiene el elemento delegado.
orientation : Qt::Orientations
Esta propiedad tiene el mismo valor que la orientación de headerView.
© 2026 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.