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
Printable View
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
Check this out.
Set the layout as dialog's top level layout.
Code:
dialog->setLayout(hLayout);