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?
Asked
Active
Viewed 157 times
1 Answers
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