-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
6.10.0 Beta1
-
5e13f0899 (dev), de2e42bb9 (6.10)
RowLayout, ColumnLayout, GridLayout, and StackLayout are documented to inherit Item:
- https://doc-snapshots.qt.io/qt6-6.10/qml-qtquick-layouts-columnlayout.html
- https://doc-snapshots.qt.io/qt6-6.10/qml-qtquick-layouts-rowlayout.html
- https://doc-snapshots.qt.io/qt6-6.10/qml-qtquick-layouts-gridlayout.html
- https://doc-snapshots.qt.io/qt6-6.10/qml-qtquick-layouts-stacklayout.html
However, the new FlexBoxLayout is documented to inherit Layout:
Which is correct? (Internally, all of these classes inherit QQuickLayout)
For Gerrit Dashboard: QTBUG-138001 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
665203,2 | Doc: Update FlexboxLayout with supported Layout attached properties | dev | qt/qtdeclarative | Status: MERGED | +2 | 0 |
669877,2 | Doc: Update FlexboxLayout with supported Layout attached properties | 6.10 | qt/qtdeclarative | Status: MERGED | +2 | 0 |