Hi

I have to sort English, Unicode , Numeric, Expression string.
I didn't find properly to sort these correctly. In MacOSX Finder or OSX using Unicode collation Sorting algorithm, in which 'a' and 'A' treated same in sorting.

In Qt 5.2, I found there is one class QCollator, which sort items according to Unicode collator sorting.

But i didn't find any example or help sample code for this.

Can anybody help me in sorting using QCollator.

Thanks
Santosh