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);