HorizontalHeaderViewDelegate QML Type
Import Statement: | import QtQuick.Controls |
Since: | Qt 6.10 |
Inherits: |
プロパティ
- headerView : HeaderView
- orientation : Qt::Orientations
詳細な説明
HorizontalHeaderViewDelegate は、HorizontalHeaderView のdelegate property に自動的に割り当てられるデフォルトのデリゲートとして機能します。このデリゲートは、アプリケーションの定義済みのスタイル仕様を使用して、すべてのヘッダー・セルのレンダリングを処理します。
HorizontalHeaderViewDelegate はTableViewDelegate を継承しており、background とcontentItem の2つのアイテムから構成されています。
HeaderViewDelegateのカスタマイズと HorizontalHeaderViewも参照してください 。
プロパティ Documentation
headerView : HeaderView |
このプロパティは、デリゲート項目を含むHorizontalHeaderView を指します。
orientation : Qt::Orientations |
このプロパティはheaderView の orientation と同じ値を持ちます。
© 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.