I got rid of the title bar in my DockWidget by setting it to an empty widget:

Qt Code:
  1. QWidget* myTitle = new QWidget( this );
  2. myDock->setTitleBarWidget( myTitle );
To copy to clipboard, switch view to plain text mode