Perhaps this is the correct way to return the proxyIndex:
Qt Code:
return createIndex(row, col, sourceIndex.internalPointer());To copy to clipboard, switch view to plain text mode
Perhaps this is the correct way to return the proxyIndex:
Qt Code:
return createIndex(row, col, sourceIndex.internalPointer());To copy to clipboard, switch view to plain text mode
Last edited by SSurgnier; 1st August 2011 at 22:04.
Bookmarks