Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.5.0
-
None
Description
Better naming suggestions welcome, but the idea is more or less:
LayoutGroup { id: col1 } LayoutGroup { id: col2 } ListView { model: 20 delegate: Row { width: parent.implicitWidth Text { text: "..." Layout.group: col1 width: col1.implicitWidth } Text { text: "............" Layout.group: col2 width: col2.implicitWidth } } }
=> A light-weight table view.
Attachments
Issue Links
- relates to
-
QTBUG-93179 Allow aligning column widths across separate GridLayouts
- Reported