Details
-
Suggestion
-
Resolution: Done
-
Not Evaluated
-
5.5.0
-
4d8cdc7d69594602246807097b92f72b42f4f6e9 (qt/qtdeclarative/5.12)
Description
FolderListModel should support case ignoring on its sort functionality. Currently sorting of a, b, A, B provides output:
a
b
A
B
instead of:
a,
A,
b,
B
Attachments
Issue Links
- is duplicated by
-
QTBUG-70212 Add a case sensitivity flag for sorting the entries in FolderListModel
- Closed
- relates to
-
QTBUG-73633 QML FileDialog sort names by capitalised name first
- Closed