> QtScript support in Kross depends on Qt's QtScript.

Meant to reimplement the scripting mechanisms we have to use Kross
instead of QtScript - to expose the scriptable objects to Kross.

IIRC (haven't checked Kross for a long time) it supported accessing Qt
objects and properties/methods, was able to run javascript with kjs
and similar, and that is mostly what we needed from QtScript.


EDIT: I've read the kross readme and the following:

> Currently, the only backend is a JavaScript backend powered
> by the QtScript library (which is part of Qt).

So, using Kross would mean implementing the kjs backend for it that we
had in 4.x times?


Cheers,
Ivan

Reply via email to