|
QListview in Qt
I want that as the user enters a record it should be appended at the end
where as right now i have turned the sorting off by using setSorting() & it is adding the record at the beginning & if i set sorting on then 1,2,3,4,5,6,7,8,9,10 are sorted as 1,10,2,3,4... means that it interprets them as characters. I want to sort them as integers.
Thanks in advance
|