If you are lazy and dont care about perfomance you can use QAbstractItemModel::beginResetModel and QAbstractItemModel::endResetModel.
If you are just changing some values then emit signal: QAbstractItemModel::dataChanged.
If you are lazy and dont care about perfomance you can use QAbstractItemModel::beginResetModel and QAbstractItemModel::endResetModel.
If you are just changing some values then emit signal: QAbstractItemModel::dataChanged.
Bookmarks