gpt4 book ai didi

c++ - 如何从 QML 访问 QModelIndex 行

转载 作者:塔克拉玛干 更新时间:2023-11-03 01:34:37 26 4
gpt4 key购买 nike

我的 QML 代码中有这个:

TreeView {
...
onExpanded: {
console.log("onExpanded called", index)
}
}

这是调用时的输出:

QModelIndex(1,0,0x5d9f5a0,TreeModel(0x5deae90))

如何访问 QML 代码中的第一个值 (1)?

最佳答案

如果您在 QML 中有一个对象并且您不知道如何访问它的属性,您总是可以使用:Object.keys(obejectInQuestion)

至少对于 QModelIndex 您为 ListModel 获取的 getter row() 用于属性 row。因此,要访问它,请使用:myQModelIndexThingy.row 而不是 myQModelIndexThingy.row()

关于c++ - 如何从 QML 访问 QModelIndex 行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41859247/

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