首页 > 其他 > 详细

QML QQuickText: Detected anchors on an item that is managed by a layout. This is undefined behavior;

时间:2019-02-28 12:49:13      阅读:664      评论:0      收藏:0      [点我收藏+]

Qt5.9.1迁移到Qt5.12.1上,一堆:QML QQuickText: Detected anchors on an item that is managed by a layout. This is undefined behavior;

修改方法:

anchors.top: parent.top ===》》》》》Layout.alignment: Qt.AlignTop
anchors.topMargin: 5    ===》》》》》Layout.topMargin: 5

QML QQuickText: Detected anchors on an item that is managed by a layout. This is undefined behavior;

原文:https://www.cnblogs.com/blueridge/p/10449258.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!