Interesting, didn't know that.
So alternatively one could do something like
Qt Code:
QModelIndex baseIndex = index; baseIndex = proxy->mapToSource(baseIndex); } int row = baseIndex.row();To copy to clipboard, switch view to plain text mode
But using a completer subclass is definitely cleaner.
Cheers,
_
Bookmarks