Hi!

I need to use a QAbstractTableModel inside a QML script: I've read on the documentation that I can use every QAbstractItemModel instance, but how can I do that is very cryptic for me (I don't understand what I should pass to the "setRoleNames" method)...

Thanks!