patacrep / patagui

Qt4 application for LaTeX songbooks
www.patacrep.com
GNU General Public License v2.0
21 stars 12 forks source link

Sort with special characters #31

Closed crep4ever closed 13 years ago

crep4ever commented 13 years ago

The tableview is incorrectly sorted for special characters as they are placed at the end. For example : A,B,C,D,E...Z,É instead of A,B,C,D,E,É...Z

A solution may be to subclass QTableView and reimplement the sorting method.

Carreau commented 13 years ago

Je sais qu'en ligne de commande, avec sort, ça dépends des locales de l'utilisateur... il n'y a pas qqch comme ça avec qt ?

Carreau commented 13 years ago

je me réponds à moi même : oui setSortLocaleAware pour un qSortFilterProxyModel mais il faut bien subclasser qTableView

crep4ever commented 13 years ago

Fix sort with special characters. Closed by 77075f211b22da0219022704890e351a4fa91f3b

crep4ever commented 13 years ago

That's great! Thx for the tip! The setSortLocaleAware did the trick and no subclassing is required!

See for example "Édith Piaf" artist which is now correctly sorted :)

Carreau commented 13 years ago

:-)