qt 4.5有皮肤吗?
我是第一次使用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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,您可以编写样式表来自定义应用程序的外观。 语法就像 CSS 一样,为您提供了多种可能性。 如果您只想让所有按钮都是红色,例如:
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:
是的。 这就是所谓的造型。
Yes. It's called styling.