Details
-
Suggestion
-
Resolution: Out of scope
-
P5: Not important
-
4.5.0
-
None
Description
Writing a custom proxy model (QAbstractProxyModel) can be difficult without an example. It would be nice to have a complete example of a custom proxy.
A common task of custom proxy is to add columns with value computed from other columns. Such case are common when the model is a QSqlTableModel because it don't make sense to extend the original model.