diff options
| author | Richard Moe Gustavsen <richard.gustavsen@qt.io> | 2024-08-20 12:40:00 +0200 |
|---|---|---|
| committer | Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> | 2024-08-21 17:40:28 +0000 |
| commit | c5c1d7736948ff4273e76651f33cadd5d631c56f (patch) | |
| tree | 6fa8c74a5c3415637b3ae9597cc5a4b1024ad56f | |
| parent | 44bcd9936c2d3709eb2496f02e481a82b3434373 (diff) | |
doc, QQuickHeaderView: syncView should point to the TableView, not the other way around
The docs suggest that the syncView for a TableView should point
to the HeaderView. But it's actually the other way around.
Task-number: QTBUG-123595
Pick-to: 6.5 6.2
Change-Id: I303ac50321aad581fd3472b3e3ff8ad93ecad701
Reviewed-by: Santhosh Kumar <santhosh.kumar.selvaraj@qt.io>
(cherry picked from commit 37d9f3d4584e9a455284336895cb4df27ca2aee8)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit b2dc306e57bb90adda7eab121e4c651610ab4be3)
| -rw-r--r-- | src/quickcontrols/doc/src/includes/qquickheaderview.qdocinc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quickcontrols/doc/src/includes/qquickheaderview.qdocinc b/src/quickcontrols/doc/src/includes/qquickheaderview.qdocinc index 5115149762..ea2bfc055b 100644 --- a/src/quickcontrols/doc/src/includes/qquickheaderview.qdocinc +++ b/src/quickcontrols/doc/src/includes/qquickheaderview.qdocinc @@ -2,8 +2,8 @@ A \1 provides a styled table header. It can either be used as an independent view or header for a \l TableView. -You can add a header for a TableView by assigning a \1 -to the \l {TableView::syncView} property. The header and the table will +You can add a header for a TableView by assigning the TableView to the +\l {TableView::syncView}{syncView} property of \1. The header and the table will then be kept in sync while flicking. By default, \1 displays |
