I have TableView from Qml 2.0 controls that is connected to QAbstractItemModel. I want to make a context menu that can change the properties or sim
TableView
QAbstractItemModel
I created a new project based on Kuba Ober answer. I also created a commodity class called QQuickList, that inherits QList and integrates a QObjectListModel. Enjoy.
https://github.com/Murazaki/QObjectListModel-QQuickList