Why can't set the tabbar's border-bottom's color to white?
Solved
General and Desktop
-
@Limer 2
the border probably comes from the content container widget or the widget inside the tab?
Don't know if it works but try:QTabWidget QWidget#qt_tabwidget_stackedwidget { border: 0; }
-
@Limer I haven‘t much experience with QTabWidget, but I know of this Qt-Blockpost http://blog.qt.io/blog/2007/06/22/styling-the-tab-widget/
From that I would guess you need the Tab sub controll ?
QTabBar::tab { border-bottom:none;}