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