Hi,

Consider the senario....

There is a Push Button showWindow to Display a window on the Screen.
When window is shown the PushButton Lable changes to HideWindow() and when i click on it
the window is hidden again.

Now this means the window need to be nonModal... and i can not call exec().

but now window is gets hidden when i click on the parent (it is not closed just hides under the parent window - which is full screen).

Is there a way to make this window 'always on top' and still it to be non modal?

Please help.............