このページでは

VerticalHeaderViewDelegate QML Type

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

TableViewDelegate

プロパティ

詳細説明

テーブルのカラム・ヘッダでのヘッダ・ビュー・デリゲート

VerticalHeaderViewDelegate は、VerticalHeaderViewdelegate property に自動的に割り当てられるデフォルトのデリゲートとして機能します。このデリゲートは、アプリケーションの定義済みのスタイル仕様を使用して、すべてのヘッダー・セルのレンダリングを処理します。

VerticalHeaderViewDelegate はTableViewDelegate を継承しており、backgroundcontentItem の2つのアイテムから構成されています。

HeaderViewDelegateおよびVerticalHeaderViewカスタマイズも参照してください

プロパティ・ドキュメント

headerView : HeaderView

このプロパティは、デリゲート項目を含むVerticalHeaderView を指す。

orientation : Qt::Orientations

このプロパティは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.