Quote Originally Posted by ttrop View Post
self.dataChanged.emit(QModelIndex(), QModelIndex())
Strangely when I run that from my model, my delegate doesn't actually call the sizeHint method, which is what I need, it only calls the paint method in my delegate. So this doesn't work for me. Calling model.layoutChanged.emit() works though.