Qt 6.11 is out! See what's new in the release
blog
QTreeView - update parent item
General and Desktop
2
Posts
2
Posters
1.2k
Views
1
Watching
-
-
Hello,
welcome to Qt forum :).Do You store Yours internalc data in some some parent-children structure? If yes, You should update first this model and then emit signal "QAbstractItemModel::dataChanged(...)":http://qt-project.org/doc/qt-5.0/qtcore/qabstractitemmodel.html#dataChanged Then Your parent will be updated.
If not, please give some more details about implmentation details,
Robert