Qt 扩展支持吗

发布于 2024-08-16 17:04:15 字数 250 浏览 4 评论 0原文

我正在评估即将推出的项目的嵌入式 Linux GUI 工具包,并整理了一个必须具备的“功能列表”来帮助我做出决定:

  1. 图形中的颜色渐变(用于菜单标题按钮、图标等……)
  2. 绘制复杂波浪的能力带有背景网格、注释的图形。
  3. 能够在横向和纵向之间切换。

Qt Extended 似乎是一个流行的工具包,拥有广泛的用户群。谁能告诉我 Qt Extended 中是否提供上述功能?任何教程或文档的链接都很棒!

I am evaluating Embedded Linux GUI toolkits for an upcoming project and have put together a must have “feature list” to help me with the decision:

  1. Color gradients in graphics (for menu headers buttons, icons, etc…)
  2. The ability to draw complex wave graphics with say a background grid, notations.
  3. The ability to swap between to landscape and portrait orientation.

Qt Extended seems to be a popular toolkit with a wide user base. Can anyone tell me if the above features are available in Qt Extended? Any links to tutorials or documentation would be great!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

瀟灑尐姊 2024-08-23 17:04:15
  1. 是的,可以通过自定义样式样式表 或通过实现自定义小部件(取决于您想要获得的异国风情)

  2. 当然,您可以绘制任何内容。对于您想要的内容,请查看 Qwt

  3. 是的,但您可能需要在这里应用一些您自己的魔法。 屏幕驱动程序确实支持此操作,因此可以完成。此外,Qt for Symbian 端口会动态执行此操作,因此查看他们的解决方案,然后将其应用到您的场景中可能会起作用。

  1. Yes, either through a custom style, a style sheet or by implementing custom widgets (depending on how exotic you want to get)

  2. Sure, you can draw anything. For what you're after, check out Qwt.

  3. Yes, but you might have to apply some magic of your own here. The screen driver does support this, so it can be done. Also, the Qt for Symbian port does this on the fly, so looking at their solution and then applying it to your scenario might work.

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