Hi all,

I have QTableWidget which has 23 rows and 11 columns.
If I click on a particular row for QTableWidget, it has show a question QMessageBox.
Whenever the QMessageBox pops-up it has to display row number at the end of the Message string.

I am able to get QMessageBox pop-up whenever I click on a particlular row, but unable to display row number at the end of the message string.
How can I do it?

Thanks & Regards,
Arun.