Hi, I have a main window that I initialize it at full screen. This window is child of another window. I want that this main window acts like a modal dialog window respect its parent. I've tried it setting its window modality to Qt::WindowModal or Qt::ApplicationModal but it doesn't work because when I minimize the main window, for example, I am still able to access to its parent window. Anybody knows how to make it?
Thanks.


Reply With Quote
. The main window is closed automaticaly when I set it to dialog type. I think that one of the problems comes from that a main window is always a top level window because when I close its parent window, the main window is still running. Maybe a main window can never be modal, but it's strange


Bookmarks