<div class="gmail_quote">
<div>Hi,</div>
<div>&nbsp;</div>
<div>I&#39;m trying to resize a DockWidget after the application has started. I have tried all of the functions that I thought would resize it:</div>
<div>&nbsp;</div>
<div>
<div>self.ui.dockWidget.setGeometry(x,y,w,h)</div></div>
<div>self.ui.dockWidget.resize(w,h)</div>
<div>
<div>&nbsp;</div>
<div>I tried with QSize and QGeometry as well. I also tried using the adjustSize() and a couple of others to see if it changed. I tried to call show() after to see if it would help, but nothing seems to work. </div>
<div>&nbsp;</div>
<div>It flickers momentarily at the new size and pops back, so it looks like it&#39;s being properly resizes and then something resets it back to the original size. Is this the correct way to resize the dock widget, and what is causing it to immediately change again?</div>

<div>&nbsp;</div>
<div>Thanks,</div>
<div>Marc</div></div></div><br>