Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-48757

FolderListModel should support IgnoreCase on sorting

XMLWordPrintable

    • 4d8cdc7d69594602246807097b92f72b42f4f6e9 (qt/qtdeclarative/5.12)

      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

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            tarjasundqvist Tarja Sundqvist
            Votes:
            2 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes