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