Hi,
I have a MainWindow where i am placing 2 QToolBox objects on left and rightside of MainWindow and a QGraphicsView object as the central widget using QHBoxLayout. The Problem is that my two ToolBox Objects are fixed size i have use
Qt Code:
  1. setsizePolicy(QSize::Minimum,QSize::Ignore)
To copy to clipboard, switch view to plain text mode 
but i want to give my ToolBox an option of resizing. As we can resize toolbox in QtCreator.
How can I achive this property.