add the code
Qt Code:
proxymodel->setFilterKeyColumn ( -1 )To copy to clipboard, switch view to plain text mode
the -1 indicate read the value in all the column.
add the code
Qt Code:
proxymodel->setFilterKeyColumn ( -1 )To copy to clipboard, switch view to plain text mode
the -1 indicate read the value in all the column.
Last edited by ecanela; 18th August 2012 at 07:49. Reason: change all my anwser.
Bookmarks