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