QtabBar 文本和图标
您好,我想在 QtabBar 小部件中选项卡栏的每个选项卡中的图标下方放置图标和文本。默认情况下,文本和图标设置为彼此相邻,我想将一个显示在另一个下方。我们怎样才能做到呢?
hi i would like to place icon and an text below the icon in each tab of an tabbar in QtabBar widget. by default the text and icon are set next to each other i would like to display one below the other . how can we do it .
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
似乎只有一种方法可以更改图标位置 - 重新实现 QTabBar 的paintEvent。
这样的代码可能会有所帮助:
There seems to be only one way to change icon placement - reimplement QTabBar's paintEvent.
Code like this may help: