Quote Originally Posted by vinnu View Post
cant i do it with out overriding compare.Is there any other way of sorting the numerics other than overriding comapare.
The easiest way is to reimplement QListViewItem::compare(), because that's what it was meant for, but you can also reimplement QListView::sort().