Error in the documentation.
-
On the page https://doc.qt.io/qt-5/qml-qtquick-tableview.html I found an error.
columns : int
This property holds the number of rows in the table.Should be replaced with ...
This property holds the number of columns in the table. -
Hi @Compozitor
this is something you should open a ticket over at
https://bugreports.qt.io/secure/Dashboard.jspaor submit your own patch ;)
This is a user forum, the chances that anyone will take it up on him/herself to fix that are slim to none 🤷♂️
-
@J-Hilk
OK -
@Compozitor said in Error in the documentation.:
On the page https://doc.qt.io/qt-5/qml-qtquick-tableview.html I found an error.
columns : int
This property holds the number of rows in the table.Should be replaced with ...
This property holds the number of columns in the table.Thanks for reporting the error. Here's a patch to fix it (along with other typos): https://codereview.qt-project.org/c/qt/qtdeclarative/+/312031
Like @J-Hilk said though, it's better to report problems in the bug reports tracker because forum posts might get lost.