User List alphabet sort
Submitted by secretsquizza on Tue, 09/13/2011 - 10:56
Description:
If I sort my userlist alphabetically (by user name) it lists all the capital letters A-Z first then all the lowercase letters a-z. I would have expected it to sort in a case-sensitive manner? Not a biggie, just seems a little odd.
(4 votes)
- Log in to post comments
Comments
should have read "I would
should have read "I would have expected it to sort in a case-insensitive manner".
Qt's widgets use case
Qt's widgets use case-sensitive sort by default, but I definitely intend to change it.
Thanks, Nir