Quote Originally Posted by wysota View Post
I suggest emitting rowsInserted().
Actually one should not do that because QAbstractItemModel might get "out of sync". Methods beginInsertRows() and endInsertRows() emit corresponding rowsAboutToBeInserted() and rowsInserted() for you.