On Tue, Feb 7, 2012 at 7:08 PM, Daniele Esposti <[email protected]> wrote: > Hi Jun, > > the slot QAbstractItemView.update() wants a QModelIndex as a parameter > http://www.pyside.org/docs/pyside/PySide/QtGui/QAbstractItemView.html#PySide.QtGui.PySide.QtGui.QAbstractItemView.update > > This means you need to pass the QModelIndex of the data you added to the > model.
this means i need to call update() method of the model, right? how about the update() method of the TreeView widget? do i need to call it? thanks a lot, Jun _______________________________________________ PySide mailing list [email protected] http://lists.pyside.org/listinfo/pyside
