btn[0]->setGeometry(150,260,150,35);
...
setFixedSize(400, 400);
btn[0]->setGeometry(150,260,150,35);
...
setFixedSize(400, 400);
This doesn't help me...it keeps resizing layout.
Put the other stuff into your layout(s) and adjust the size policies, stretch factors and maximum sizes of the widgets to do sane things with extra space.
U mean,to put the rests widgets to vl1?
Yes, if that is the logical place for them. If not then you might need to nest your existing layout set into another horizontal box layout with more widgets to the right or left of the "grid" you have already.
Ok,I did the 2nd.
Thanks
Bookmarks