After seeing this: http://blog.qt.digia.com/blog/2013/05/16/qtified-javascript/ I decided to write my own library to expose QList’s API in javascript.
You can find the project here: https://github.com/Morgul/qtjs
Currently, it implements all the applicable QList api calls on Javascript’s array. I plan on also doing the same with QString and QHash.
Everything’s unit tested, and should work.
↧