QTabBar rendering issue
-
When i set custom TabBar (or just new QTabBar) with setTabBar() for my TabWidget and set stylesheet for its pane (for example this
@QTabWidget::pane{}@
) the 1px horizontal white line is drawn on the top of the tab bar.
If either setTabBar or pane style sheet is absent there is no any white line.
If this is a bug is there workaround for it?