qt 4.5有皮肤吗?

发布于 2024-07-15 12:10:48 字数 156 浏览 11 评论 0原文

我是第一次使用qt 4.5进行开发。 我正在开发一个将在 Windows XP/Vista 上运行的桌面应用程序。

客户希望有一个可以组装软件电话或类似东西的皮肤。

qt 有没有自带换肤引擎? 可以使用qt创建皮肤吗?

非常感谢,

I am developing for the first time using qt 4.5. I am developing a desktop app that will run on windows xp/vista.

The client would like to have a skin that assemblies a softphone, or something similar.

Does qt come with any skinning engine? Is it possible to create skins using qt?

Many thanks,

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

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

发布评论

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

评论(2

寂寞陪衬 2024-07-22 12:10:48

是的,您可以编写样式表来自定义应用程序的外观。 语法就像 CSS 一样,为您提供了多种可能性。 如果您只想让所有按钮都是红色,例如:

QPushButton {
  color: red;
}

Yes, you can write style sheets to customize the look of your application. The syntax is like CSS and gives you many possibilities. If you just want all your buttons to be red, for example:

QPushButton {
  color: red;
}
尽揽少女心 2024-07-22 12:10:48

是的。 这就是所谓的造型。

Yes. It's called styling.

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