#include #include "mp.h" int main(int argc, char *argv[]) { QApplication a(argc, argv); MP mp; // Set QWidget as the central layout of the main window mp.show(); return a.exec(); }