Hello!
Please, is there any way to tell QTableView::sortByColumn to use locale-aware sorting? I`m using QSqlTableModel to display table content. I`m from Czech Republic and I need to sort records like this:

Qt Code:
  1. nana
  2. nána
  3. nene
To copy to clipboard, switch view to plain text mode 


Thanks a lot for any suggestions