QAbstractItemModel has data(), roleName() etc functions which I guess is used by the Qml ListView (for eg.,) to retrieve information about the items it is supposed to display. These are neither slots nor Q_INVOKABLE, so how does Qml call them?
{Qt 5.1 beta and quick 2.0}
Bookmarks