Refactor|UI|Client: Data item semantics, variant data, custom sorting methods
The semantics of UI data items are now expressed as a set of flagsthat can be combined as necessary.
All UI data items can contain a QVariant as user data.
The data context can be sorted with a user-provided comparisonfunction.
View differences
Refactor|UI|Client: Data item semantics, variant data, custom sorting methods
The semantics of UI data items are now expressed as a set of flags
that can be combined as necessary.
All UI data items can contain a QVariant as user data.
The data context can be sorted with a user-provided comparison
function.