Based on what I've seen on various sites, the advice seems to be you create your business objects in C++, then expose these to QML. Unfortunately, if we go down that path we lose AppStudio Cloud Make which isn't an option.
Does anyone have a pure QML approach for defining business object types, and instantiating such types from some data source (RDMS, XML, etc.)? Ideally I'd like to be able to plug these into a ListModel, for example, and re-use these across different app projects across an enterprise.