-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.3.0 Alpha
-
None
-
qtdeclarative/stable: 71ec1e0e059589940ca3791bd5bef75360014703
GridView flow enum is not documented correctly.
https://qt-project.org/doc/qt-5.0/qtquick/qml-qtquick2-gridview.html#flow-prop
GridView.LeftToRight (default) - Items are laid out from left to right, and the view scrolls vertically
GridView.TopToBottom - Items are laid out from top to bottom, and the view scrolls horizontally
It has to be GridView.FlowLeftToRight and GridView.FlowTopToBottom.
| For Gerrit Dashboard: QTBUG-37232 | ||||||
|---|---|---|---|---|---|---|
| # | Subject | Branch | Project | Status | CR | V |
| 79892,2 | Fix GridView flow enum docs | stable | qt/qtdeclarative | Status: MERGED | +2 | 0 |