imaginativethinking.ca
How the heck do I instantiate a C++ class in QML?
How the heck do I instantiate an instance of a C++ class in QML? You can do that by registering your C++ class with the qmlregistertype method.