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

Suggestion for Multiple column sorting in Itemviews

XMLWordPrintable

      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.

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

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

              Created:
              Updated:

                There are no open Gerrit changes