gpt4 book ai didi

qt - 无法在 ApplicationWindow 中使用状态

转载 作者:行者123 更新时间:2023-12-04 13:21:50 26 4
gpt4 key购买 nike

让我们考虑这个代码片段:

ApplicationWindow
{
/**/
states: State {}
/**/
}

运行应用程序时,我得到
Cannot assign to non-existent property "states"

使用时
ApplicationWindow
{
/**/
Item { states: State {} }
/**/
}

没有错误。为什么我不能使用 statesApplicationWindow 内?

最佳答案

我刚刚意识到 ApplicationWindow继承Window继承QQuickWindow .仅继承自 Item 的类型有 states属性(property)。

解决方法是使用 StateGroup .

随意添加更好的解决方案;)

关于qt - 无法在 ApplicationWindow 中使用状态,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32009304/

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