On 11 Apr 2014 13:38, "Kakadu" <kakadu.hafan...@gmail.com> wrote:
>
> Hi
>
> I have an issue with accessing property of my QtObject. When I do it
> in Component.onCompleted slot all is fine: eval('images.city1') and
> eval('images').city1 work the same (for enabled and disabled strict
> mode).
>
> But when I do the same code in some function eval('images') returns
> the same QtObject, eval('images1').city works as expected but
> eval('images.city1') returns undefined.
>
> Any ideas what is happening?
>
> My code is here: https://gist.github.com/Kakadu/10353353/
>
>
> Best wishes,
> Kakadu
>

QObjects are available without using 'eval', QML and JS engines understand
them as they are.  Just use images.city1.
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to