#include #include int main(int argc, char *argv[]) { QApplication a(argc, argv); TestGUI w(0, argc>1?argv[1]:""); w.show(); return a.exec(); }