Update a QListView
Hi all,
I've a little problem with the model/view programming. I've created a simple QStringList model and set it in a QListView and all the element available are displayed. But when I try to add some new elements dynamically to my list, nothing appear on the QListView widget. How can I update/refresh my model or my view ?
Thanks