Quote Originally Posted by Lykurg View Post
Your view don't change, it's your model, so use QAbstractItemView::model() ->QAbstractItemModel::rowsInserted().
That worked just fine. Thank you.