aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Moe Gustavsen <richard.gustavsen@qt.io>2022-04-04 14:41:49 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-04-06 03:02:38 +0000
commit5484abc42430dd12a08aa2ba318ff49558a04591 (patch)
treec46a960c709807d047973ae12e3ac8f5ccd4d039
parent66a7e2ae624a2bb5eecd482f9711305fe9e4c285 (diff)
QQuickTableView, doc: fixup some documentation errors
Change-Id: I7e7e2444216282b1b3b81489c3ef3de5901e4d53 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io> (cherry picked from commit 4c3346d205743d509cbb17437046c6b0aa319a00) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/quick/items/qquicktableview.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/quick/items/qquicktableview.cpp b/src/quick/items/qquicktableview.cpp
index f1c20563d2..52d94ee696 100644
--- a/src/quick/items/qquicktableview.cpp
+++ b/src/quick/items/qquicktableview.cpp
@@ -584,8 +584,8 @@
there is no setter function. This getter function is mostly
useful if the TableView doesn't have a columnWidthProvider set, since
otherwise you can call that function instead (which will work, even
- for columns that are not currently visible.
- If no columnWidthProvider is set, the height of a row will be
+ for columns that are not currently visible).
+ If no columnWidthProvider is set, the width of a column will be
equal to its \l implicitColumnWidth().
\sa columnWidthProvider, implicitColumnWidth(), isColumnLoaded(), {Row heights and column widths}
@@ -603,7 +603,7 @@
there is no setter function. This getter function is mostly
useful if the TableView doesn't have a rowHeightProvider set, since
otherwise you can call that function instead (which will work, even
- for rows that are not currently visible.
+ for rows that are not currently visible).
If no rowHeightProvider is set, the height of a row will be
equal to its \l implicitRowHeight().