Hi,

I've got a Qt app here that has grown quite large already. Especially the number of dialogs that the user has open simultaneously has increased drastically.
So I want to do some redesign and embed some of the dialogs into the main window. Of course, just adding a dialog to the main window's layout doesn't work. But is there another simple way to do this? I'd like to change as little code as possible...

Cheers,
fallen