Good morning

I have a qtablewidget in a Python program and I need to capture the event of left mouse click in a cell separated from a right mouse click (actually I managing the right click with customContextmenuRequested). How can I capture the left mouse click event alone?

Many thanks

German