hi, from mainform.cpp I need to do a connetion like this:
connect (button, singnal(my()), ........., SLOT(mySlot()));
where mySlot() is a static SLOT declared in mywidget.h;
what do I put in connect? thanks