hi, everybody
i have 3 button each of them emit the clicked() signal and that signal emit one slot
called writeToLineEdit() and i want to pass an argument to that slot to know which button
emit the signal but i know that the signal must has parameters just like it's slot
how can i know the button the emit the signal???
thank you.