i am adding 2 buttons in each cell of my Qtablewidget and i want to perform a specific action for each clicked button. The problem is that i am only able to detect the click on the entire cell but not wich clicked button. I am using pyqt4 and python 3.5
Could you please help me to solve this problem? Thanks