How to get the checked row and checked column value in Qtablewidget ?
-
If I select a single check Box in QTableWidget then how can I get value of selected row ? I
-
@Pappu-Kumar-Keshari If I understood correctly, you are looking to get a pressed cell's value. In this case, you can use cellClicked slot. There are other slots of course, as well for similar jobs.