title bar DockWidget
-
How can I remove the title bar of DockWidget?
-
How can I remove the title bar of DockWidget?
@vale88
what happens when you do the following?dockWidget->setTitleBarWidget(new QWidget(dockWidget)); -
@vale88
what happens when you do the following?dockWidget->setTitleBarWidget(new QWidget(dockWidget));@raven-worx said in title bar DockWidget:
dockWidget->setTitleBarWidget(new QWidget(dockWidget));
I tried this solution , but this code hides whole DockWidget and not only the title bar