Plasma/libplasma2/modellikedataengines
Appearance
< Plasma | libplasma2
Discussion
Many dataengines return data as series of items: like rss, microblog and tasks, and they do in different ways, rss has a list of Data in a single key, microblog has an item per key, tasks has an item per source.
Proposed Solution
- Provide an unified way to do item lists easily mappable to models for QML views
- A DataList type?
- directly passing a model?