Re: [Interest] C++/QML integration with QAbstractTableModel and QML Repeater

2014-09-25 Thread Christoffer Holmstedt
Ok, I got help on IRC from "sletta" a few days ago and I have a solution available on Github for those that end up in this mailing list post when searching [1] (that is in the mailing list archive). The answers below are valid for Qt 5.3 and QtQuick 2.3 which I have used in my development probably

[Interest] C++/QML integration with QAbstractTableModel and QML Repeater

2014-09-15 Thread Christoffer Holmstedt
Hi Just started to learn how Qt works with QtQuick (Qt 5.3.1). I have successfully tried different examples available in the docs but there is one thing I can't get my head around and that is when subclassing QAbstractTableModel (QAbstractListModel works just fine). Code available on github [1] (r