锚布局
Posted clear-love
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了锚布局相关的知识,希望对你有一定的参考价值。
锚布局
Item
id: item
anchors.fill: parent
Rectangle
id: rec
width: 150
height: 50
color: "red"
anchors.centerIn: parent
Button
anchors.top: rec.bottom
anchors.left: rec.left
anchors.right: rec.right
Button
anchors.horizontalCenter: parent.horizontalCenter
// anchors.verticalCenter: parent.verticalCenter
Button
anchors.margins: 10
anchors.fill:parent
Button
anchors.horizontalCenter: parent.horizontalCenter
anchors.horizontalCenterOffset: -10
效果图省略
以上是关于锚布局的主要内容,如果未能解决你的问题,请参考以下文章