Ref T529, deterministic sort order when column values are equal

* the Qt model sorts by column
* when multiple values have the same column value the order among those is more or less random
* added additional property indexes to determine the order among the equal values
This commit is contained in:
Klaus Basan
2019-01-30 16:37:32 +01:00
committed by Mat Sutcliffe
parent 17f67d6106
commit 8c15f45007
8 changed files with 50 additions and 15 deletions

View File

@@ -35,6 +35,9 @@ namespace BlackMisc
//! Construct from a base class object.
CPropertyIndexList(const CSequence<CPropertyIndex> &other);
//! List without front element, or empty list if not applicable
CPropertyIndexList copyFrontRemoved() const;
};
} //namespace