Hi,

I've updated to Qt 4.3 from 4.2.3 and now find that my custom table model data function is not being called, whether this is just coincidence I don't know?

I am calling emit layoutChanged() which use to call the data(const QModelIndex &index, int role) function. I'm not sure now why this has stopped working

Any advice is much appreciated,

Regards,
Steve