Well it is hard to give an adequate advise if one can't see how you created your model, but in theory I was talking about: QAbstractItemModel::setData() which is called after you have loaded the image. Inside that function you call QAbstractItemModel::dataChanged() which will trigger a update of the views.
Bookmarks