PDA

View Full Version : Resizing a Layout



vvbkumar
21st June 2006, 08:46
i have created a dialog with some items and put them in horizontal Layout.
can we resize the layout dynamically if so how

pl help me out

thanks in advance

munna
21st June 2006, 09:02
Check this (http://www.qtcentre.org/forum/f-qt-programming-2/t-dynamic-layout-2129.html) out.

jpn
21st June 2006, 09:02
Set the layout as dialog's top level layout.

dialog->setLayout(hLayout);