Main window focus problem
I am opening an another window from my main window..
What I want is, when the new window is opened, my main window should be disabled(deactivate).
and the main window should be enabled only if the new window is closed.
how can i do this..
Thanks in advance..
2 replies
Make your window / dialog modal [doc.qt.nokia.com] .
You must log in to post a reply. Not a member yet? Register here!


