Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P4: Low
-
Resolution: Fixed
-
Affects Version/s: 5.15.0
-
Fix Version/s: 5.15.2, 6.0.0 Alpha
-
Component/s: Documentation, Quick: Other
-
Labels:None
-
Platform/s:
-
Commits:fce721c9224ad83898a2ddf8c4aa40b795dc6f77
Description
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.