-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.5.0
-
None
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.
- relates to
-
QTBUG-93179 Allow aligning column widths across separate GridLayouts
-
- Reported
-