Hi I'm using the QMdiArea in qt4.4. What I'm doing: If a new project is created, I add a number of subwindows to a QMdiArea. And I'd like to disallow the user to close a subwindow during the runtime. The subwindows should be closed, if the hole application is closed or if a new project is created.
As I have seen in the qt-documentaion, there is no flag to apply this functionality.
How can I do this?
Thanx for your answers.