PDA

View Full Version : QToolBox object



c_srikanth1984
4th August 2009, 11:32
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

setsizePolicy(QSize::Minimum,QSize::Ignore)
but i want to give my ToolBox an option of resizing. As we can resize toolbox in QtCreator.
How can I achive this property.

c_srikanth1984
8th August 2009, 05:18
Plz Tell me How to customize my QToolBox. I want to give Minimize,
Maximize, Close and Resize option to my QToolBox object.
Is this Possible?
Plz Help me
With Regards,
srikanth

Lykurg
8th August 2009, 07:14
use QToolBar and add your tool box.