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

Suggestion for Multiple column sorting in Itemviews

    XMLWordPrintable

Details

    Description

      It would be very useful to have multiple column sorting in the model
      classes.

      Maybe something like :

      typedef struct 
      {
              int column;
              Qt::SortOrder order;
      } SortColumn;
      
      
      QProxyModel::sort( const QList< SortColumn > & sortColumns );
      

      Rescheduled:
      We want to wait until we can break binary compatability before adding this.

      Attachments

        Issue Links

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

          Activity

            People

              Unassigned Unassigned
              admin Administrator
              Votes:
              8 Vote for this issue
              Watchers:
              9 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes