PyQT - 设置 QTabWidget 的文本颜色
有没有办法设置 QTabWidget 中某个选项卡的文本颜色? QTabBar 似乎有一个方法来设置选项卡文本颜色,但我没有看到 QTabWidget。
Is there any way to set the text color of a certain tab that's part of a QTabWidget? QTabBar seems to have a method to set the tab text color, but I do not see a similar method for QTabWidget.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
选项卡文本颜色可以通过选项卡小部件的 tabBar 设置方法:
The tab text color can be set via the tab-widget's tabBar method: