You are not logged in.

1

Monday, May 30th 2011, 12:29pm

QDockWidget tab stylesheet question

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.