Quote Originally Posted by aekilic View Post
What we are trying to is, for every row of a QTableWidget, we need a new menu...

Is there a way that we could do it?
I have already posted a link which shows an example how to do it. Use QTableWidget::itemAt() to get the item below requested point. Here's one more example with signals and slots: http://www.qtcentre.org/forum/p-qlis...ostcount5.html