Hi

I'm trying to find a way to delete all of the opened child windows (separate dialogs) of my mainWindow. Is this possible. I've looked at the destroy function of the QWidget base class, but it seems like this will destroy all the qwidgets of the mainWindow as well. Is there an easy way to do this? Or is it necessary to do some sort of recursive run through all the children?

Thanks
Jaco