I have a main dialog which invokes another dialog (using .exec()) to get the user to enter a string when the close button is pressed I want to pass that string back to the main dialog. How do I do this? I tried emiting a signal but this crashes the application.
Bookmarks