Thank Jens
RowLayout works fine after I set implicitWidth and implicitHeight
Component {
id: rect
Rectangle {
implicitWidth: parent.height
implicitHeight: parent.height
}
}
↧