In general, it is better to avoid popup windows and instead place all widgets in the module widget (and disable parts of the GUI that you want to prevent from being manipulated). If you want to use a popup window then set the application’s main window as parent to make sure it always appears above the main window.
1 Like