I'm running a QT app (VS2005) and have spawned a dialog from that app, but if I add a cancel button to that dialog with a reject() slot then yes, the dialog closes and returns the correct result but my whole app closes down as well.
This is annoying me and I can't find any hint as to why; any suggestions gratefully recieved