how to make dialog inside a layout
hi
i want an entire dialog(designer made),to be inside a layout(QVBox) .
i was having a mainwindow(designer made)and entire components inside the mainwindow has dumped inside QHBox.
but while maximizing the window at runtime i am getting the components only in the QHBox area
i want the components in full window.(ie)the layout containing the components should be in full window
thank you