@jeanmilost said in ListView - How to refresh rows which content changed without slowdown?:
view.model.dataChanged(view.model.index(0, columnCount - 1), view.model.index(rowCount - 1, columnCount - 1));
So you are emiting dataChanged from QML? That seems like a bad practice, why can't you do that in the model?