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