设置QTabBar位置
如果我使用 QTabWidget,我可以调用 setTabPosition 将其更改为“South”,并使选项卡显示在底部。
QTabBar 有类似的行为吗? 目前在 Mac 上,左上角和右上角是圆角的,而底部不是。 我希望反转这种外观和感觉 - 顶角为方形,底角为圆形。
If I use QTabWidget i can call setTabPosition to change it to "South" and have tabs appear at the bottom.
Is there a similar behavior for QTabBar?
Currently on Mac the top left and right corners are rounded and the bottom ones are not.
I wish to invert this look and feel - the top corners to be square and the bottom ones to be rounded.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我通过使用以下方法解决了我的问题:
I resolved my problem by using: