PDA

View Full Version : Use a QAbstractTableModel inside a QML script



zuck
7th January 2010, 16:16
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!