Hi All,
I would like to change the mouse cursor when I move the mouse pointer inside my QTableView over a row.
I've tried this:
Qt Code:
{ int iRow = this->rowAt( pEvent->y() ); if( iRow == -1 ) { } else { } }To copy to clipboard, switch view to plain text mode
But this unfortunately this does not work. The mouse cursor is not changing. What do I wrong? Any ideas?
Many thanks and best regards
Bookmarks