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?

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top