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?

link|improve this question

79% accept rate
feedback

1 Answer

up vote 0 down vote accepted

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.