Ok Lets say we have a main window which is derived from QMainWindow. Now when the application is running, due to some event a modeless window appears. this modeless window has a push button. Since this is modeless window user can interact with mainwindow. So far so good.
Lets say user does something on a main window ( may be pressed any button or invoked any context menu ) due to which a modal dialog appears. Now user wants to press the button on modeless window. he can not do it unless he closes the modal dialog.
I want that user should be able to press the button on modeless window, even if a modal dialog is active.
I saw the windowsflags example but i could not get what i'm looking for.
Bookmarks