PDA

View Full Version : How to remove or hide seperators between QDockWidget & Central Widget in QMainWindow?



prashant.patel
13th December 2013, 08:11
Hi All,

I want to remove or hide separator, which is in between Dock widgets & central widget in QMainWindow. I attached screenshot of the Qt example & marked the separator in red box.

Is there any top hide or remove it ?

9851

prashant.patel
19th December 2013, 10:41
Apply following in style sheet. It will remove separators of QMainWindow.

QMainWindow::separator { width:0px; height:0px;}