Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.10.0 Beta1
Description
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)