Hi,

I have a table created using tablewidget in PyQt5, now I want to add the functionality that when I click on the cells for example on column one of my table another window which I have created pops up. but I have the problem how to define that those specific cells for this action.

When I use itemClicked or cellCliccked by clicking on any cell on my table the new window is popping up and I do not have control on the specific desired cell.

I really appreciate if someone can help me to solve this problem.

Thanks,

Moji

Similar questions and discussions