QObject::connect( theInt.getExitPointer(), SIGNAL(clicked()), &app, SLOT(quit()), Qt::AutoConnection );
MyInterfaceMaker::getExitPointer(){ return pExit;};