[SOLVED] beginInsertRows inside insertRow method?
General and Desktop
3
Posts
2
Posters
1.6k
Views
1
Watching
-
Hello,
Is it necessary to call beginInsertRows method when implementing this method???
@QAbstractItemModel::insertRow( int row, const QModelIndex & parent = QModelIndex() )@
If it's not the case, why is it necessary for this one???
@QAbstractItemModel::insertRows( int row, int count, const QModelIndex & parent = QModelIndex() )@Regards.