#include #include "MouseInfo.h" int main( int argc, char *argv[] ) { QApplication app( argc, argv ); MouseInfo m; m.show(); return app.exec(); }