I have a fairly technical question: If a QML-based application needs a number of non-visual object types, are there reasons to prefer implementing those types as QtObject in individual QML files (e.g., SomeObject.QML) vs plain old JavaScript objects in a js file?
For example, does one option offer significantly better performance? Is one option, in your experience, easier / more convenient to use? Other considerations?
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest