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 。
另请参阅 自定义 HeaderViewDelegate和VerticalHeaderView 。
属性文档
headerView : HeaderView |
该属性指向包含委托项的VerticalHeaderView 。
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.