gpt4 book ai didi

qt - ListElement字段作为属性?

转载 作者:行者123 更新时间:2023-12-03 23:30:36 26 4
gpt4 key购买 nike

这是我的代码:

import QtQuick 1.0

ListModel {
property real firstValue: 2
property real secondValue: 3
property real thirdValue: 1
id: leftGrid
ListElement {
icon: "Images/1.png"
value: leftGrid.firstValue
}
ListElement {
icon: "2.png"
value: -1
}
ListElement {
icon: "3.png"
value: leftGrid.secondValue
}
ListElement {
icon: "4.png"
value: leftGrid.thirdValue
}
}


这给了我错误:

ListElement: cannot use script for property value


我该怎么办?

最佳答案

我也有这个问题。考虑按照您所解释的Qt版本,采用此处报告的一种解决方案:https://bugreports.qt.io/browse/QTBUG-16289

我个人更喜欢用C ++实现该模型。阅读此内容:http://cdumez.blogspot.com/2010/11/how-to-use-c-list-model-in-qml.html

关于qt - ListElement字段作为属性?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7659442/

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