01-20-2013 10:18 AM
Hi
I can see how to use a ImageView, or any other QML declared object, declared in QML from the constructor method that creates the scene using the QML document and then sets the AbstractPane root. But how do I access an ImageView from anywhere else in the same class? Shall I keep a reference to the root or the QML-document?
Solved! Go to Solution.
01-20-2013 11:22 AM
01-21-2013 03:18 AM
Thanks for the tip. I think I will go for the solution with keeping references to the few objects I need.
01-21-2013 03:56 AM