HorizontalHeaderViewDelegate QML Type

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

TableViewDelegate

속성

상세 설명

수평 헤더 뷰 델리게이트는 HorizontalHeaderViewdelegate property 에 자동으로 할당된 기본 델리게이트 역할을 합니다. 이 델리게이트는 애플리케이션의 사전 정의된 스타일 사양을 사용하여 모든 헤더 셀 렌더링을 처리합니다.

HorizontalHeaderViewDelegate는 TableViewDelegate 을 상속하므로 backgroundcontentItem 의 두 항목으로 구성됩니다.

HeaderViewDelegate 사용자 정의HorizontalHeaderView참조하십시오 .

프로퍼티 문서

headerView : HeaderView

이 속성은 델리게이트 항목이 포함된 HorizontalHeaderView 을 가리킵니다.


orientation : Qt::Orientations

이 속성은 headerView 의 방향과 동일한 값을 갖습니다.


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