En esta página

HorizontalHeaderViewDelegate QML Type

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

TableViewDelegate

Propiedades

Descripción detallada

Cabecera vista delegado en cabecera columna tabla

HorizontalHeaderViewDelegate es el delegado por defecto asignado automáticamente a HorizontalHeaderView's delegate property. Este delegado se encarga de renderizar cada celda de cabecera utilizando las especificaciones de estilo predefinidas de la aplicación.

HorizontalHeaderViewDelegate 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 HorizontalHeaderView.

Documentación de propiedades

headerView : HeaderView

Esta propiedad apunta al HorizontalHeaderView 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.