Hi,
I'm trying to find the top-level widget on a non-active window. But I do not want to use QApplication::topLevelAt() method. I have a main window and several child widget's of main window's central widget. Is it possible to distinguish whether one of the child widget is on top of other childs?
Sami