I am creating an application in Qt (for Windows), which has a main window and many dialogs, which are opened in modal mode. But I also need to create windows that are not affected (blocked) by the dialogs. So, is it possible to create these “never blocked windows”?
My specific application is a image processing program. The program has many tools, which are opened as modal dialogs. The images are opened in windows (which are OpenCV highgui windows). I want that the image windows are always accesible (not blocked by the dialogs).
In the old versions of Qt and OpenCV, the highgui windows were not blocked by the modal windows of Qt. But in the current versions, highgui windows are blocked.
Antonio Bocaverde is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
6