Can we change a rootcontext ?
QML and Qt Quick
7
Posts
3
Posters
1.6k
Views
1
Watching
-
You can modify the context on the fly, yes (for example by adding properties to it). If you want to completely swap it with another instance: I doubt that it would work, but is worth a try.
-
I don't know. Consult the documentation. I suspect this is not a common use case and as such is not easily possible. But Qt is free software, so you can modify it to suit your needs.