0

My application has a horizontal top logo that is stretched through all the main window. When I add a QDockWidget it shrinks logo. I want it to be docked under the logo frame. How do I do it?

Alexey Kukanov
  • 12,479
  • 2
  • 36
  • 55
Dmitriy
  • 5,357
  • 8
  • 45
  • 57

1 Answers1

1

Put your logo widget into a QToolBar. QToolBar takes the top side of the window, thus QDockWidget is situaded under it.

Dmitriy
  • 5,357
  • 8
  • 45
  • 57