import QtQuick import QtQuick.Layouts import TeroStyle ColumnLayout { anchors.fill: parent spacing: Dimensions.l ColumnLayout { Layout.fillHeight: true Layout.verticalStretchFactor: 1 spacing: Dimensions.l } RowLayout { spacing: Dimensions.l } }