Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
The QStringList sort() function does not seem to work with UTF-8 strings. Names starting with accents appear at the end of the "sorted" list. Are there any special precautions that need to be taken?
Hi,
I think you should take a look at QCollator with std::sort.