Practical QML: Exposing QObject Subclasses to QML
How can we pass an instance of a QObject subclass from a Qt/C++ list model to a QML list view? How can we expose a property from a Qt/C++ class to QML, where the type of the property is derived from QObject?
Read More »Practical QML: Exposing QObject Subclasses to QML