Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我使用 QTabWidget,我可以调用 setTabPosition 将其更改为“South”,并在底部显示选项卡。
QTabBar 有类似的行为吗?目前在 Mac 上,左上角和右上角是圆角的,而底部不是圆角的。我希望颠倒这种外观和感觉——顶角是方形的,底角是圆形的。
我通过使用解决了我的问题:
this->myTabBar->setShape(QTabBar::RoundedSouth);