When you have tabbed DockWidget in the MainWindow, they are stack togheter in a QTabBar. This tabar can be accessed with findChildren<QTabBar*>(). The sylesheet of the tabbar can be changed.
The problem is that a line appears along the tabbar to delimitate the tabbar from the qdockwidgets.
How do you remove this line ?
Thanks.