Hello,

how can I access the qml context for evaluate some javascript expressing.
For example when I want to write a console in which I access some qml object and try to run some methods?

I read on some discussion that I should avoid the using of eval. Is there any reason for that?
What alternatives have I?