Question

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?

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top