I created a form with several QPushButtons and linked a SLOT
to each of the buttons. At this moment I have, for each button, a SLOT
different. Although each button performs a different function, part of the process is equal regardless of the button. At the end the pressed button is disabled.
My question is this: Is it possible to create a generic SLOT
that would bind to each of the buttons, and within that, determine which button was pressed?