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