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