Here is my situation: I have a main window that spawns many child Qt:Tool type widgets windows that work nicely until they are covered by other applications, or the main window is minimized. Once I restore the main window or give it focus, I would like these child windows to be visible (on top) again, but instead the remain buried under windows of other applications. Is there a simple way to manage this an keep their original stacking order?