Details
-
Task
-
Resolution: Fixed
-
P2: Important
-
6.6.0
-
None
-
670e85a47 (dev), 085ea530d (dev), 5b590c084 (dev), b5cb67ee7 (dev), 236a31398 (dev), d70d086ee (dev), 747345401 (dev)
Description
We have a confusing set of proxies etc. for storing and modifying the data.
For one thing, is proxy the correct term for a structure that actually stores the data (QBar\Scatter\SurfaceDataProxy)?
Could we get rid of them, and base everything on QAbstractItemModel instead? Now we have QItemModel* classes that act as translators between item models and our own proxies.