如何在 qt 应用程序中创建 mac 风格的选项卡?
我在我的应用程序中使用 qtabwidget 创建了选项卡。但它看起来像普通选项卡,而不是带有大图标和这些图标底部文本的 mac osx safari 首选项或 vlc 首选项或 firefox 首选项选项卡。
我怎样才能做到这一点?
I have created tabs using qtabwidget in my application. But it looks like normal tab, not as mac osx safari preferences or vlc preferences or firefox preferences tabs with large icons and the text at the bottom of those icons.
how can i do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要在 qTabBar 上 setDocumentMode 来完成这。
You need to setDocumentMode on your qTabBar to accomplish this.