QAbstractItemModel and QTreeView

I need working examples (C ++) to display my own data model in QtreeView.

+6
c ++ qt qtreeview qabstractitemmodel
source share
1 answer

Here's a pretty good QTreeView / QAbstractItemModel example here . It's pretty simple once you get used to the ultra-versatile QT model ... just don't expect it to be as simple or obvious as the Java TreeModel.

+7
source share

All Articles