QML:渲染 qml 屏幕时出现问题

发布于 2024-12-11 16:38:58 字数 294 浏览 0 评论 0原文

我在其中一个开发板上渲染 QML 屏幕时遇到问题

在某些屏幕上,我有 throbber gif 图像,我可以在其中看到屏幕的背景颜色,如此图所示。 QML 中的刷新问题

在某些屏幕上,我有通过 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.
Issue of refresh in QML

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

轻许诺言 2024-12-18 16:38:58

如果相同的代码在为另一个平台编译时没问题,我预计第一个平台有一个有错误的库。

If the same code is fine when compiled for another platform, I expect the first platform has a buggy library.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文