My problem is how to get row number at the end of QMessageBox question Message string.

example: if(QMessageBox::question(tableWidget_wmhData, "Remote ID ",
"See detailed view for ID- ",
QMessageBox::Yes | QMessageBox::No,
QMessageBox::Yes) == QMessageBox::Yes)

After "See detailed view for ID-", I need to display row number end of this string next to "ID-" .
I am using tableWidget_wmhData->currentRow() for the current Row number. How to add this row number at the end of this string as shown in above example.

Thanks & Regards,
Arun.