I have the following problem:
I have a Qt Dialog from which i open another child Qt Dialog. Now if user clicks on some button on the child Dialog and some error occurs, i want to close the child window as well as the parent window. I am able to close the child window using Since at the time user clicks on the button, the control is in the child window so i can close the child window, but how can i close the parent window?
Bookmarks