Re: [Development] The missing pieces of QJSEngine

2016-05-28 Thread Alexander Nassian
What’s the point with calling C++ code from JS? We are doing this all the day - via signal/slots and registered types. Beste Grüße / Best regards, Alexander Nassian > Am 28.05.2016 um 11:42 schrieb Corentin : > > Hello. > I'm once again trying to cut dependencies on Qt Script. > > QJSEngine

[Development] The missing pieces of QJSEngine

2016-05-28 Thread Corentin
Hello. I'm once again trying to cut dependencies on Qt Script. QJSEngine still lacks some features to do so. - The ability to call a function from JS to C++. I found a work in that direction. https://codereview.qt-project.org/#/c/108871/2 . I am told the api was probably abandoned over