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