How should I quit a Qt Program, e.g when loading a data file, and discovered file corruption, and user need to quit this app or re-initiate data file?
Should I:
If you're using Qt Jambi, this should work:
QApplication.closeAllWindows();