|
Qt Model Utilities
2.0.3
A set of utilities for the model/view framework of Qt
|
| CAbstractModelSerialiser | The interface for model serialisers |
| CAbstractSingleRoleSerialiser | The interface for model serialisers saving only one role |
| CAbstractStringSerialiser | The interface for model serialisers saving to strings |
| CBinaryModelSerialiser | Serialiser to save and load models in binary format |
| CCsvModelSerialiser | Serialiser to save and load models in csv (comma separated values) format |
| CGenericModel | This is a full implementation for generic use of the QAbstractItemModel interface |
| CHtmlModelSerialiser | Serialiser to save and load models in HTML format |
| CInsertProxyModel | This proxy model provides an extra row and column to handle user insertions |
| CJsonModelSerialiser | Serialiser to save and load models in JSON format |
| CRoleMaskProxyModel | This proxy will act as a mask on top of the source model to intercept data |
| CRootIndexProxyModel | This proxy model will display only the portion of a tree model with the common ancestor rootIndex |
| CXmlModelSerialiser | Serialiser to save and load models in XML format |