On Tuesday 28 November 2006 03:10, Sibylle Koczian wrote:
> And, more important: in the setData method the dataChanged signal is
> emitted:
>
> def setData(self, index, value, role):
> ...
>     self.emit(QtCore.SIGNAL('dataChanged'), index, index)
>     return True

should be
self.emit(QtCore.SIGNAL('dataChanged(const QModelIndex &,const QModelIndex 
&)'), index, index )

Matt

_______________________________________________
PyKDE mailing list    [email protected]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to