Well, do something like this.
Let's say you want to know the position of 2nd row, use
Or maybe this would be more appropriate since you are interested probably only in x() coordinateQt Code:
To copy to clipboard, switch view to plain text mode
Qt Code:
int rowPosition = itemAt(1, 0)->x();To copy to clipboard, switch view to plain text mode
Bookmarks