QML:渲染 qml 屏幕时出现问题
我在其中一个开发板上渲染 QML 屏幕时遇到问题
在某些屏幕上,我有 throbber gif 图像,我可以在其中看到屏幕的背景颜色,如此图所示。
在某些屏幕上,我有通过 JavaScript 更新的列表视图,但它没有生效,因为我我无法在列表视图元素中看到更新的图像/文本。
这是与刷新屏幕相关的某种问题吗?
当在 IX86 上使用 QML 编译时,相同的代码在 Ix86 上运行良好。
I am facing problem while rendering QML screen on one of the development boards
On some of the screens I have throbber gif image where I can see the background color of the screen as shown in this image.
on some screen I have list view which I am updating through JavaScript, which is not taking effect as I am not able to see the updated image/text in the list view elements.
Is this some kind of issue related to refreshing screen .
The same code runs fine on Ix86 when compiled with QML on IX86.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果相同的代码在为另一个平台编译时没问题,我预计第一个平台有一个有错误的库。
If the same code is fine when compiled for another platform, I expect the first platform has a buggy library.