Spotify Windows 应用程序使用哪些 GUI 库?漂亮的金属无边框外观?
我认为 Windows 中的 Spotify 看起来非常好,显然不是原生 Windows GUI。
看起来完全无边框,具有金属外观。
我想知道他们使用什么库来创建如此漂亮的应用程序?
是否有可能创建一个漂亮的跨平台应用程序(确实是 Mac 和 Windows)?
I think spotify in windows looks very nice, clearly not native windows gui.
Seems to be completely borderless with a metallic look.
I was wondering what libraries did they use to create such a nice looking app?
Is it possible to create a nice looking app cross platform (well mac and windows really)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尽管某些组件来自系统(输入文本字段、菜单栏等),但 UI 完全是内部编写的。对于 Linux,这些组件来自 QT4。 QT4 仅用于 Linux 版本。
The UI is completely written in-house although some of the components are from the system (Input text fields, Menubar, etc). For Linux these components comes from QT4. QT4 is only used on the Linux builds.
Spotify 使用 QT4 作为其 UI,以创建跨平台统一外观。
Spotify uses QT4 for it's UI to create a cross platform Unified look.