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