[Qt-interest] QAggregatingProxyModel ?

Stephen Kelly steveire at gmail.com
Wed Jun 23 17:30:02 CEST 2010


Kishore wrote:

> Once the dev days presentations mentions a QAggregatingProxyModel class
> that could be part of standard Qt (4.5 release as i recall). Surely, it
> was not included in the release. Sadly, the only reference to the class
> name returned by google is from that presentation
> (http://www.slideshare.net/mariusbu/practical-model-view-programming)
> 
> I am now in need of such a class. What are my options?

Option 1) Ask Qt to release it somewhere. They might put it on labs if you 
reach the right people.

Option 2) If LGPL works for you you can use the one that I designed but 
haven't fully written yet in kdelibs.

Option 3) Write your own. A potentially non-trivial amount of work and 
learning if you haven't implemented a proxy model before. Don't subclass 
QAbstractProxyModel by the way. Subclass QAbstractItemModel instead.

All the best,

Steve.




More information about the Qt-interest-old mailing list