How to set initial QDockWidget's size?

I don’t want to use
m_pWorkspaceDockWidget->setMaximumWidth(150 );

If I use setMaximumWidth( ) then at run time user not able to resize. I want to give facilities to resize at run time by using mouse, but initially application show QDockWidget width 150 only.

Thanks & Regards