Hi,
I designed my application with a toolBox on the right(from QT Designer). But now, I'd like
to change his dimension from mainForm.ui.h. I tried myToolbox->setGeometry(0,0,50,100) but the position and dimensions don't change. Is it possible to do this?
Thanks.