Hi
I am pretty new to Qt and using Qt 4.4.3 over linux. I am building an application where i am displaying the grid data in QtableWidget.
My application demands when ever a mouse pointer comes over a cell in QTableWidget some tool tip ( for the cell) should be displayed. Each row of table is having a unique set of User record. So i can achieve the same by adding a slot on signal QTableWidget::cellEntered(int,int). But for that i need to know the cell position i.e row,col. Which QT retrieves for signal "cellEntered()". So i wanted to know is there any way to get this row-col position from this signal?
Thanks
Bookmarks