Comment 0 for bug 1391034

Revision history for this message
Victor Thompson (vthompson) wrote : SortFilterModel sorting is A-Z followed by a-z so it is not case insensitive

In the model provided by SortFilterModel the sorting is handled such that lower case letters are after any and all items that start with an upper case letter. This produces ordering such as the following when sorting by Qt.DescendingOrder:

Awesome
Cool
Excellent
Wonderful
abysmal
bad
wrong

It would ideal if the result was a case insensitive ordering.