If you want to use QtGui, then you have to instantiate QApplication object, QCoreApplication is not enough to use message windows, change this
toQt Code:
#include <QtCore/QCoreApplication> ...To copy to clipboard, switch view to plain text mode
Qt Code:
#include <QApplication> ...To copy to clipboard, switch view to plain text mode
Bookmarks