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