A long time ago Digia announced "next generation" item views in upcoming versions of Qt, dubbed ItemViewsNG.
As of version 5.2, it looks like all model/view controls are still based on the old QAbstractItemModel
design. Specifically, I'm looking for classes such as QGraphicsListView
, but all I can find online are old source code repositories (like this one on Gitorious, without any commits since 2010). Has Digia abandoned this project? What other alternatives can I use if I want more flexible, customized list controls in Qt?