#include #include "screenGenerator.h" int main(int argc, char *argv[]) { QApplication a(argc, argv); screenGenerator w; w.show(); return a.exec(); }