pragma ComponentBehavior: Bound import Weave.Controls import Weave.Templates as T T.TableViewRow { id: rowId T.TableLayout.leftMargin: 0 T.TableLayout.rightMargin: 0 minimumRowHeight: Theme.component.table.cell.height detailItem: T.DetailItemLoader { id: detailId delegateItem: rowId leftMargin: Theme.component.table.detailPanel.paddingLeft rightMargin: Theme.component.table.detailPanel.paddingRight topMargin: Theme.component.table.detailPanel.paddingTop bottomMargin: Theme.component.table.detailPanel.paddingBottom T.TableLayout.horizontalFillMode: T.TableLayout.Preferred T.BackgroundItemLoader { id: detailItem width: detailId.width height: detailId.height delegateItem: rowId } } }