gpt4 book ai didi

c++ - QML 中的 anchors.baseline

转载 作者:太空狗 更新时间:2023-10-29 20:16:29 32 4
gpt4 key购买 nike

有些定义让我感到困惑...我发现文本的 anchors.baseline 与矩形的不同.. 为什么?基线的定义是什么?谢谢...

Item {
width: 400; height: 200

Rectangle {
y:20
id: rectangle
width: 80; height: 80
color: "red"
}

Text {
text: "Hello World!"
anchors.baseline: rectangle.baseline
anchors.left: rectangle.right
}
}

enter image description hereRectangle 的基线在上,Text 的基线在下?

最佳答案

基线对应于文本所在的假想线。对于没有文本的项目,它与顶部相同。

关于c++ - QML 中的 anchors.baseline,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9440534/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com