My column has the values "A", "a", "B", "b", "C" y "c".
Using sortByColumn, the result is "A, B, C, a, b, c" (ASCIIbetical order) instead of "a, A, b, B, c, C" ("standard" order or usual order)
Could you help me to solve the problem?
I need a simple solution. Any Qt solution based on its own classes?
Thanks.
Bookmarks