|
|
Hello
How can I set a widget's layout width Qt Designer, in order to make my
dialog resizable ?
I mean, how can I setup this :
QDialog* dlg = new QDialog(); // dialog being edited
QHBoxLayout* layout = new QHBoxLayout(); // layout
dlg->setLayout(layout); // what property do i have to set in designer ?
Thanks for your answers
Kwakanar
--
To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
"unsubscribe" in the subject or the body.
List archive and information: http://lists.trolltech.com/qt-interest/
|
|