Hi all,
QApplication behaves differently on Mac and Windows. Say for example,
Qt Code:
#include <QApplication> int main(int argc, char *argv[]) { return myapp.exec(); }To copy to clipboard, switch view to plain text mode
This program runs on windows till you kill it from task manager. Where as on Macintosh it
just exits. What do we have to do to get same behaviour as windows on Macintosh?
Thanks,
Raajesh
Bookmarks