5
社区成员
发帖
与我相关
我的任务
分享
sourceItem: Image{
sourceSize.height: 32
sourceSize.width: 32
source: "Img/gps_map_48px_548396_easyicon.net.png"
Rectangle{
anchors.left: parent.right
anchors.top: parent.top
width: item_text.width+10
height: item_text.height+10
border.color: "green"
Text {
id: item_text
x: 5
anchors.verticalCenter: parent.verticalCenter
text: "标识" + airModel.mapSN
color: "blue"
}
}
}
这个信息我没有办法动态修改?请问是什么原因?
看看 airModel 部分