If the main QML file includes modules from other files, it CANNOT see ids or variables defined in those files. You will have to use
"property alias myvar: localmod_id"
to expose localmod_id to your main QML file. variable exposure was documented, but entire object id exposure is not documented in other places.
No comments:
Post a Comment