m { } contentItem: Row { spacing: control.spacing Repeater { model: control.contentModel } } background: Rectangle { implicitHeight: 20 color: control.palette.window Rectangle { y: parent.height - height width: parent.width height: 1 color: Fusion.mergedColors(Qt.darker(control.palette.window, 1.2), Qt.lighter(Fusion.outline(control.palette), 1.4), 60) } } }