Qt Model Utilities  2.0.3
A set of utilities for the model/view framework of Qt
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 CAbstractModelSerialiserThe interface for model serialisers
 CAbstractSingleRoleSerialiserThe interface for model serialisers saving only one role
 CAbstractStringSerialiserThe interface for model serialisers saving to strings
 CBinaryModelSerialiserSerialiser to save and load models in binary format
 CCsvModelSerialiserSerialiser to save and load models in csv (comma separated values) format
 CGenericModelThis is a full implementation for generic use of the QAbstractItemModel interface
 CHtmlModelSerialiserSerialiser to save and load models in HTML format
 CInsertProxyModelThis proxy model provides an extra row and column to handle user insertions
 CJsonModelSerialiserSerialiser to save and load models in JSON format
 CRoleMaskProxyModelThis proxy will act as a mask on top of the source model to intercept data
 CRootIndexProxyModelThis proxy model will display only the portion of a tree model with the common ancestor rootIndex
 CXmlModelSerialiserSerialiser to save and load models in XML format